Pages: PreviousFirst...265266267268269...LastNext
Current Page: 267 of 291
Results 7981 - 8010 of 8721
11 years ago
RiggsFolly
Sorry I dont understand your last port! As far as I know the IIS url rewriter is not a standard part fo IIS, it is something you have to add in to make IIS do the equivalent of apache url rewriting. So I assume somebody was actually using IIS on this machine at some point. If you have uninstalled IIS you could uninstall this as well. Is wamp now working? What OS are you using? what ve
Forum: WampServer English
11 years ago
RiggsFolly
No it should not. IIS is microsofts version of Apache so if you are not using it you dont need it. Browser is completely seperate
Forum: WampServer English
11 years ago
RiggsFolly
Control Panel -> Programs and Features -> Turn Windows features on and off UnCheck Internet Information Services and Internet Information Services Hostable Web Core It will ask to re-boot. Let it. Should be uninstalled after the reboot.
Forum: WampServer English
11 years ago
RiggsFolly
That is microsoft IIS. If you are not using it, uninstall it.
Forum: WampServer English
11 years ago
RiggsFolly
You are running a very old Apache. I bet that the mod-authz_svn and mod_dav_svn are compiled for a newer version of apache. Check with the svn documentation there may be an old version of these files available somewhere. Your best approach would be to upgrade wamp to the latest version. But I dont know what other limitations may exist in your environment.
Forum: WampServer English
11 years ago
RiggsFolly
That would have been usful in your first post. If wamp icon is orange then apache has not started. Probably something has already captured port 80. Run wampmanager -> Apache -> test port 80 Let me konw what it says
Forum: WampServer English
11 years ago
RiggsFolly
Yes but you have to know what you are doing. I am afraid I was assuming you were a beginner and the uninstall and reinstall is the simplest thing for a beginner to do to recover from this situation. Try reading this before you go adding a password again.
Forum: WampServer English
11 years ago
RiggsFolly
Did you setup port forwarding on your router ???
Forum: WampServer English
11 years ago
RiggsFolly
Actually before you re-install. Try F5 on your browser to force a refresh.
Forum: WampServer English
11 years ago
RiggsFolly
Then that is not the password you created. If you have not done anything other than play with wamp I would UNINSTALL it ( make sure you delete the c:\wamp folder after the un-install) and then re-install. This will get your mysql databases back to their initial state and you can start again and make sure you remember the password you set this time.
Forum: WampServer English
11 years ago
RiggsFolly
try http:// in front of the localhost
Forum: WampServer English
11 years ago
RiggsFolly
Are you sure you are using the correct userid and password
Forum: WampServer English
11 years ago
RiggsFolly
Not sure I understand the question, please give more detail.
Forum: WampServer English
11 years ago
RiggsFolly
You dont have to uninstall SKYPE. Tools -> options -> Advanced -> Connection Uncheck the checkbox 'Use port 80 and 443 as alternatives for incomming connections'
Forum: WampServer English
11 years ago
RiggsFolly
You now need to tell phpMyAdmin that you have a password set on the 'root' userid. Edit this file D:\wamp\apps\phpmyadmin3.5.1\config.inc.php ( version may be different ) Change yours to this below and phpMyAdmin will ask you for a Userid and Password when you run it. Use 'root' and the new password you set earlier. $cfg['Servers'][$i]['verbose'] = 'localhost'; $cfg['Servers'][$i
Forum: WampServer English
11 years ago
RiggsFolly
Virtual Hosts !!!!
Forum: WampServer English
11 years ago
RiggsFolly
Look in the user table there are at leaset 2 references to the site name used when it was originally installed ( on the live server ) these need changing to the name you used whne yo installed WP on your localhost
Forum: WampServer English
11 years ago
RiggsFolly
The password is blank.... Just hit 'Enter' when it asks for the password
Forum: WampServer English
11 years ago
RiggsFolly
before you do the source command do this use databasename; to select the database for it to be imported into
Forum: WampServer English
11 years ago
RiggsFolly
You get this error if you used phpMyAdmin to set a password on the 'root' userid. The default settings for phpMyAdmin expect no password on 'root'. So edit this file D:\wamp\apps\phpmyadmin3.5.1 ( version numbers may differ ) compare yours with these here, this will make phpMyAdmin throw a userid/password dialog when it is run you woudl keyin root and $cfg['Servers'][$i]['verbos
Forum: WampServer English
11 years ago
RiggsFolly
Dont use phpMyAdmin if you are importing a large database. Use the mysql console ... wampmanager -> MySQL -> MySQL Console Its a command line execution of the mysql.exe ( if you have not set a password for the 'root' user yet just hit enter when it asks for a password, otherwise use the password you set ) at the mysql prompt, do this mysql> source c:\folder\that\holds\your\b
Forum: WampServer English
11 years ago
RiggsFolly
I think you have missed the point of WAMP Server. Its designed to run as a development environment on your PC. You develop code locally and when you have it working you move the code ( and not wamp itself ) to a UAT environment or maybe directly to LIVE. But the main point is it runs on your PC locally. If you cannot write to the WWW folder than you will not be able to write to the config
Forum: WampServer English
11 years ago
RiggsFolly
I am guessing a bit here but have you installed or checked that these dll's are installed? Required for wampserver For Windows 32 : Be sure that you have installed the Visual C++ 2010 SP1 Redistributable Package x86 : VC10 SP1 vcredist_x86.exe >> For Windows 64 : Be sure that you have installed the Visual C++ 2010 SP1 Redistributable Package x64 : VC10 SP1 vcredist_x64.exe &g
Forum: WampServer English
11 years ago
RiggsFolly
What do you do to get the 'Aestan Tray Menu has encountered a problem' error?
Forum: WampServer English
11 years ago
RiggsFolly
Variables in PHP start with a dollar sign '$' None of your do. Also PHP script files start with <?php and end with a ?> So for example <?php if( $valid_pos == -1 ) { // Valid data not found in the response $msg = 'Invalid AJAX data received:' + $msg; and so on .... ?>
Forum: WampServer English
11 years ago
RiggsFolly
Have you installed the VC++ 2008 redist? Have a read on this thread, the first post
Forum: WampServer English
11 years ago
RiggsFolly
Look in the system event log and if you cannot see the problem post the relevant info here. Control Panel -> Administrative Tools -> Event Viewer
Forum: WampServer English
11 years ago
RiggsFolly
Steven, what is the problem here?
Forum: WampServer English
11 years ago
RiggsFolly
Custom php could mean anything PHP Framework would be something like one of these or probably many more
Forum: WampServer English
Pages: PreviousFirst...265266267268269...LastNext
Current Page: 267 of 291