IonCube loader
hello,
under tweak settings: PHP --> Ioncube Loader is activated and i am logged in with root...
but one customer got this message:
Site error: the file /home/printout/public_html/admin/controller/module/simple.php requires the ionCube PHP Loader ioncube_loader_lin_5.4.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.
whats the reason? Can anybody help?
-
Have you enabled Ioncube in WHM >> Software >> EasyApache? From what you have explained, you have only enabled it for cPanel's "internal" PHP which is not the same as the PHP version you're end users will be using. To enable Ioncube quickly, run this as root: /scripts/phpextensionmgr install IonCubeLoader0 -
hello, actually I am having the ioncube loader 4.7.5 I need the version upper than 5.4.. Where can I change this? 0 -
hello, could you send me the same instruction for centos 6 64 bit, please? 0 -
hello, could you send me the same instruction for centos 6 64 bit, please?
Hello, You can replace these two lines:# wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz # tar -xfz ioncube_loaders_lin_x86.tar.gz
With:# wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz # tar -xfz ioncube_loaders_lin_x86-64.tar.gz
Thank you.0 -
hell by typing in: "tar -xfz ioncube_loaders_lin_x86-64.tar.gz" I got this error: tar: z: Kann open nicht ausf"hren: Datei oder Verzeichnis nicht gefunden tar: Error is not recoverable: exiting now translated by me: tar: z: open can not: File or Path not found 0 -
You have not followed the instructions in their entirety. You cannot untar a file that you do not yet have on your system. 0 -
tar: z: open can not: File or Path not found
Did you run this command after running the wget command? Did the file download successfully? Thank you.0 -
Use hell by typing in: "tar -xfz ioncube_loaders_lin_x86-64.tar.gz" I got this error: tar: z: Kann open nicht ausf"hren: Datei oder Verzeichnis nicht gefunden tar: Error is not recoverable: exiting now translated by me: tar: z: open can not: File or Path not found
Use this instead: tar -zxvf0
Please sign in to leave a comment.
Comments
10 comments