coolu Posted July 26, 2013 Share Posted July 26, 2013 Hello Friends we are getting these errors in our cpanel errors.logs which are php error logs . We are using hostgator Reseller Plans at the moment and are current using PrestaShop 1.5.3.1 [26-Jul-2013 23:55:46] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/mssql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/mssql.so: cannot open shared object file: No such file or directory in Unknown on line 0 [26-Jul-2013 23:38:44] PHP Warning: Invalid argument supplied for foreach() in /home/pacman /public_html/modules/blocklayered/blocklayered.php on line 2607 Kindly guide to fix these errors . Link to comment Share on other sites More sharing options...
benjamin utterback Posted July 26, 2013 Share Posted July 26, 2013 Hi coolu, this is a php error thrown from the server. Have you contacted your host about this issue? They should be aware of this issue. I have found some similar issues on the web but you should contact them first because it's a server error. Link to comment Share on other sites More sharing options...
vekia Posted July 26, 2013 Share Posted July 26, 2013 first error code aren't related to the prestashop, but second one is (it's not error at all, it's a warning) main differencies between errors and warnings: Errors: Fatal run-time errors. These indicate errors that can not be recovered from, such as a memory allocation problem. Execution of the script is halted. Warnings: Run-time warnings (non-fatal errors). Execution of the script is not halted. the Warning that you've got is related to the blocklayered module, you use it? Link to comment Share on other sites More sharing options...
Recommended Posts