Author Topic: Can't install the script  (Read 7248 times)

0 Members and 1 Guest are viewing this topic.

Offline freetradescript

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Can't install the script
« on: December 24, 2011, 03:08:22 PM »
Can't install the script iget:




Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/local/lib/php/extensions/no-debug-non-zts-20060613/../../../../../../home/ioncube/ioncube_loader_lin_5.3.so) is not within the allowed path(s): (/home/admin/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/admin/domains/mysite.com/public_html/install.php on line 2

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/local/lib/php/extensions/no-debug-non-zts-20060613/../../../../../ioncube/ioncube_loader_lin_5.3.so) is not within the allowed path(s): (/home/admin/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/admin/domains/mysite.com/public_html/install.php on line 2

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/local/lib/php/extensions/no-debug-non-zts-20060613/../../../../ioncube/ioncube_loader_lin_5.3.so) is not within the allowed path(s): (/home/admin/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/admin/domains/mysite.com/public_html/install.php on line 2

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/local/lib/php/extensions/no-debug-non-zts-20060613/../../../ioncube/ioncube_loader_lin_5.3.so) is not within the allowed path(s): (/home/admin/:/tmp:/var/tmp:/usr/local/lib/php/) in /home/admin/domains/mysite.com/public_html/install.php on line 2
Your server does not support IonCube-encoded files.
Please run tpupdater.php and downgrade your script to the build #34.



Just updated the VPS to:
PHP v5.3.8
Ioncube to 4.0.11
Zend Guard Loader v3.3



Offline FourZero

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Can't install the script
« Reply #1 on: December 24, 2011, 07:27:52 PM »
It looks like you ioncube library installed into /home/ioncube/ioncube_loader_lin_5.3.so. 

What Flavor of Linux are you running?

on my centos (redhat variant) .so files are in the /usr/lib/php/modules directory.

It looks like your distro may normally put them in /usr/local/lib/php/extensions/no-debug-non-zts-20060613/

Is there a symbolic link to the file which resides in "/home/ioncube" placed in that directory?  If so, just removing the link and putting a copy of the actual file there may solve the problem.

good luck.

fZ