On a site we're getting ready to deploy.....there are some scripts we use to updte the web site located outside the web directory in /home/username/main. These scripts ae meant to be run from a crontab once a day and are php scripts. They all run on the development machine just fine. used ssh to access the account ran one of the scripts, it did what it was suppose to however, got the following error:
Failed loading /usr/local/ioncube/ioncube_loader_lin_5.2.so: /usr/local/ioncube/ioncube_loader_lin_5.2.so: cannot open shared object file: No such file or directory
Found out php5 is being used, tried looking for php4 with whereis -b. Apparently php5 is being used to execute the command line scripts. I rechecked the utput from phpinfo on the web page and notice, though it says php 4.x.x its compile date is jan 2008.
I have no idea what's happening or what and why the above error.
ken
Failed loading /usr/local/ioncube/ioncube_loader_lin_5.2.so: /usr/local/ioncube/ioncube_loader_lin_5.2.so: cannot open shared object file: No such file or directory
Found out php5 is being used, tried looking for php4 with whereis -b. Apparently php5 is being used to execute the command line scripts. I rechecked the utput from phpinfo on the web page and notice, though it says php 4.x.x its compile date is jan 2008.
I have no idea what's happening or what and why the above error.
ken
Comment