Hello Guys,
If you came across such an error like /home/username/public_html/somefile.php
Try adding the ioncube loader .so in the custom php.ini (create / edit php.ini under your directory. If needed, refer it in .htaccess with SetEnv PHPRC /path/to/php.ini ) if your hosts and websites runs on suphp
zend_extension=”/usr/local/IonCube/ioncube_loader_lin_5.4.so”;
Add this and refresh the page . This will be solved.
Post comments