»User: »Password:   Remember Me? 
>e-novative> Support and Discussion Forums / >e-novative> WAMP / Installation and Configuration / Cannot acces Control Center etc.
Posted:  22 Feb 2005 18:57   Last Edited By: djkirstyjay
I have installed WAMP using all the defaults and when I go to the url http://localhost/wamp or http://user/wamp I get a page cannot be displayed message.

I am using wamp as a server on my PC in order to learn php and mySQL, so I have no prior knowledge of any of this and need help!

Here's the contents of my installation log file.

WAMP 2.0.0 Installation Log

Analyzing system:
Windows Version=XP
->Administrator=true
->Silent=false
Apache: Reading User Input
Document Root=C:\Program Files\e-novative\WAMP\www
Admin Email=webmaster@USER
ControlCenter: Reading User Input
Username=djkirstyjay
Password=*****
Database: Reading User Input
Username=djkirstyjay
Password=*****
Installation Directory=C:\Program Files\e-novative\WAMP
Copy files
Installing MySql
Installing PHP
Configuring PHP
Installing Apache
Configuring Apache
Document Root=C:\Program Files\e-novative\WAMP\www
Configuring Control Center
Configuring MySql
Installation done

Regards

Kirsty
Posted:  22 Feb 2005 19:14
Kirsty,

seems like you did not download and install the latest version of >e-novative> WAMP. Older versions have a small but that prevents WAMP from starting after installation. There is a simple fix. Edit the file C:\Program Files\e-novative\WAMP\Apache\conf\wamp.conf.

Find the line

LoadModule php5_module c:/programme/e-novative/wamp/php/php5apache.dll

and put quotes around the path:

LoadModule php5_module "c:/programme/e-novative/wamp/php/php5apache.dll"


Restart your computer. That's it.

Kind regards,

The >e-novative> Team

--
>e-novative> - e-Business Software, Solutions & Services
We make IT work for you.

http://www.e-novative.de
Posted:  22 Feb 2005 22:59
I've just had a look at the file you said, and the quotes are already there. Here is the contents of the file as is :

Alias /wamp "C:/Program Files/e-novative/WAMP/controlcenter"

<Directory "C:/Program Files/e-novative/WAMP/controlcenter">

  AuthType Basic
  AuthName ">e-novative> WAMP Control Center Login"
  AuthUserFile "C:/Program Files/e-novative/WAMP/Apache/conf/wamp_password"
  Require valid-user

  Options Indexes FollowSymlinks MultiViews
  AllowOverride All
  Order allow,deny
  Allow from all

</Directory>

LoadModule php5_module "C:/Program Files/e-novative/WAMP/php/php5apache.dll"
AddType application/x-httpd-php .php


The version I have installed is 2.0.2 - at least that's what the installation file is called...

Kirsty
Posted:  23 Feb 2005 20:44
Please check the last line of the file C:\Program Files\e-novative\WAMP\Apache\conf\httpd.conf. Is the path in the last line (include ...) quoted?

Kind regards,

The >e-novative> Team

--
>e-novative> - e-Business Software, Solutions & Services
We make IT work for you.

http://www.e-novative.de
Posted:  23 Apr 2005 19:13   Last Edited By: tlundin
I had the same problem. Without any changes, I was able to successfully log into the control center after restarting my computer.
Posted:  02 Sep 2005 19:15
Quote:
Please check the last line of the file C:\Program Files\e-novative\WAMP\Apache\conf\httpd.conf. Is the path in the last line (include ...) quoted?


I had the same problem. However, I found out there were two identical lines (the last two) if that file (using WAMP 2.1.1). I commented out one of them (using #) stopped and restarted wamp, and all was ready to rock! No need to reboot the pc.