Forums / Install & configuration / Installation on Windows ez Publish fail

Installation on Windows ez Publish fail

Author Message

Z W

Friday 19 March 2010 1:15:13 pm

Hi

In setup Wizard, it says

 

1. PHP does not register environment variables

 

PHP is currently not configured to register enviroment variables in the global variable $_ENV.

 

To fix this, edit your php.ini configuration and add E to the variables_order setting.

Ignore this test

I tried looking for it in my WAMPServer 2.0 php.ini, I couldn't find it.

WAMPServer 2.0 also runs Apache 2.2.11

What exactly should I type to recover from this error ?

Thank you

Daniel Hoppe

Saturday 20 March 2010 1:51:41 am

Step 1: Find the correct php.ini

http://www.wampserver.com/en/faq.php#q3

or use

<?php
phpinfo();
?>

or

if you use the current Apache 2.2.11 the default file is located here:

"C:\wamp\bin\apache\Apache2.2.11\bin\php.ini"

Step 2: Change the file:

variables_order = "GPCS"

to

variables_order = "EGPCS"