Pages: PreviousFirst...287288289290291
Current Page: 291 of 291
Results 8701 - 8721 of 8721
12 years ago
RiggsFolly
A look at your conf/extra/httpd-vhosts.conf would be useful! You could check that your vhost is setup to listen on 8080 <VirtualHost *:8080>
Forum: WampServer English
12 years ago
RiggsFolly
I have tried to help by posting a page called 'Help for initial setup and a bit of tailoring' click here : http://forum.wampserver.com/read.php?2,81975 This covers your problem with the FORBIDDEN issue as well as others. PS. You can edit the hosts file if you run your editor as an Administrator. When you change the HOSTS file you need to restart the DNS Client service, this starts a
Forum: WampServer English
12 years ago
RiggsFolly
If you have a backup of the old wamp folder it is possible to restore your old database if it was a MYISAM db You can actually just create a new database with the same name as before and then copy all the files from the old wamp/bin/mysql/mysql.x.y.z/data/database_name folder into the new folder created when you create the database via mysqladmin. Make sure you copy all the files and pr
Forum: WampServer English
12 years ago
RiggsFolly
Have you changed your httpd.conf file? DirectoryIndex index.php index.html index.htm To something like DirectoryIndex index.php This would explain why when you just use localhost it runs the index.php and not the index.html
Forum: WampServer English
12 years ago
RiggsFolly
That code is generated by XDEBUG which is a PHP debugging tool that is part of wamp now. Its a great help for PHP programmers who want to write good clean code. It means that your PHP code has errors in it. Fix your php code and it will stop producing errors. A much better solution than turning error reporting off. Especially for the poor coder that gets to maintain it some time later.
Forum: WampServer English
12 years ago
RiggsFolly
Check out http://forum.wampserver.com/read.php?2,81975 See point 1 I think thats your problem.
Forum: WampServer English
12 years ago
RiggsFolly
If you cannot get wamp running on port 80 something else ( normally but not always SKYPE ) has already grabbed port 80 for itself. If you dont have a tool to see what ports are in use try this netstat -an It wont tell you what is using port 80 but it will show its in use.
Forum: WampServer English
12 years ago
RiggsFolly
.htaccess is not there in your application by default. If you want to use one you have to create it yourself. Also some editors wont see files begining with a dot (.) If you want to see some examples run the command window (cmd.exe) cd to \wamp keyin > dir .htaccess /s you will get a dir of all the .htaccess files that are being used by phpMyAdmin
Forum: WampServer English
12 years ago
RiggsFolly
Check your event log and the apache/php/mysql logs Are any of those giving any useful messages. Is wampapache and wampmysql running? check your services Start>control panel>administative tools>services
Forum: WampServer English
12 years ago
RiggsFolly
Check your event log if the apache/php/mysql logs are not helping.
Forum: WampServer English
12 years ago
RiggsFolly
Check out this post. http://forum.wampserver.com/read.php?2,81975 Look at point one i think that will probably be your problem!
Forum: WampServer English
12 years ago
RiggsFolly
Out of the box this part normally works fine. If you are trying to add a password what did you actually change, I assume you got in with phpMyAdmin to set a password. Did you change the root password? Or did you create a new user with a password. It has to be related to something you did so post a list or have a think about what you did.
Forum: WampServer English
12 years ago
RiggsFolly
Gavrilo, Check out this post I just put up. I think it will help
Forum: WampServer English
12 years ago
RiggsFolly
I setup wamp again on a rebuilt PC and this time i thought I would make some notes on what I did and why. I hope they will be useful to somebody else. These notes start from completing an install. 1. apache gives a 403 Forbidden error. Symptom: Look at Apache Access log ( from Wamp manager link ) if it is showing the IP address as ::1 instead of 127.0.0.1 this is the solution.
Forum: WampServer English
12 years ago
RiggsFolly
Your IpAddress has either changed or your pc is off. If you want help ask the question a little better.
Forum: WampServer English
12 years ago
RiggsFolly
You can change the user that will be used by clicking on the MySQL->MySQLConsole by making a change to the wampmanager.ini file in your X:\WAMP folder. Look for this section in wampmanager.ini ... ... FileName: "D:/wamp/bin/mysql/mysql5.X.Y/bin/mysql.exe";Parameters: "-u sampadm -p"; Glyph: 0 ... ... ;WAMPMYSQLMENUEND Change to your new id i.e. sampadm as I
Forum: WampServer English
12 years ago
RiggsFolly
Reading between the lines, it sounds to me like Apache is not passing your script to php to parse your code and is just serving up the script raw. There could be a couple of reasons for this:- 1. If you have coded your script in a file with a .html or .htm extension apache will not pass your code to php before serving it. ( with the default apache config that comes with WAMP ) Change the
Forum: WampServer English
15 years ago
RiggsFolly
That simple is it. Slightly misleading text on that screen. Thanks
Forum: WampServer English
15 years ago
RiggsFolly
Can anybody get the search feature on this forum to work? All I get is a page saying your search is running...and running ... and so on for ever. Do I need to set something in my Control Center?
Forum: WampServer English
15 years ago
RiggsFolly
Actually I just had a general look around in the Startup Parameters and there are lots of areas that you will also need to check. Almost all the parameters that have a filename need to be checked and replaced depending upon where you installed your version of WAMP. I put mine on the D drive so all needed checking and changing. Regards
Forum: WampServer English
15 years ago
RiggsFolly
Yes. Well I was having this problem and what fixed it for me was:- 1. Start MySQL Administrator.... but DO NOT LOGIN. 2. On the Administrator login page press and hold the CTRL key. The Cancel button changes into a "Skip" button, press that. 3. Once in you get a reduced set of options on the left, click the "Service Control" option on the left and the "Confi
Forum: WampServer English
Pages: PreviousFirst...287288289290291
Current Page: 291 of 291