• I switched to my own VPS, but OGraphr is the only plugin not to work on the new server. If I activate this or the previous version the site goes down and all I get is a white screen!

    Shame because I LOVE this plugin and use it with my Facebook posts…any idea what might be causing this? Everything else except one bit of code I wrote (and now removed) has worked…

    http://wordpress.org/extend/plugins/meta-ographr/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author idleberg

    (@yathosho)

    hmm, that’s a tough one. maybe you could activate wordpress’ debug mode and see what happens. also, what php version do you use and is there a chance you’re using xcache?

    Thread Starter timbearcub

    (@timbearcub)

    PHP Version => 5.3.10-1ubuntu3.6
    I checked for xcache before and sure it wasn’t installed, just checked now and it’s installed. Going to uninstall it and retry…

    Thread Starter timbearcub

    (@timbearcub)

    Nope – totally removed xcache via apt-get purge. Locate xcache and php -i says no xcache.

    Install latest OGraphr, press activate. White screen still. The only way to bring back the site (any URL) is delete meta-ographr directory, then the site comes back up.

    I don’t have any other caching plugins either. Hmm what can it be?

    Thread Starter timbearcub

    (@timbearcub)

    I added these to my config:

    // Enable WP_DEBUG mode
    define(‘WP_DEBUG’, true);

    // Enable Debug logging to the /wp-content/debug.log file
    define(‘WP_DEBUG_LOG’, true);

    but I can’t see any log files or anything when I try to activate OGraphr and it fails?

    When it fails it’s doing this:

    site.com/wp-admin/plugins.php?action=activate&plugin=meta-ographr%2Fmeta-ographr_index.php&_wpnonce=bb240e4fa8

    that’s when it goes ‘white’ and takes the site down. There’s nothing in the page source – not even an error – just blank. Only deleting the directory brings the site back; I checked there wasn’t any logs in there.

    Plugin Author idleberg

    (@yathosho)

    have a look at wp-content/debug.log

    so, both front- and backend of the site are white? may i ask what theme you’re using? also, if it’s not asked too much, could you try the last couple of major versions (0.7.11, 0.6.14) to see if the problem persists.

    i have to admit, i’m most clueless so i can offer nothing but trial and error. hope we can track it down!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Switched hosts, white screen :-(’ is closed to new replies.