blank page when plugin activated
-
Hi,
I have an issue with the use of this plugin. I need to integrate my WordPress blog into a prestashop site, so to harmonize it, I took the header/footer from prestashop, using this header.php file in my theme
<?php
// Loads the PRESTASHOP ENVIRONNEMENT
require_once(dirname(__FILE__).’/../../../../../config/config.inc.php’);
require_once(dirname(__FILE__).’/../../../../../header.php’);?>
<link rel=”profile” href=”https://gmpg.org/xfn/11″ />
<link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />And same for the footer.php file.
With a few tricks in the style.css, this method looks good, but when I activate the amr ical events list plugin, all I get is an html page with an empty body…
Any clue where this might come from ?
Thanks for your help !
- The topic ‘blank page when plugin activated’ is closed to new replies.