Admin Panel:
Sales -> Order “Printing PDF invoice” brings following PHP error:
Fatal error: Cannot redeclare class EventAppPplogin in /home/gowebcreativedo/public_html/shop/catalog/event/app/pp_login.php on line 13

Related to this error in "catalog/event/app/pp_login.php" is following error at Sales->Edit Order
SyntaxError: Unexpected token Fatal error: Cannot redeclare class EventAppPplogin in /home/gowebcreativedo/public_html/shop/catalog/event/app/pp_login.php on line 13

Which show up in a java warning
It is not posible to continue!

Update to Version 1.1.5 is not possible:
Result after update "Update process has been completed successfully.", but template was not updated.
Wednesday, October 28 2015, 10:16 PM
Share this post:

Accepted Answer

Saturday, October 31 2015, 07:59 PM - #Permalink
Solved by enable "proc_open" in php.ini disable_functions
The reply is currently minimized Show
Responses (6)
  • Accepted Answer

    Thursday, October 29 2015, 04:19 PM - #Permalink
    Hermann, can you please delete the following file:

    admin/event/app/pp_login.php
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, October 29 2015, 04:51 PM - #Permalink
    Done, get a blank page if I try to print PDF bill.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, October 29 2015, 05:09 PM - #Permalink
    I've checked the script and I've seen an error and corected it:
    public function postCustomerLogout(&$data) {

    I could print one time a bill, but it is NOT in PDF, and after I tried to make another bill I got following error:

    Fatal error: Cannot redeclare class EventAppPplogin in /home/gowebcreativedo/public_html/shop/catalog/event/app/pp_login.php on line 13
    The reply is currently minimized Show
  • Accepted Answer

    Dominik
    Dominik
    Offline
    Wednesday, November 25 2015, 12:34 PM - #Permalink
    Hey guys

    Same error here, cannot print PDF invoices:
    Fatal error: Cannot redeclare class EventAppPplogin in /home/hostingname/www/sitename.tld/catalog/event/app/pp_login.php on line 0
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, November 26 2015, 05:49 PM - #Permalink
    Dominik, delete the following file:

    admin/event/app/pp_login.php
    The reply is currently minimized Show
  • Accepted Answer

    Dominik
    Dominik
    Offline
    Thursday, November 26 2015, 07:11 PM - #Permalink
    Thanks Denis, now the error message is gone :)! But I have a blank page when trying to generate a PDF.. :)
    The reply is currently minimized Show
Your Reply