Here is the solution for Hostmonster IONCUBE Problems installation where you got error message like this when you try to surf:
"Site error: the file /home/admin/public_html/viralinviter/inc/classes/setupclass.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator"
The solution steps are:-
1. Login to your control panel
2. Choose "PHP Config"
3. Check the box labeled "IonCube" under "Install Default php.ini"
4. Click "INSTALL PHP.INI FILE".
That will place php.ini file with the name of php.ini.default in your public_html folder.
Second, you need to place "php.ini.default" into whichever folder you need IonCube installed and rename it from "php.ini.default" to
"php.ini".
You can do that using the file manager, ftp or ssh.
5. Edit php.ini file using file manager---choose php.ini file---edit it using utf-8 format and at the line shows:-
zend_extension=/home/viralleg/ioncube/ioncube_loader_lin.so
zend_extension_ts=/home/viralleg/ioncube/ioncube_loader_lin_ts.so
[Zend]
Change it to:-
zend_extension=/home/viralleg/ioncube/ioncube_loader_lin_5.2.so
zend_extension_ts=/home/viralleg/ioncube/ioncube_loader_lin_5.2_ts.so
zend_extension=/home/viralleg/ioncube/ioncube_loader_lin.so
zend_extension_ts=/home/viralleg/ioncube/ioncube_loader_lin_ts.so
[Zend]
6. Save and exit editor.
7. From ioncube folder copy this two files:-
'ioncube-loader-helper.php' and 'ioncube-encoded-file.php'
8. Paste those files in folder /home/admin/public_html/viralinviter/inc/classes/
9. Try surf again yourdomain.com/viralinviter , it should works now.
Subscribe to:
Post Comments (Atom)
thank you for the post.