Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Sutherland Boswell

    (@sutherlandboswell)

    Version 2.0 is being released soon with a completely rewritten settings page. I’ve heard from other users that they’re getting a blank settings page, but I haven’t been able to recreate the issue for myself to debug.

    What theme are you using? Are you using any other plugins? What language are you using with WordPress?

    Im having the same problem… I even signed up for the beta and having the same problem with the beta also . The plugin still works otherwise but i cant get to the area to scan for old pictures. I tried putting “/” at the end of the url for the settings page and was able to get into the main settings page but all the other pages dont work when i try that rememdy ..
    Thanks

    Thread Starter imagenparaweb

    (@imagenparaweb)

    :/ I solved this using another plugin haha 0:)

    (Sorry plugin author you have to read this)

    i finally fixed this problem…What i did was disable all my plugins. Renamed my plugin folder. Created a new plugin folder and installed a fresh version on video thumbnails. Then i copied all the plugins from old plugin folder ( except for old video thumbnail folder). Activated all plugins and i have had a my setting page every since ….

    Having the same issue. The plugin seems to install fine but when I go to the settings page, I get a blank screen.

    I’m using Chrome, Mac OS 10.8.4 and the latest version of wordpress.

    WPWally

    (@wordpresswally)

    I am having this problem as well. Tried it out on two different PCs, one Linux one Windows. I also tried Kstylez suggestion of renaming the folder, creating a new plugin folder, installing a fresh version, and copying all the other plugins from the old plugin folder but no luck. Is there a particular order in which I should do these?

    When I view source these are the last lines:

    <script type="text/javascript">
    function video_thumbnails_past(id) {
    
    	var data = {
    		action: 'past_video_thumbnail',
    		post_id: id
    	};
    
    	// since 2.8 ajaxurl is always defined in the admin header and points to admin-ajax.php
    	jQuery.post(ajaxurl, data, function(response){
    
    		document.getElementById(id+'_result').innerHTML = response;
    
    	});
    
    };
    <br />
    <b>Fatal error</b>:  Allowed memory size of 50331648 bytes exhausted (tried to allocate 40 bytes) in <b>/wp-includes/taxonomy.php</b> on line <b>2790</b><br />

    Hope that helps in finding a solution.

    Plugin Author Sutherland Boswell

    (@sutherlandboswell)

    @wordpresswally thanks for the additional info, do you have a very large number of posts on your site?

    WPWally

    (@wordpresswally)

    Just a bit over 2,000 posts.

    Also, if I disable all other plugins, it gives the same information in the view-source except that taxonomy.php is wp-meta.php.

    On my local copy on localhost it works just fine. It is just the copy on the server that returns the blank screen.

    Hope that helps.

    Plugin Author Sutherland Boswell

    (@sutherlandboswell)

    Just released version 2.0.10 which should improve performance on the settings page, test it out and let me know how it works!

    WPWally

    (@wordpresswally)

    It works perfectly now. Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Blank screen on Settings Page’ is closed to new replies.