PDA

View Full Version : Error (ioncube)


john_zakaria
06-25-2009, 10:14 AM
i bought easy php calendar and i tried to put it on my site and it works correctly in the folder "calendar"
but when i created a file in the root of my site and i wrote


<?
include('calendar/test.php');
?>

coz i want to put the calendar in a page that exists on the root

i got the error
Site error: the file /home/wwwptlt/public_html/calendar/functions/functions.inc.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.

plz find the 2 links to see what i mean :
http://www.ptl-team.com/i_cal.php --> error
http://www.ptl-team.com/calendar/test.php --> works correctly

i putted the file "ioncube_loader_lin_5.2.so" in my root
also i created a folder named ioncube and inside it i put ioncube_loader_lin_5.2.so

in php.ini i wrote
zend_extension = ioncube_loader_lin_5.2.so

so where is the error????????

Brian
06-25-2009, 10:28 AM
This is a server configuration error. I'm not that familiar with the root cause of the issue. ve9gra (forum moderator) may be able to help when he drops in. You can also contact ioncube support for assistance.

It could be something in a .htaccess file causing this issue too.

ve9gra
06-25-2009, 05:31 PM
You can use the Tester script (which you probably did before you bought it) to confirm that your server can support ionCube.

You will need to put the full system path to the .so file in the php.ini, just the filename is not enough.