Bryan Lee Posted July 27, 2010 Share Posted July 27, 2010 Hi all,Somebody can tell me why I have that problem? And how to fix it? Thanks Link to comment Share on other sites More sharing options...
rocky Posted July 28, 2010 Share Posted July 28, 2010 Edit config/config.inc.php and temporarily change 'display_errors' from 'off' to 'on' so that you get an error message instead of a blank page. Post the error message here. Link to comment Share on other sites More sharing options...
Bryan Lee Posted August 5, 2010 Author Share Posted August 5, 2010 Hi Rocky,The error:Fatal error: Cannot redeclare class Currency in ...\classes\Currency.php on line 251My currency.php attach below, please see for more detail. By the way, I want change the link http://www.prestashop.com/xml/currencies.xml to http://www.vietcombank.com.vn/exchangerates/ExrateXML.aspx for auto update current. But I'm not successful. Please help me out. Many thanks.Regards, Currency-new.php Link to comment Share on other sites More sharing options...
evolution.x Posted March 23, 2011 Share Posted March 23, 2011 Edit config/config.inc.php and temporarily change 'display_errors' from 'off' to 'on' so that you get an error message instead of a blank page. Post the error message here. Hi Rocky,I have the same problem on 1.3.2.3 the error is:Fatal error: Cannot redeclare class PDF_PageGroup in /home/sites/mysite.com/public_html/classes/PDF.php on line 69Here is the code mentioned: 67. parent::_putpages(); 68. } 69. } 70. 71. class PDF extends PDF_PageGroup 72. { 73. private static $order = NULL; 74. private static $orderReturn = NULL; 75. private static $orderSlip = NULL; 76. private static $delivery = NULL; 77. private static $_priceDisplayMethod; 78. 79. /** @var object Order currency object */ 80. private static $currency = NULL; 81. 82. private static $_iso; Any help on this? Link to comment Share on other sites More sharing options...
evolution.x Posted August 2, 2011 Share Posted August 2, 2011 Hi, Did you solve this as i have the same problem too with the same error on PS v1.3.2.3 Cheers Edit config/config.inc.php and temporarily change 'display_errors' from 'off' to 'on' so that you get an error message instead of a blank page. Post the error message here.<br/><br/>Hi Rocky,<br/><br/>I have the same problem on 1.3.2.3 the error is:<br/><br/>Fatal error: Cannot redeclare class PDF_PageGroup in /home/sites/mysite.com/public_html/classes/PDF.php on line 69<br/><br/><br/>Here is the code mentioned:<br/><br/><br/>67. parent::_putpages();<br/>68. }<br/>69. }<br/>70. <br/>71. class PDF extends PDF_PageGroup<br/>72. {<br/>73. private static $order = NULL;<br/>74. private static $orderReturn = NULL;<br/>75. private static $orderSlip = NULL;<br/>76. private static $delivery = NULL;<br/>77. private static $_priceDisplayMethod;<br/>78.<br/>79. /** @var object Order currency object */<br/>80. private static $currency = NULL;<br/>81.<br/>82. private static $_iso;<br/><br/> <br/><br/><br/>Any help on this? Link to comment Share on other sites More sharing options...
Recommended Posts