csuscheckii
03-09-2007, 08:38 PM
I have easy php and joomla installed and then downloaded the demo copy of lms. Here's the changes I had to make to php.ini (and other things) to install joomlalms:
You need ioncube loader from:
http://www.ioncube.com/loaders.php
once it's installed in a directory, set php.ini to read the dll. Add the following line with the right path, like this :
zend_extension_ts = c:Program Files\EasyPHP 2.0b1\www\Joomla\ioncube\ioncube_loader_win_5.2.dl l
In php.ini also set:
max_execution_time = 300
upload_max_filesize = 4M
and change permissions on /media directory under joomla so that anybody can do anything.
lastly, enable PHP variable 'short_open_tags', if disabled in the php.ini file.
Took some time to find all of those fixes, but it eventually was installed.
Good luck.
Dr. C Suscheck
You need ioncube loader from:
http://www.ioncube.com/loaders.php
once it's installed in a directory, set php.ini to read the dll. Add the following line with the right path, like this :
zend_extension_ts = c:Program Files\EasyPHP 2.0b1\www\Joomla\ioncube\ioncube_loader_win_5.2.dl l
In php.ini also set:
max_execution_time = 300
upload_max_filesize = 4M
and change permissions on /media directory under joomla so that anybody can do anything.
lastly, enable PHP variable 'short_open_tags', if disabled in the php.ini file.
Took some time to find all of those fixes, but it eventually was installed.
Good luck.
Dr. C Suscheck