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????????
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????????