Pages: PreviousFirst...269270271272273...LastNext
Current Page: 271 of 291
Results 8101 - 8130 of 8721
11 years ago
RiggsFolly
You are going to have to be a bit more specific, remember we cannot see over your shoulder
Forum: WampServer English
11 years ago
RiggsFolly
Good idea. When you get to it I can help via Team Viewer if you like. Good luck.
Forum: WampServer English
11 years ago
RiggsFolly
Juan, I can help, send me a Private Message with your PIN and Password.
Forum: WampServer English
11 years ago
RiggsFolly
Hay Steve, You have been raised to the peerage.
Forum: WampServer English
11 years ago
RiggsFolly
Yes of course you can. The simple answer is edit httpd.conf, look for 'DocumentRoot' and change this to say 'S:\websites\site1' Place your site into the site1 folder. Now you have to look through the rest of httpd.conf for all references to c:\wamp\www and make the appropriate changes there. Specifically but not exclusively there is a <Directory...> param that you will need to a
Forum: WampServer English
11 years ago
RiggsFolly
Look at the first STICK in the message list MSVCR100.DLL Solution It sounds like you need to reinstall Visual C++ 2010 SP1 Redistributable Package x64 and possibly VC++ 2008 You will also have to run these 2 to get the apache and mysql services re-installed after you have the done the above wampmanager -> apache -> services -> install service wampmanager -> mysql -&
Forum: WampServer English
11 years ago
RiggsFolly
No offence intended brahmfrie, but, on the 30th you asked how to activate curl. 2 days later you asked how to deactivate curl. I just assumed you had done what i suggested to activate it and could therefore reverse the process all by yourself if you had stopped to think about it. All snide comments apart, Hey Steve, I have also noticed that WAMP MANAGER does not always action the
Forum: WampServer English
11 years ago
RiggsFolly
reverse what you did to activate it. Are you for real?
Forum: WampServer English
11 years ago
RiggsFolly
Can I have a look with team viewer please, I am available now.
Forum: WampServer English
11 years ago
RiggsFolly
Have you checked your hosts file. c:\windows\system32\drivers\etc\hosts It should contain: 127.0.0.1 localhost and not: ::1 localhost please check and change if needed 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 fi
Forum: WampServer English
11 years ago
RiggsFolly
What changes did you make ?? Nothing need to be changed to make wamp work!
Forum: WampServer English
11 years ago
RiggsFolly
Did yo make any changes to any of the configuration files? like php.ini or httpd.conf?
Forum: WampServer English
11 years ago
RiggsFolly
I dont think there is one at least on windows. All I can find is referenced to a virus that is delivered in a file called php_smtp.dll SO BE CAREFUL. If you want to do mailings look for PHPMailer. Or do you mean PHP_SNMP.DLL
Forum: WampServer English
11 years ago
RiggsFolly
If you want to access your wamp server from another machine, the simple answer is to go to the wamp server machine and Put Online, wamp manager -> Put Online. When its offline apache will ignore access from any ip other than 127.0.0.1 ( localhost ) When its onlne it will allow any ip to request pages. PS But the phpMyAdmin and other tools will still not be allowed to be used fro
Forum: WampServer English
11 years ago
RiggsFolly
So what did you do to fix it. So others may benefit!
Forum: WampServer English
11 years ago
RiggsFolly
Something must be very wrong with your install. Can you uninstall and re-install wamp again.
Forum: WampServer English
11 years ago
RiggsFolly
Edit your hosts file make sure that you have 127.0.0.1 localhost if you have ::1 localhost comment it out like this #::1 localhost
Forum: WampServer English
11 years ago
RiggsFolly
This is what happens if apache is not running. The Put Online has to restart apache and if it is not started first you get this error. If your wamp icon is green when you do a start all services, then just start the services first. If your wamp icon is not green, apache probably cannot get hold of port 80. In this case do a serch around for possible solutions there are lots on the BB.
Forum: WampServer English
11 years ago
RiggsFolly
8119. Re: cURL
activate the extension wampmanager -> PHP -> PHP Extensions -> php_curl Make sure that is ticked
Forum: WampServer English
11 years ago
RiggsFolly
Check your hosts file c:|windows\system32\drivers\etc\hosts Make sure you have 127.0.0.1 localhost and not ::1 localhost
Forum: WampServer English
11 years ago
RiggsFolly
THere is a lot of change going on with compiler version, this is probably your issue. You need to find a apache and php that were both compiled with the same compiler. You may be better off using the 32 bit wamp as there are more options that work together. Its fine running wamp 32 bit on a 64 bit windows
Forum: WampServer English
11 years ago
RiggsFolly
Have you looked at apache_error.log and php_error.log?? As the postgress database does not come with wamp I would expect that you would have to install a postgress client of some sort This may help
Forum: WampServer English
11 years ago
RiggsFolly
OK heres a possible fix. Your problem tend to happen if for some reason these files get corrupted! Stop all service in wamp. delete ib_logfile0, ib_logfile1 and ibdata1 from the c:\wamp\bin\mysql5.x.y\data folder go to wamp manager and start all services. Check your mysql log again.
Forum: WampServer English
11 years ago
RiggsFolly
IF you have had XAMP and uwamp installed on your system I woudl imagine that you have not uninstalled them properly. Thay all do basically the same thing ( install a apache server a mysql server and a php ) so you only need one. If you have the other ?amp's still installed UNINSTALL them using the provided mechanisms. If you have just deleted the folders then: from the Start button, click
Forum: WampServer English
11 years ago
RiggsFolly
Have a look in the MSQL Log, use the wamp manager menu to locate and edit it. Post what s in there. If thats empty then lok at windows event viewer for messages from MySQL, post them if they dont make the problem obvious
Forum: WampServer English
11 years ago
RiggsFolly
This is a generic test script. You need to edit the c:\wamp\www\testmysql.php file. Change this line $link = mysql_connect('hostname','dbuser','dbpassword'); If you have not changed the root user to have a password use this $link = mysql_connect('localhost','root',''); If you have changed the password for user 'root' put the password ion the dbpassword slot
Forum: WampServer English
11 years ago
RiggsFolly
try searching for my.ini and my.cnf across your whole disk. If you find it anywhere other than the wamp folder tree delete them. then restart all services
Forum: WampServer English
11 years ago
RiggsFolly
If yu protect the 'root' userid in mysql with a password, yes you must always use the password to login using phpMyAdmin or the MySQL Console. You added a password, so you have to use it!
Forum: WampServer English
11 years ago
RiggsFolly
Tick wamp -> Apache -> Apache modules -> rewrite_module restart Apache service Check the software you are trying to install. It looks like the version of PHP you are using is to new for the software.
Forum: WampServer English
11 years ago
RiggsFolly
Did you uninstall the old one? If not try wamp -> Apache -> Service -> Install Service wamp -> MySQL -> Service -> Install Service
Forum: WampServer English
Pages: PreviousFirst...269270271272273...LastNext
Current Page: 271 of 291