bludog70 Posted May 2, 2012 Share Posted May 2, 2012 Hello: Yet installed PS 1.4.7.3 and when install PayPal Addon (first action we do), all Modules Dissappear from BaclOffice > Modules. Theres nothing. Apache server runs ok, tested. No other customization made, new PS version. Link to comment Share on other sites More sharing options...
phrasespot Posted May 4, 2012 Share Posted May 4, 2012 May be due to memory available to PHP. Locate the file /config/config.inc.php. Change @ini_set('display_errors', 'off'); define('_PS_DEBUG_SQL_', false); to @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true); and try loading modules tab. Post any error messages given. Link to comment Share on other sites More sharing options...
nereik23 Posted May 12, 2012 Share Posted May 12, 2012 Ok I tried the suggested but this is the error that came up: Fatal error : Cannot make static method ModuleCore::display() non static in class PayPal in /home/kieren23/public_html/shop/modules/paypal/paypal.php on line 1362 Link to comment Share on other sites More sharing options...
phrasespot Posted May 12, 2012 Share Posted May 12, 2012 (edited) Fatal error: Cannot make static method ModuleCore::display() non static in class PayPal in /home/kieren23/public_html/shop/modules/paypal/paypal.php on line 1362 The PayPal module is the problem. Edited May 13, 2012 by phrasespot (see edit history) Link to comment Share on other sites More sharing options...
nereik23 Posted May 13, 2012 Share Posted May 13, 2012 May be due to memory available to PHP. Locate the file /config/config.inc.php. Change @ini_set('display_errors', 'off'); define('_PS_DEBUG_SQL_', false); to @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true); and try loading modules tab. Post any error messages given. This is what came up after I did this to /config/config.inc.php if I put it back to off and false it doesn't show after that? Also if I delete the paypal folder in the module folder, all modules are loaded up fine, than when I upload the folder again, it just disappears. Will download it again and make sure it says v1.4.7.3 and see what happens from there. Link to comment Share on other sites More sharing options...
nereik23 Posted May 13, 2012 Share Posted May 13, 2012 Tried again with a fresh install and the same results have been mimicked. Link to comment Share on other sites More sharing options...
phrasespot Posted May 13, 2012 Share Posted May 13, 2012 (edited) This is what came up after I did this to /config/config.inc.php The error you are seeing has nothing to do with the change I asked you to do. Look at the change I suggested carefully. The error is there before you make the change. Just that it does not show until you change the settings to display errors: @ini_set('display_errors', 'on'); if I put it back to off and false it doesn't show after that Of course. Because you are setting to hide the errors @ini_set('display_errors', 'off'); Also if I delete the paypal folder in the module folder, all modules are loaded up fine, than when I upload the folder again, it just disappears Which is further proof of issue being with PayPal module. Tried again with a fresh install and the same results have been mimicked. I cannot replicate this issue with a fresh download and install. Make sure you are downloading an offical copy and open an issue ticket, giving detailed server/PHP etc info if you can consistently repeat the problem. Edited May 13, 2012 by phrasespot (see edit history) Link to comment Share on other sites More sharing options...
nereik23 Posted May 13, 2012 Share Posted May 13, 2012 Ok no problems, thanks for your help. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now