claybourg Posted February 3, 2013 Share Posted February 3, 2013 (edited) In Admin / Module, "Module" and "Payment" do not work after updating, they return an Error 500 [PrestaShop] Fatal error in module dibs: Access level to dibs::$smarty must be protected (as in class PaymentModule) or weaker Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Edited February 8, 2013 by claybourg (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted February 3, 2013 Share Posted February 3, 2013 try this (you need the error that is causing the 500) config/defines.inc.php define('_PS_MODE_DEV_', true); reproduce and then you at least know what error you are taking...then search that (in google i.e. prestashop (part of err message) Link to comment Share on other sites More sharing options...
claybourg Posted February 3, 2013 Author Share Posted February 3, 2013 (edited) Here's the error Fatal error: Access level to dibs::$smarty must be protected (as in class PaymentModule) or weaker in {server}public_html/prestashop/modules/dibs/dibs.php on line 440 [PrestaShop] Fatal error in module dibs: Access level to dibs::$smarty must be protected (as in class PaymentModule) or weaker No result on Google search Edited February 3, 2013 by claybourg (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted February 3, 2013 Share Posted February 3, 2013 I used this search: prestashop modules/dibs/dibs.php on line 440 gave me these results: https://www.google.com.co/search?q=prestashop+modules%2Fdibs%2Fdibs.php+on+line+440&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a and this post seems interesting: http://www.prestashop.com/forums/topic/193940-fatal-error-loading-modules-tab/ Link to comment Share on other sites More sharing options...
claybourg Posted February 8, 2013 Author Share Posted February 8, 2013 Thank you for your help elpatron. My issue was the same as on the other post. I may have had a non-standard module, I don't know since the site is in development and I did not remember adding a custom module. I fixed it by deleting the module folder and uploading the standard folder, it seems to work again. Link to comment Share on other sites More sharing options...
Recommended Posts