I type in the search box, loader graphic spins a moment, but no results show.
I type in the search box, loader graphic spins a moment, but no results show.
Hi Erica,
Try emptying your browser cache.
Just tried it. Still the same thing.
I've even tried it in Chrome, which I installed this week and had never visited my site from.
Other things to note:
I've deleted the plugin and installed 3.0 (previous version) with no luck. Also deactivated ALL my other plugins to make sure there were no compatibility issues. Still no luck.
It's kinda hard to figure out what's going with the info provided. Would you be able to check if the AJAX request to mrp-search.php is not giving a 404 (using firebug), or maybe check your server logs to see if there are any errors?
I'm still having this issue and I've tried everything I can think of. Disabling all plugins, installing new version, everything. Still no luck.
I can't find any errors, but I'd be happy to give you a login to look yourself if you need to see.
What version of WordPress are you using?
Maybe you can ask your hosting provider to send you the error logs.
I get this error when using the search...
Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\robin\My Dropbox\localhost\manjushri\wp-settings.php on line 204
Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\robin\My Dropbox\localhost\manjushri\wp-settings.php on line 219
Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\robin\My Dropbox\localhost\manjushri\wp-settings.php on line 226
Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\robin\My Dropbox\localhost\manjushri\wp-settings.php on line 233
Deprecated: Assigning the return value of new by reference is deprecated in C:\Users\robin\My Dropbox\localhost\manjushri\wp-settings.php on line 258
Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\Users\robin\My Dropbox\localhost\manjushri\wp-settings.php on line 27@firefusion
It appears you have WP_DEBUG set to true. The notices you are seeing have nothing to do with the plugin, wp-settings.php is a core file.
Check wp-config.php and make sure WP_DEBUG is set to false or remove it.
@EricaMueller
Yeah maybe you can send me the login for an admin user at microkid.net-gmail-com so I can check it out?
Have same problem as EricaMueller.
Nothing notifiable, but also no results shown :(
I found out that there where problem durng one onother Plugin was activated. Alex King Popularity Contest Plugin.
So now temporarely i can switch him off.
Hm weird. Is WP_DEBUG set to true in your wp-config.php?
Ok, I'm still having this issue. My debug is set to false and even if I deactivate all my other plugins, this one still won't work.
@MicroKid: Regarding the errors - they seems to be caused due to you not setting any error level prior to including wp-config.php. If you look at how wordpress itself includes wp-config.php in eg. wp-load.php then it does this first:
if ( defined('E_RECOVERABLE_ERROR') )
error_reporting(E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR);
else
error_reporting(E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING);I'm having the same issue, has the solution been found? Using WP 3.1.3
This is the first time i#ve come across problems with microkid.
I think it's a great plug-in. I've never had any problems with it.
microkids code is pretty sound as far as I can see. I went through it when I modified it to display thumbnails and to set a maximum number of links on reciprocal posts.
I have alomost 40 plugins operating on one of my sites without any conflicts. The only thing i can think of causing any problems is theme compatibility.
It's always worth testing by switching your theme back to the default 2010 wordpress theme and trying to use the plugin.
Kevin
I've been using this plug-in successfully for months, suddenly it has stopped working.
I get the same problem others have mentioned: nothing appears in search.
It was working fine on May 30, but hasn't worked since June 10. This indicates to me the problem wasn't the last WordPress upgrade -- which happened on May 25.
I have managed to fix this by properly chmoding the following directories
Name File/Dir Needed Chmod Current Chmod
root directory ../ 0755 755.
wp-includes/ ../wp-includes 0755 755.
.htaccess ../.htaccess 0644 644.
wp-admin/index.php index.php 0644 644.
wp-admin/js/ js/ 0755 755.
wp-content/themes/ ../wp-content/themes 0755 755.
wp-content/plugins/ ../wp-content/plugins 0755 755.
wp-admin/ ../wp-admin 0755 755.
wp-content/ ../wp-content 0755 755.
755 for folders/ directory
644 for files.
Hope this helps
Changing those directory permissions hasn't fixed it for me.
This topic has been closed to new replies.