introduction screenshots faq forum blog modules components download
Please use the search function and/or read the FAQ first.
-->

[Solution] Windows x64, install path errors



Posted by: #babal
May 09, 2010 09:52AM
Hi

Here, a solution. Open easyphp.ini and enclose OldRunningPath in double-quotes (").
OldRunningPath="C:\Program Files(x86)\EasyPHP-5.3.2i\"

Regards
#babal
Posted by: Pompei2
June 05, 2010 12:54PM
If only this change is not enough to make it work for you, try executing EasyPHP as administrator, that made it work for me!
Posted by: JLuc
August 01, 2010 05:21PM
Hello,

the proposed solution seems not enough.

on a 64bits windows 7, the install runs ok, apache & mysql run ok but the administration page display loads of errors, the first of them being :

Warning: syntax error, unexpected '(' in ../easyphp.ini on line 14 in C:\Program Files (x86)\EasyPHP-5.3.2i\home\i18n.inc.php on line 4

I dont understand since the .ini is corrected with " " around the old path
Is there mmaye a file cache somewhere parse_ini_file is still reading ?

Or something else ?

How to get the administration page without errors ?
Posted by: JLuc
August 01, 2010 10:16PM
It seems the only way to have easyphp work ok is to install it outside the normal "/program files (x86)" directory, with a simple path like "c:/easyphp" with no disturbing chars.