| View previous topic :: View next topic |
| Author |
Message |
VFHwebdev Newcomer

Joined: 06 Jul 2009 Posts: 2
|
Posted: July 06 2009, 09:59 Post subject: Blank screen |
|
|
| After running "Find Orphaned Options" I just get a blank window. It's got the regular WP admin frame around it and the heading "Clean Options" but is otherwise blank. Please help! |
|
| Back to top |
|
 |
Mittineague Site Admin


Joined: 04 Jul 2006 Posts: 67 Location: West Springfield, Massachusetts
|
Posted: July 06 2009, 13:52 Post subject: Blank Screen |
|
|
Hi VFHwebdev, welcome to the forums,
There were quite a few changes both with WordPress 2.8 and Clean Options 1.2.0
You aren't using WPMU are you? (CO is not compatible with WPMU).
Beginning with CO 1.2.0 the number of rows in the options table should be visible in the settings menu next to:
CleanOptions (###)
Is it an extremely high number? If so try using the "limited" Find. (to avoid resource overload)
Also, the next version will allow for non-standard directory architecture. i.e. when the content/plugins folders are not in the default locations. Does your blog have the default set-up? (though AFAIK this shouldn't cause a blank screen)
I know it's a bit of a nuisance, but if you temporarily disable your other plugins, does Clean Options then work OK? (there may be a plugin compatability problem)
Any other information that might have something to do with your problem might be helpful. Thanks. |
|
| Back to top |
|
 |
VFHwebdev Newcomer

Joined: 06 Jul 2009 Posts: 2
|
Posted: July 06 2009, 14:25 Post subject: Re: Blank screen |
|
|
I'm not using WPMU. I show 288 rows. Is that a lot?
I don't see any option for a "Limited find" how do I do that? |
|
| Back to top |
|
 |
Mittineague Site Admin


Joined: 04 Jul 2006 Posts: 67 Location: West Springfield, Massachusetts
|
Posted: July 06 2009, 23:24 Post subject: 288 |
|
|
No, 288 rows is not that many. Some users have had option tables with tens of thousands of rows, or more.
The plugin uses a constant to determine whether or not the "limited Find" is available. I believe it was 300 in the latest release (I changed it for the next as yet unreleased version.
| Code: |
/* "Large Table" constant */
if ( ! defined( 'CO_BATCH_SIZE' ) )
define( 'CO_BATCH_SIZE', 350 ); // arbitrary size - 350, even # only
|
You could try hacking the plugin by changing that to a lower even number. eg. 10, reupload, reactivate, and try again.
Did you try temporarily deactivating your other plugins?
Are you running the latest version of WordPress? What version of PHP?
AFAIK the plugin should work with older versions of both PHP and WordPress, but if you have an older version of something I can comb through the code again looking for something I may have missed the last time I did so. But to be honest, I suspect it's a plugin conflict. |
|
| Back to top |
|
 |
Mittineague Site Admin


Joined: 04 Jul 2006 Posts: 67 Location: West Springfield, Massachusetts
|
Posted: September 10 2009, 23:06 Post subject: Show Alternate Syntax Warnings |
|
|
It seems someone else has had a blank screen problem:
http://www.mittineague.com/forums/viewtopic.php?t=112
Until I can figure out what the bug is, does selecting "Hide Alternate Syntax Warnings for this find" work OK for you too? |
|
| Back to top |
|
 |
|