kelvinlym Posted October 23, 2012 Share Posted October 23, 2012 I get an error Fatal error: Access level to dibs::$smarty must be protected (as in class PaymentModule) or weaker in /home/tantaliz/public_html/testshop/modules/dibs/dibs.php on line 392 After upgrading to 1.5.1 with a clean install. Can anyone help me with solving the issue? Thanks. Link to comment Share on other sites More sharing options...
Rhobur Posted October 24, 2012 Share Posted October 24, 2012 (edited) I too have this problem! EDIT: I have removed by FTP the dibs module and all OK now! Edited October 24, 2012 by Caprice (see edit history) 1 Link to comment Share on other sites More sharing options...
prestashopninja Posted January 25, 2013 Share Posted January 25, 2013 (edited) Hello, in modules/dibs/dibs.php file, find /** * Set the smarty object * @var Smarty */ private $smarty; and change it to /** * Set the smarty object * @var Smarty */ protected $smarty; Edited January 25, 2013 by prestashopninja (see edit history) 5 Link to comment Share on other sites More sharing options...
kretinus Posted April 15, 2013 Share Posted April 15, 2013 thanks for the help, works perfectly! Link to comment Share on other sites More sharing options...
CyberLolita Posted November 30, 2013 Share Posted November 30, 2013 Just helped me too, now to fix the next "Fatal Error" Link to comment Share on other sites More sharing options...
Jean-Bruno Posted August 14, 2015 Share Posted August 14, 2015 A big big thanks ! Link to comment Share on other sites More sharing options...
Recommended Posts