cpanel62 -php odd errors on some scripts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ken241
    Junior Member
    • Feb 2008
    • 2

    #1

    cpanel62 -php odd errors on some scripts

    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
  • AndrewT
    Administrator
    • Mar 2004
    • 3655

    #2
    You can ignore that error as it is expected when executed from a jailshell environment. Your scripts should still run properly.

    Comment

    • ken241
      Junior Member
      • Feb 2008
      • 2

      #3
      Andrew,

      Thanks for the info...

      ken

      Comment

      Working...