I'm using AMPPS on a Windows machine, and when I try and navigate to http://localhost
to make some modifications to my localhost server, I recieve the following error:
Site error: the file C:\Program Files (x86)\Ampps\ampps\softaculous\enduser\inc.php requires the ionCube PHP Loader ioncube_loader_win_5.3.dll to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.
I checked out my php.ini
file, and can't see anything wrong:
;ionCube Loader
zend_extension="{$path}\{$php_dir}\ioncube_loader_win_5.3.dll"
When I echo phpinfo()
, I can find no references to this IonCube loader whatsoever.
When I try and fix the problem by using the IonCube installation wizard, I have no idea what to enter for the base URL
and base Directory
fields.
Can someone help me out here? Thanks.