leimis Posted July 3, 2013 Share Posted July 3, 2013 Hello, I have some problems after uploading payment module. Page shows 500 error. After enabling php error showing, it shows than in module class php file on line 1004 there is an EVAL() error. classes/module/Module.php(1004) : eval()'d code on line 127 Screenshots: http://gamadigi.com/preview/err/ Link to comment Share on other sites More sharing options...
vekia Posted July 3, 2013 Share Posted July 3, 2013 follow please instructions there: http://www.prestashop.com/forums/topic/224525-how-to-get-debug-information-for-500-error-or-blank-page/ and share full error code here Link to comment Share on other sites More sharing options...
cedricfontaine Posted July 3, 2013 Share Posted July 3, 2013 What is the module name ? Did you try to just call its url to see if it returns an error message ? Link to comment Share on other sites More sharing options...
leimis Posted July 4, 2013 Author Share Posted July 4, 2013 all modules. atal error: Call-time pass-by-reference has been removed in /home/gamadigi/domains/gamadigi.com/public_html/inprogress/ingrid/classes/module/Module.php(1004) : eval()'d code on line 127 Link to comment Share on other sites More sharing options...
leimis Posted July 4, 2013 Author Share Posted July 4, 2013 error show was enabled before. when i changed this line in Module.php on line 1004 if (eval('if (false){ ' . $file . ' }') !== false) to if (false) it shows that my modules are missing! but its not. look at the screanshots Link to comment Share on other sites More sharing options...
vekia Posted July 4, 2013 Share Posted July 4, 2013 please don't change this class, rollback changes the problem is in the module (payment) that you uploaded / installed what exactly payment module? Link to comment Share on other sites More sharing options...
Recommended Posts