Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Kurt Payne

    (@kurtpayne)

    Usayd,

    I’ve tried SEO Ultimate and P3 on a test site. There doesn’t appear to be a conflict with the plugins at a code level. To get rid of the WSOD, please remove the plugins/p3-profiler folder from your site, and mu-plugins/p3-profiler.php file, too, if it’s there.

    To troubleshoot what’s going on, you’ll need to look in your server logs, or turn on debugging in wp-config.php.

    http://codex.wordpress.org/Debugging_in_WordPress#Example_wp-config.php_for_debugging

    My initial guess is that you should consider raising your php memory limit. Each plugin you activate raises your site’s memory needs and you’ll eventually turn activate one that pushes you over the limit and you’ll get an out of memory error.

    Thread Starter Usayd

    (@usayd)

    Thanks for your response Kurt

    The error I’m getting is:

    [12-May-2012 19:57:23] PHP Warning:  require_once(/home/site/public_html/wp-content/mu-plugins/../plugins/p3-profiler/start-profile.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/site/public_html/wp-content/mu-plugins/p3-profiler.php on line 2
    [12-May-2012 19:57:23] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/site/public_html/wp-content/mu-plugins/../plugins/p3-profiler/start-profile.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/site/public_html/wp-content/mu-plugins/p3-profiler.php on line 2
    [12-May-2012 19:57:23] PHP Warning:  require_once(/home/site/public_html/wp-content/mu-plugins/../plugins/p3-profiler/start-profile.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/site/public_html/wp-content/mu-plugins/p3-profiler.php on line 2
    [12-May-2012 19:57:23] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/site/public_html/wp-content/mu-plugins/../plugins/p3-profiler/start-profile.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/site/public_html/wp-content/mu-plugins/p3-profiler.php on line 2

    Which indicates to me that the mu-plugin isn’t finding the plugin file. I tried to hardcode the link:

    require_once( '/home/site/public_html/wp-content/plugins/p3-profiler/start-profile.php' ); ?>

    That didn’t work either

    Plugin Contributor Kurt Payne

    (@kurtpayne)

    Hi Usayd,

    If you have a start-profile.php file in your plugins/p3-profiler folder, then just delete mu-plugins/p3-profiler.php then deactivate and re-activate p3.

    If you don’t have a start-profile.php file in your plugins/p3-profiler folder, please re-install P3 as it may indicate other files are missing, too.

    Thread Starter Usayd

    (@usayd)

    Thanks Kurt, that worked – though I had to have P3 profiler already active in order to prevent it from recreating the mu-plugins folder.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: P3 (Plugin Performance Profiler)] Plugin conflicts with SEO Ultimate’ is closed to new replies.