2. To install ioncube do the following:
a). Check the installed PHP version: open your Joomla BackEnd -> help -> System info -> tab âSystem infoâ -> PHP Version.
b). Check âThread Safetyâ PHP setting: open your Joomla BackEnd -> help -> System info -> tab âPHP Informationâ -> Thread Safety.
c). Go to ioncube.com ( www.ioncube.com/loaders.php ) and download loaders for your system. You need to download loaders for Windows. If âthread safetyâ enabled -> download usual loaders. If it is disabled download âWindows (Non-TS)â loaders. Download the file with âzipâ extension, not âinstallerâ.
d). Create folder âioncubeâ in âC:\wampâ. And copy the corresponding loader dll into this folder. If you have PHP 5.2.x installed -> then copy âioncube_loader_win_5.2.dllâ into this folder
Note: If you use IIS server or any other server configuration different from WAMP, please do the following: instead of point 'd', create 'ioncube' folder in the folder where PHP is installed or somewhere in IIS or 'Windows' folder.
e). Locate your PHP configuration file. Check it's location: open your Joomla BackEnd -> help -> System info -> PHP Information -> Loaded Configuration File.
f). Edit this php.ini file, find â[zend]â string and add the following before it:
zend_extension_ts= C:\wamp\ioncube\ioncube_loader_win_5.2.dll
Note: If you use IIS server or any other server configuration different from WAMP, put any other path to ioncube loader dll.
Please note: In the case if 'thread safety' is disabled in the point 'b', then you should use 'zend_extension' string declaration instead of 'zend_extension_ts'
If after changing your php.ini setings and restarting the server ioncube still doesn't work, try taking the path in quotes: zend_extension_ts="C:\wamp\ioncube\ioncube_loader_ win_5.2.dll". Please use valid double quotes, do not use MS-style quotes instead.
g). If you donât have â[zend]â line in php.ini -> find the line â; Dynamic Extensions ;â and add this code somewhere below this line.
h). Restart wamp server.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.