Please is there not shortcodes where one can post profiles of registered members on a specific page?
]]>Before I could even learn the ropes of this plugin, I discovered that it basically broke my photo gallery, apparently, the developers of my photo gallery found some Javascript errors that hindered my Pics from displaying altogether on computers, and disabled lightbox functionality on mobile devices.
Deactivated Mingle, for now, and have my Galleries working again.
Hi There recently after updating WordPress to the latest version a user is receiving the following error when posting to the forum. Everyone else is able to post fine. I have logged into the users account on my computer and are able to post successfully.
Error Message:
Forbidden
You don’t have permission to access /wp-content/plugins/mingle-forum/wpf-insert.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Updated plug in to latest version 1.0.34. Updated moderator authority.
Any ideas?
Cheers
Taryn
I want to make a local community site (www.i54.ch) It should contain following functions:
blog
dating
jobportal
events
business directory
What do you think about using buddypress or is it better to look for special plugins. The point is, I want to aks only one time for user dates.
Good luck and much success
Stephan
]]>Please help me to resolve this error, I have temporally disabled mingle so the website works.
Fatal error: Call to undefined function get_currentuserinfo() in /home/parent/public_html/wp-content/plugins/mingle/classes/models/MnglUtils.php on line 291
287 /* PLUGGABLE FUNCTIONS AS TO NOT STEP ON OTHER PLUGINS’ CODE */
288 function get_currentuserinfo()
289 {
290 MnglUtils::_include_pluggables(‘get_currentuserinfo’);
291 return get_currentuserinfo();
292 }
293 function &get_userdata($id)
294 {
295 MnglUtils::_include_pluggables(‘get_userdata’);
296 return get_userdata($id);
297 }
function get_userdatabylogin($screenname)
{
MnglUtils::_include_pluggables(‘get_userdatabylogin’);
return get_userdatabylogin($screenname);
}
function wp_mail($recipient, $subject, $message, $header)
{
MnglUtils::_include_pluggables(‘wp_mail’);
return wp_mail($recipient, $subject, $message, $header);
}
function is_user_logged_in()
{
MnglUtils::_include_pluggables(‘is_user_logged_in’);
return is_user_logged_in();
}
function get_avatar( $id, $size )
{
MnglUtils::_include_pluggables(‘get_avatar’);
return get_avatar( $id, $size );
}
function wp_hash_password( $password_str )
{
MnglUtils::_include_pluggables(‘wp_hash_password’);
return wp_hash_password( $password_str );
}
function wp_generate_password( $length, $special_chars )
{
MnglUtils::_include_pluggables(‘wp_generate_password’);
return wp_generate_password( $length, $special_chars );
}
function wp_redirect( $location, $status=302 )
{
MnglUtils::_include_pluggables(‘wp_redirect’);
return wp_redirect( $location, $status );
}
function wp_salt( $scheme=’auth’ )
{
MnglUtils::_include_pluggables(‘wp_salt’);
return wp_salt( $scheme );
}
function _include_pluggables($function_name)
{
if(!function_exists($function_name))
require_once(ABSPATH . WPINC . ‘/pluggable.php’);
}
}
?>
I have had a big problem for quite some time now. That’s when I log in to the community that there is something wrong.
I come to a white screen then it is “blocked” on the page: https://www.myhomepage.com/wp-login.php
What could be wrong? This applies to all users on the website. I have update everything.
]]>Because you have 2 hardcoded https:// calls in MnglAppController.php
Line 195:
if(MnglUtils::is_version_at_least( '3.0-beta2' ))
wp_enqueue_style( 'jquery-ui-all', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css' );
Line 205:
if(MnglUtils::is_version_at_least( '3.0-beta2' ))
{
wp_enqueue_script( 'jquery-ui', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js', array('jquery') );
If a site is forced to SSL and your plugin is used, it affects other plugins , e.g. wpForo, so that in this plugin functions aren’t working any longer.
]]>How do you export the registered users and/or access their information?
]]>Hi i use Mingle forum and when i klick on login and write right username / password it says “BLOCKED”. its on the page: https://www.myhomepage.se/wp-login.php
help me
I have used Mingle Forum quite successfully for a year or two but after some recent problems with the site (which have been resolved – I thought)the forum intermittently blocks all users inc. myself as admin and then inexplicably starts up again after a period of time. Highly frustrating. iPage tech help have been unable to replicate the problem as the failure is so variable. They suggest I reinstall the plug in.
Questions: If I delete the plug in and reinstall it I will lose a year or two of member correspondence. What is the easiest way of saving forum entries and then reinserting them in a new structure?
Should I cut my losses and chance to Buddypress?
I am trying to find the code to show replies to a post with the newest showing first instead of the default oldest first. Has anyone done this?
Any help would be appreciated ..
Thanks,
Rob
]]>Hi there,
I’ve got the problem that all registered users has the problem that they are going to be redirected to /wp-content/plugins/mingle-forum/wpf-insert.php which results in “Forbidden, access denied”.
ls -l from plugin folder:
-rw-r–r– 1 apache apache 13923 10. Aug 23:43 wpf-insert.php
All other plugins are working with exactly the same file permissions (644), all folders are 755.
Thanks for your support =)
]]>Hi There
I am trying to help a customer of mine.
she is using Mingle for a “social network” inside her WP site.
there is a very annoying bug that we can’t fix:
in the registration page, when a user putting his details,
whenever he completes the registration and hits submit the form always shows error message:
* ERROR: Username is Already Taken.
* ERROR: Email Address has already been used by another user.
even though the registration was successful and I the user even receive confirmation email.
I tried almost everything:
from updating the plugin (no luck) to deactivating all other plugins to downgrading wordpress (in case it is not compatible with the WP version)
nothing worked..
can anyone help resolving this problem?
Thanks a lot
Gil
Hi! i have a problem when one user want upload your avatar.
Mingle send a error of format, but the avatar are in the format correct…
as i can solve thats???
Thanks very much!!!
]]>Hey all!
I am building an ecommerce site. I have used mingle so that each user will have their own profile and will be able to add friends. What I am trying to do is, once a user purchases a product, I want it to be automatically posted to their profile on wordpress mingle.
How can I do this? Any help?
]]>Really hoping someone can help me! I was editing my blogs appearance and needed to change a bit of code in the ‘editor’ part to do with comments. I’m such a spaz I don’t know what I’ve done but now I don’t have access to my blog dashboard/wp-admin – I can’t edit my blog at all. When I try this warnings comes up
Warning: Cannot modify header information – headers already sent by (output started at /home2/arsenal1/public_html/heygeorgiegirl.com/wp-includes/comment-template.php:2024) in /home2/arsenal1/public_html/heygeorgiegirl.com/wp-includes/pluggable.php on line 896
When I log into wordpress and go to manage blogs, it has now disappeared, even though it was just a minute ago! I don’t know what I’ve done but I’m really worried. Does anyone have any clues? I am computer challenged!
]]>if your captcha isn’t showing up.. you need to flush the php buffer in:
plugins\mingle\classes\controllers\MnglCaptchaController.php line 36, 37, 38 should look as follows:
header(‘Content-Type: image/jpeg’);
ob_clean();
ob_flush();
then call:
imagejpeg($image);
imagedestroy($image);
full code (36-40):
header(‘Content-Type: image/jpeg’);
ob_clean();
ob_flush();
imagejpeg($image);
imagedestroy($image);
Hi
I’m using Paid Memberships Pro and the Mingle plugin, which works well until checkout in the Paid Memberships Pro plugin where Mingle in someway seems to interfere. The user gets through the whole membership payment process and gets access to the correct level that it should get in the Paid Membership Pro plugin, but when trying to access the Paid Membership Pro account page the user is directed to the initial payment page again. Does anyone have a solution to what Mingle is doing to cause that problem? Is it somehow cleaning up URLs? Any thoughts and ideas are very welcome.
best
Elsa
Hi,
I got a fatal error msg while activating the plugin :
Fatal error: Call-time pass-by-reference has been removed in /wp-content/plugins/mingle/classes/models/MnglBoardPost.php on line 19
Cheers,
]]>I spent my time until I found out that buddypress is doing exactly the same thing. I guess this is the reason why it is not supported any longer.
So why does nobody mention this. Could have saved me many hours of searching….
Regards,
Benny
I have both Mingle and Woocommerce running, but all my Mingle users are showing on the WooCommerce page. Has this happened to anyone else or something similar with another plugin, any fixes?
]]>Doesn’t work out of the box.
Can work with a few tweeks in the support forum. ( modify the code )
Apparently abandoned.
NO migration path to anything else seems to exist.
I recommend buddypress plugin instead.
Doesn’t look as nice, but provides all of the same functionality and more.
Unlikely buddypress will be abandoned.
when i activate the plugin , it gives me this
Plugin could not be activated because it triggered a fatal error.
]]>I am currently using your Mingle plugin and I was wondering how I can use shortcodes on the profile page. Whenever I add some when I edit the page, it doesn’t show up at all. I did, however, read the part on the pages settings of the Mingle plugin, that said, “You should give your page a title and optionally put some content into the page … just know that once you set the page up here, the page’s content will not display.” I am confused by this sentence, but I was hoping I could get some help with this asap for I am trying to get this going quickly.
]]>After upload the profile avatar picture i get the following errors.
I am using wp-mingle plugin
Warning: getimagesize(/home/socialzo/public_html/wp-content/uploads/mingle/avatars/tmp_4feff3291e7a726731b74777ae6ad351-600×450.) [function.getimagesize]: failed to open stream: No such file or directory in /home/socialzo/public_html/wp-content/plugins/mingle/classes/models/MnglUser.php on line 489
Warning: copy(/home/socialzo/public_html/wp-content/uploads/mingle/avatars/tmp_4feff3291e7a726731b74777ae6ad351-600×450.) [function.copy]: failed to open stream: No such file or directory in /home/socialzo/public_html/wp-content/plugins/mingle/classes/models/MnglUser.php on line 494
Warning: unlink(/home/socialzo/public_html/wp-content/uploads/mingle/avatars/tmp_4feff3291e7a726731b74777ae6ad351-600×450.) [function.unlink]: No such file or directory in /home/socialzo/public_html/wp-content/plugins/mingle/classes/models/MnglUser.php on line 495
Please help me as I am unable to solve.
]]>Anyone else using mingle having their web site crash with Mingle activated?
I’m not sure if it’s coding on my web site that is causing the crash or the plugin itself. Everything works fine on the desktop.
As a temporary measure I’ve enclosed the code in mingle.php with a mobile sniffer so it does not run on mobiles. While people can not log in etc at least they still get access to the site.
I just need to check on tablets computers now if I can track someone down with one.
Kevin
]]>Where the mingle invisible user flag stored in wordpress database?
]]>Can you please tell me whether you know of any Mingle users who have used it with the Pagelines theme?
]]>Hi,
Is there anyone here that can help me, so that when I view the profile in the forum, I can see the members – user group, other than their role? Thank you very much! I need an answer ASAP! ??
Could you please help me – how to show on a specific page a list of all users of mingle society with their names and (if it is possible to show) some profile data.
]]>