Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 09-02-2017 15:57:26

polarize
Member
Registered: 11-15-2004
Posts: 293

Server error_log

I have a question about an error_log that is building with the following entries...

Code:

[02-Sep-2017 15:06:29] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20060613/imagick.so' - /usr/local/lib/php/extensions/no-debug-zts-20060613/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0
[02-Sep-2017 15:06:29] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20060613/pdo.so' - /usr/local/lib/php/extensions/no-debug-zts-20060613/pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0
[02-Sep-2017 15:06:29] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20060613/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-zts-20060613/pdo_sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
[02-Sep-2017 15:06:29] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20060613/sqlite.so' - /usr/local/lib/php/extensions/no-debug-zts-20060613/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
[02-Sep-2017 15:06:29] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20060613/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-zts-20060613/pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
[02-Sep-2017 15:06:29] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20060613/ixed.5.2ts.lin' - /usr/local/lib/php/extensions/no-debug-zts-20060613/ixed.5.2ts.lin: cannot open shared object file: No such file or directory in Unknown on line 0
[02-Sep-2017 15:06:29] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20060613/uploadprogress.so' - /usr/local/lib/php/extensions/no-debug-zts-20060613/uploadprogress.so: cannot open shared object file: No such file or directory in Unknown on line 0

Is there something we should look at with relation to the shopping cart?

Thanks! smile


Using Kryptronic K9! smile
Previous Versions:
ClickCartPro 8
ClickCartPro 7
ClickCartPro 6
ClickCartPro 5.1

Offline

 

#2 09-05-2017 08:09:53

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Server error_log

This is PHP and/or Apache trying to load modules that don't exist.  Should be happening only on server start and does not indicate a problem with your store install.  You may want to fix your server configuration, though, by either adding the missing modules, or removing their startup references.


Nick Hendler

Offline

 

Board footer