Pages: PreviousFirst...261262263264265...LastNext
Current Page: 263 of 291
Results 7861 - 7890 of 8721
11 years ago
RiggsFolly
Server Offline/Online is irrelevant. Online means wamp changes the httpd.conf to allow access from any IP address Offline means it only allows access from 127.0.0.1 i.e. localhost Offline is fine while you develop a site and keeps prying eye out of your system. This is probably an IPV4 / IPV6 issue. Wamp comes configured expecting you to use IPV4, but W7 and W8 have IPV6 available
Forum: WampServer English
11 years ago
RiggsFolly
Loso, Well i am clearly stating that it was a BAD solution. Please do not propergate it, macdjerf, Using IPV6 is fine. However if you change the Listen 80 to Listen 0.0.0.0:80 in httpd.conf you are telling Apache to ONLY LISTENING TO IPV4 addresses, so there is no point in adding the ::1 address to the Allow from command as ::1 is the default IPV6 localhost address. Allow
Forum: WampServer English
11 years ago
RiggsFolly
More information! What OS? What version of WAMP? Was it 32bit or 64bit?
Forum: WampServer English
11 years ago
RiggsFolly
macdjerf, Dont do all those change. You only need to do the Listen 0.0.0.0:80 change to httpd.conf This will tell apache to only listen to the IPV4 range of addresses. W8 has IPV4 and IPV6 turned on by default. I think your problem is that Apache is listening on IPV6 but you have not localhost configured for the IPV6 range. UNDER NO CIRCUMSTANCES SHOULD YOU DO THIS: [1] LINE
Forum: WampServer English
11 years ago
RiggsFolly
When wamp icon stays orange it means that either the Apache or MySQL services have not started properly. do wampmanager -> Apache -> Service ... if the Green line 'Start/Resume Service' is visible then it is Apache that has not started do wampmanager -> MySQL -> Service ... if the Green line 'Start/Resume Service' is visible then it is MySQL that has not started So, wh
Forum: WampServer English
11 years ago
RiggsFolly
I assume you mean localhost/phpmyadmin what happens when you do just localhost
Forum: WampServer English
11 years ago
RiggsFolly
macdjerf, If you actually tell us what problems you are have .... its just possible someone will help you.
Forum: WampServer English
11 years ago
RiggsFolly
I assume you put your joomla site ina subfolder of the c:\wamp\www folder like c:\wamp\ww\site1 If not then you should
Forum: WampServer English
11 years ago
RiggsFolly
It would be better to disable IIS ( if you are not using it ) and stay with port 80 for the web server. Everything expect a web server to be on port 80. If you changed Apache port to lets say 8080 you would have to add that port number to all the address's you use in the browser. So http://localhost:8080 This is the other reason for using the standard port 80, you dont need to add the :8
Forum: WampServer English
11 years ago
RiggsFolly
If tray icon is orange then either Apache or MySQL has not started. Its normally Apache, and normally because some other app has grabbed port 80. run wampmanager -> Apache -> Service -> Test port 80 this should tell you what has grabbed the port
Forum: WampServer English
11 years ago
RiggsFolly
No. Change it to :- 127.0.0.1 localhost i.e. loose the :: at the front
Forum: WampServer English
11 years ago
RiggsFolly
If you set a password on the 'root' user in mysql it is that new password that you should use when running the MySQL Console. Also if your hosts file reads ::127.0.0.1 localhost It is wrong! Is should read 127.0.0.1 localhost
Forum: WampServer English
11 years ago
RiggsFolly
Well you have your DocumentRoot set incorrectly in httpd.conf (last line ) but thats not the real problem You should check your HOSTS file c:\windows\system32\drivers\etc\hosts make sure it has this line 127.0.0.1 localhost ======================================================= The hosts file is protected by windows, in order to save it you must have Administrator privilage
Forum: WampServer English
11 years ago
RiggsFolly
ellen, More details please. Start a new thread. What colour is your wamp manager icon in the system tray?
Forum: WampServer English
11 years ago
RiggsFolly
That would help... The apache error log probably
Forum: WampServer English
11 years ago
RiggsFolly
Did you have a password on your mysql user 'root'. If so add that password to the C:\wamp\apps\phpmyadminx.y.x\config.inc.php
Forum: WampServer English
11 years ago
RiggsFolly
read your Apache error log read your mysql error log read the windows event log
Forum: WampServer English
11 years ago
RiggsFolly
Ignore the online. If wamp manager is red then neither of the services are running. Did you upgrade W7 to W8 or install a new W8 If youdid an upgrade, try running wampmanager -> Apache -> Service -> Install Service wampmanager -> MySQL -> Service -> Install Service Most likely the upgrade has destroyed all knowledge of the services
Forum: WampServer English
11 years ago
RiggsFolly
Nicolaas, Start a new thread and give us some specific details about your problem
Forum: WampServer English
11 years ago
RiggsFolly
cutest, Start a new thread and give some more specific details.
Forum: WampServer English
11 years ago
RiggsFolly
Check your hosts file has a line like this 127.0.0.1 localhost c:\windows\system32\drivers\etc\hosts
Forum: WampServer English
11 years ago
RiggsFolly
Some of the more specialised extensions to PHP and Apache have not been converted to 64bit yet. If in any doubt it is best to go with the 32bit version.
Forum: WampServer English
11 years ago
RiggsFolly
This probably means that you do not have a correct HOSTS file c:\windows\system32\drivers\etc\hosts should have a line 127.0.0.1 localhost The hosts file is protected by windows, in order to save it you must have Administrator privilages. Vista/W7/W8 you may think you are an Administrator BUT YOU ARE NOT. To successfully save the hosts file do this to launch your editor w
Forum: WampServer English
11 years ago
RiggsFolly
You probably forgot to add the apps Userid and Password to mysql and give privileges to that user on your apps database.
Forum: WampServer English
11 years ago
RiggsFolly
I am afraid you need to go to a PHP Coding help site. This is for people having problems getting WAMP running
Forum: WampServer English
11 years ago
RiggsFolly
If its wamp's Apache that is it should say something like this Server: Apache/2.2.23 (Win32) PHP/5.3.17 Its a guess but, have you tried other ways of installing apache?? If so, have you got one left installed? Look at Start -> Control Panel -> Administrative Tools -> Services Wamps installs 2 services called wampapache and wampmysql If you have one called Apache then its n
Forum: WampServer English
11 years ago
RiggsFolly
Try reading the sticky on the Mesage List page it may be a missing C++ resitributabe dll
Forum: WampServer English
11 years ago
RiggsFolly
Just one observation: you seem to have a Listen 443 in both https.conf and the httpd-ssl.conf. Not necessary twice and could be causing problems. Some tutorials tha may help
Forum: WampServer English
11 years ago
RiggsFolly
Go to the virtualbox site where you got the software from and get a manual
Forum: WampServer English
11 years ago
RiggsFolly
Not a wamp issue. Go to th questionwriter site and ask there
Forum: WampServer English
Pages: PreviousFirst...261262263264265...LastNext
Current Page: 263 of 291