Scj With Php 7

tubeman
Posts: 534
Joined: Sat Mar 02, 2013 11:33 am

Re: Scj With Php 7

Post by tubeman »

Hi,
While installing script on server with php7 along with memcached instead of memcache I am getting this:

PHP Warning: PHP Startup: Unable to load dynamic library 'memcache.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20170718/memcache.so (/usr/local/lib/php/extensions/no-debug-non-zts-20170718/memcache.so: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20170718/memcache.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20170718/memcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

Can I ignore this warning or do I have to tell my host to change something? Thanks.

Regards,
admin
Site Admin
Posts: 37197
Joined: Wed Sep 10, 2008 11:43 am

Re: Scj With Php 7

Post by admin »

You have to fix your php.ini
the warning is not related to the script
you can run just php and it'll show the same error
Don't forget to run script update
tubeman
Posts: 534
Joined: Sat Mar 02, 2013 11:33 am

Re: Scj With Php 7

Post by tubeman »

Thanks, got it fixed. Works now.
admin
Site Admin
Posts: 37197
Joined: Wed Sep 10, 2008 11:43 am

Re: Scj With Php 7

Post by admin »

NP
Don't forget to run script update
Post Reply