View Full Version : Installation in Local Host
lala_ina
05-23-2007, 07:24 AM
As a Joomla's component, i assume that i can use Joomlalms in my localhost first before upload it to the server? Is this correct or not?
Yes, but ioncube loader installation is needed.
lala_ina
05-25-2007, 04:27 PM
Thanks for the fast response regarding my question..
I've tried to install the component of Joomlalms in my localhost under my Joomla site named "house". I've been trying to put the ioncube directory containing ioncube_loader_win_5.1.dll in several path (C:\ioncube; c:\xampplit\ioncube, etc); but still have an error msg:
Site error: the file C:\xampplite\htdocs\house\administrator\components \com_joomla_lms\admin.joomla_lms.php requires the ionCube PHP Loader ioncube_loader_win_5.1.dll to be installed by the site administrator.
What should I do to correct the installation process?
http://www.ioncube.com/loader_installation.php
First method
Put oncube_loader_win_5.1.dll into ioncube folder in the account root folder. Run ioncube-loader-helper.php from the root folder and click "run-time loading installation".
If nothing is happens go to manual installation instructions.
Manually installation
Go to Joomla Administration -> System -> System info -> PHP info
and check variables
Thread Safety and Configuration File (php.ini) Path
Open you php.ini file (path you are already found at prev step).
On disk C (for ex.) create folder 'ioncube' and copy to it needed ioncube loader.
Search for section with lines like
"extension=xxx.dll"
Above these lines insert code
"zend_extension_ts=c:\ioncube\ioncube_loader_win_5. 1.dll" (if Thread Safety is enabled)
or
"zend_extension=c:\ioncube\ioncube_loader_win_5.1.d ll" (if Thread Safety is disabled)
Restart you webserver.
P.S.
If you are using IIS server with php then in php ini you should place string
zend_extension_ts="C:/WINDOWS/SYSTEM32/INETSRV/ioncube_loader_win_5.1.dll"
File path should be in double quotes.
File should be located in the IIS trusted directory (C:/WINDOWS/SYSTEM32/INETSRV)
lala_ina
05-26-2007, 04:40 AM
Aaaaah.... Thank You.
It Works ^_^
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.