Pages: PreviousFirst...283284285286287...LastNext
Current Page: 285 of 291
Results 8521 - 8550 of 8721
11 years ago
RiggsFolly
Do these few lines from the Event log not give you JUST A LITTLE CLUE !!!!! QuoteThe Apache service named reported the following error: >>> Syntax error on line 183 of C:/Apache/conf/httpd.conf: The Apache service named reported the following error: >>> DocumentRoot must be a directory They quote the error, WITH A FILE NAME ..... AND A LINE NUMBER So it l
Forum: WampServer English
11 years ago
RiggsFolly
DONT USE WORDPAD, If you dont have a decent editor use notepad. Wordpad will add all sorts of document try crud into a file it edits. this could be your problem. Try pasting this into the config file using notepad, to save you re-installing if you didnt back it up before your change. This is the out of the box settings <?php /* Servers configuration */ $i = 0; /* Server: localho
Forum: WampServer English
11 years ago
RiggsFolly
Well give it a go. I would say anywhere, but I would put it at the bottom and then see what happens. Canoot say I have ever used that param.
Forum: WampServer English
11 years ago
RiggsFolly
Not sure where you are now so see if this helps. By default ( out of the wamp box ) mysql comes with a userid of 'root' which has no password. in x:\wamp\apps\phpmyadminx.y.z is a file called config.inc.php This file is used by phpmyadmin to login to the mysql database server. It comes with the following parameters set /* Server: localhost [1] */ $i++; $cfg['Servers'][$i]['verbos
Forum: WampServer English
11 years ago
RiggsFolly
Timonius, Dont waste your time, effort and money. Put everything on a bunch of CD's and then go visit Granny. She would probably rather see you than your website anyway.
Forum: WampServer English
11 years ago
RiggsFolly
This is all down to a dreamweaver config. Try a dreamweaver site for help.
Forum: WampServer English
11 years ago
RiggsFolly
Didi you install wamp on a different machine to the one you are trying to use to view the site?
Forum: WampServer English
11 years ago
RiggsFolly
DO NOT mess with LMHOSTS the file you need to look at is c:\windows\system32\drivers\etc\HOSTS ( with no extension ) This should have one ( uncommented line ) 127.0.0.1 localhost If you see ::1 localhost REMOVE IT. Questions: 1. What colour is your wampmanager icon in the system tray? 2. Does the wampmanager->localhost menu option show you a page in your brows
Forum: WampServer English
11 years ago
RiggsFolly
magap, If wampmanager is running and GREEN and you run wampmanager->apache->services->test port 80 it should say something like: Your port 80 is actually used by : Server: Apache/2.2.xx (Win32) PHP/5.3.y Check that the services wampapache and wampmysql are running in windows services. Have a look in the windows event viewer for any messages from any kind of apache service t
Forum: WampServer English
11 years ago
RiggsFolly
No I have run wamp on a vmware virtual machine. But it sounds like you have IIS running, as its a server version of windows installed its quite likely it activates IIS by default. Check it out and it you are not going to use IIS uninstall it. Otherwise if you want both web servers running you will have to change one of them to use a different port i.e. not 80. Run wampmanager->ap
Forum: WampServer English
11 years ago
RiggsFolly
If the wamp manager icon in the system tray is RED then neither apache or mysql has started correctly. The ONLINE is something else completely. It says you have used the "Put Online" which just changes the apache config to allow access from any ip address or when Offline to only allow access from localhost, 127.0.0.1 Are you sure you dont have something else using port 80? IIS is
Forum: WampServer English
11 years ago
RiggsFolly
These are error messages from the nice new xdebug debugger which makes them much more obvious than just using php's standard error messages. If you want to stop all your error messages coming to the screen there are 2 options: 1. Fix the code that is throwing the error. 2. The lazy way, edit php.ini and change the following display_errors = On -> Off
Forum: WampServer English
12 years ago
RiggsFolly
It sounds like you may be trying to access your server from another PC. If this is the case, run wamp manager -> Put online By default wamp configures apache to only allow access from ip address 127.0.0.1, when you Put Online it will allow access from THE WORLD. ------- Original state ------ # onlineoffline tag - don't remove Order Deny,Allow Deny from all Allow from 127.0.0.1
Forum: WampServer English
12 years ago
RiggsFolly
Hehehe, Most gratious. You had better invite Steve Martin though he is the real power house round here.
Forum: WampServer English
12 years ago
RiggsFolly
Have you also checked your HOSTS file C:/windows/systems32/drivers/etc/hosts It should have this line in it ( not commented ) 127.0.0.1 localhost If you see this line, without a comment ::1 localhost either comment it out (add a # in col1) or remove it completely. This is a IPV6 version of localhost and is not really required yet, but MS decided to be ready for IPV6 and ad
Forum: WampServer English
12 years ago
RiggsFolly
You can add this to the httpd.conf file or a virtual host definition. If you are using virtual hosts it would be better in there as it will only effect the one site then.
Forum: WampServer English
12 years ago
RiggsFolly
Andi, Remove the line ::1 localhost that is for IPV6 and you dont need it, in fact it confuses everything currently.
Forum: WampServer English
12 years ago
RiggsFolly
Something else you are running is using port 80, almost definitely. Go to wampmanager -> Apache -> Services -> Test port 80. That should tell you if and what is using port 80. If it is SKYPE kill it and see if restarting all services will now make wamp manager green. if that fixes it, do a search here and find out how to change SKYPE so it does not use port 80.
Forum: WampServer English
12 years ago
RiggsFolly
Read through this it may well help
Forum: WampServer English
12 years ago
RiggsFolly
You will need to "Put Online" your wamp server. This process changes your httpd.conf. After an install, wamp ( for security reasons ) sets the following # onlineoffline tag - don't remove Order Deny,Allow Deny from all Allow from 127.0.0.1 So that the server can only be accessed from the machine it is running on. When you put it online it changes this to Order Allow,
Forum: WampServer English
12 years ago
RiggsFolly
Are you trying to access your wamp server from a different PC than you are running wamp on? It look like you may be, in which case you will need to "Put Online" your wamp server. This process changes your httpd.conf. After an install wamp ( for security reasons ) sets the following # onlineoffline tag - don't remove Order Deny,Allow Deny from all Allow from
Forum: WampServer English
12 years ago
RiggsFolly
Use <?php ?> and not <? ?> the short tags. Otherwise change the php.ini short_tags = On
Forum: WampServer English
12 years ago
RiggsFolly
On windows they all are from wamp.
Forum: WampServer English
12 years ago
RiggsFolly
frank, Unless you are using it, uninstall IIS ( I assume that is what is using port 80 ). That should solve your issue. this can be done from Control Panel -> Programs and Features -> Turn windows features on and off untick the Internet Information Service, and everything below it.
Forum: WampServer English
12 years ago
RiggsFolly
Well done. And thanks for posting a solution.
Forum: WampServer English
12 years ago
RiggsFolly
Look at your event viewer and look for apache or mysql issues. Something should have reported a problem somewhere to cause a reboot.
Forum: WampServer English
12 years ago
RiggsFolly
What version of Wamp Server did you install?
Forum: WampServer English
12 years ago
RiggsFolly
You will need to setup a virtual host for each site. Have a search here for virtual host there are a few try this one to get you started
Forum: WampServer English
12 years ago
RiggsFolly
Its actually called go-pear.bat
Forum: WampServer English
12 years ago
RiggsFolly
You cannot do anything until you get apache running. Check the apache error log. Also check the event viewer in windows. Is something else using port 80? like skype? If so do a seach to find out how to change skype not to use port 80. Check no other web servers are running like IIS they all use port 80 by default. get rid of any other web servers.
Forum: WampServer English
Pages: PreviousFirst...283284285286287...LastNext
Current Page: 285 of 291