• kOoLiNuS

    (@koolinus)


    Hello there,
    this is a follow up of the thread Fatal error: Cannot redeclare class P2_Post_List_Creator

    Even with the latest P2 linked by the kind Katheryn I have a blank page.

    Here is my info.php page https://cl.ly/image/3C0I1W1W3Y0Y

    This is an extract of my Apache2’s error log:

    root@magilla:~# tail /var/log/apache2/error_SUPPORTO.log
    [Thu Nov 12 10:50:26.052635 2015] [:error] [pid 116595] [client 150.145.82.100:51635] PHP Fatal error:  Cannot redeclare class P2_Post_List_Creator in /var/www/html/help_kb/wp-content/themes/p2/inc/list-creator.php on line 37, referer: https://help.ba.itb.cnr.it/wp-admin/update.php?action=install-theme&theme=mercury&_wpnonce=e3c0abf28d
    [Thu Nov 12 11:34:56.055642 2015] [:error] [pid 6318] [client 150.145.82.100:53344] PHP Fatal error:  Cannot redeclare class P2_Post_List_Creator in /var/www/html/help_kb/wp-content/themes/p2/inc/list-creator.php on line 37, referer: https://help.ba.itb.cnr.it/wp-admin/themes.php
    [Thu Nov 12 11:35:03.727241 2015] [:error] [pid 127405] [client 150.145.82.100:53347] PHP Fatal error:  Cannot redeclare class P2_Post_List_Creator in /var/www/html/help_kb/wp-content/themes/p2/inc/list-creator.php on line 37, referer: https://help.ba.itb.cnr.it/wp-admin/themes.php
    [Thu Nov 12 11:35:15.329313 2015] [:error] [pid 73038] [client 150.145.82.100:53351] PHP Fatal error:  Cannot redeclare class P2_Post_List_Creator in /var/www/html/help_kb/wp-content/themes/p2/inc/list-creator.php on line 37

    The new theme was installed manually.

    The site’s virtual host is set this way:

    <VirtualHost *:80>
       ServerName $HOSTNAME
       ServerAdmin root
       DocumentRoot /var/www/html/help_kb
        <Directory /var/www/html/help_kb>
          Options Indexes FollowSymLinks
          AllowOverride FileInfo
          Order allow,deny
          Allow from all
        </Directory>
    
       ErrorLog /var/log/apache2/error_SUPPORTO.log
    </VirtualHost>
  • The topic ‘blank page when using P2’ is closed to new replies.