You are here:  » Error with Autodownload script


Error with Autodownload script

Submitted by FirstByte on Mon, 2008-12-15 00:08 in

Hi David,

I've gone through the Autodownload script, I've been able to download the files need though I get the following error when (i think) tries to run the import command.


Failed loading /usr/local/ioncube/ioncube_loader_lin_4.4.so: /usr/local/ioncube/ioncube_loader_lin_4.4.so: cannot open shared object file: No such file or directory

Any idea, what i've missed?

regards
Rod

Submitted by support on Mon, 2008-12-15 03:04

Hello Rod,

This happens when PHP has been configured to load ioncube (a PHP accelerator) within the global configuration, but the software itself is not present. If you're having no problems with PHP scripts running through the web browser, this is presumably only affecting the command line version of PHP, which is a different binary.

If you have access to php.ini on your server, open the file and check for any references to ioncube, and then comment out the appropriate lines - that should do the trick. If you don't have access, i'm afraid you will need to contact your host to help resolve this as they probably need to fix the global configuration. Let them know specifically that it is when running PHP from the command line that you get this error...

Cheers,
David.