Pages: PreviousFirst...252253254255256...LastNext
Current Page: 254 of 291
Results 7591 - 7620 of 8721
11 years ago
RiggsFolly
What does the Apache error log and Apache Access log and PHP error log tell you. I would guess something is not compatable and Apache has failed to start ( icon Orange )
Forum: WampServer English
11 years ago
RiggsFolly
Have you checked yout php error log and apache access and error log for the period when you get the slowdown. It may well give you a clue as to whats happening
Forum: WampServer English
11 years ago
RiggsFolly
How did you downgrade?
Forum: WampServer English
11 years ago
RiggsFolly
Yea, Steven finally found this thread. Not to sound to much like a VOYEUR but can i watch??
Forum: WampServer English
11 years ago
RiggsFolly
You are a muppet Wish. Nobody here is paid, this is not customer service but other users trying to help out those who cannot work things out for themselves. To be customer service, you would have to be a customer, to be a customer you would have had to pay for the product. I bet you had no intension of making a donation even if it all worked like a dream.... RIGHT! RE: Dolphin, why shoul
Forum: WampServer English
11 years ago
RiggsFolly
Configure SKYPE to NOT USE port 80 Tools -> Options -> Advanced -> Connection Un-Check the checkbox next to 'Use port 80 and 443 as alternatives for incomming connections' I have no idea what is wrong with wampmanager. Can you get Team Viewer so I can take a closer look?? If you do want to try this, send me a private message with the TV ID and Password, dont post it here f
Forum: WampServer English
11 years ago
RiggsFolly
Actually one more question before I give up. What colour is your wampmanager icon in the system tray??
Forum: WampServer English
11 years ago
RiggsFolly
Then this is probably your problem Right, Windows as of Vista and above comes with the ability to use the IPV4 network address range and the IPV6 network address range and by default they are both turned on. IPV4 addresses look like this: 123.321.10.234 IPV6 addresses look like this: 2001:0db8:85a3:0042:1000:8a2e:0370:7334 The IPV4 address for localhost is 127.0.0.1 The IPV6 addres
Forum: WampServer English
11 years ago
RiggsFolly
It was a couple of problems 1. They were clicking the .php file from Explorer as you thought. 2. They had a manually installed Apache that had not quite uninstalled properly. 3. There was a manually installed MYSQL5 that was not uninstalled at all and was running. For others that see this thread. You should not have multiple installs of Apache and/or MYSQL If you have tried to insta
Forum: WampServer English
11 years ago
RiggsFolly
That was my mistake I gave you a link to the wrong download Here is the Service Pack1 version http://www.microsoft.com/en-gb/download/details.aspx?id=5582
Forum: WampServer English
11 years ago
RiggsFolly
'can i get help with this fatal error stuff' is not the slightest use to anybody on this site, we are not in the room with you. So if you want help, ask a question in a way that we can understand what the problem is. There is probably nobody that knows what Dolphin is, I certainly dont and a google just gives to many options none of which appear relevant. NOTE: This site is for helping to g
Forum: WampServer English
11 years ago
RiggsFolly
Have you got Team Viewer? If not install it and I will have a look. Send e Private message with the ID and Password.
Forum: WampServer English
11 years ago
RiggsFolly
Is your code using <?=$var_name?> style php If so you need to turn short_tags on in the php.ini file left click wampmanager icon -> PHP -> php.ini look for the parameter > short_open_tag and set it to > On
Forum: WampServer English
11 years ago
RiggsFolly
Try this instead. <?php echo 'Line 1<br />'; echo 'Line 2<br />'; ?> the '\' is a special character, the escape character, when used in a double quoted string or heredoc's. html for a line break is <br> or <br /> If you dont expect to use variables or special characters in a string use the single quote. It stops mistakes and is self documenting. Ha
Forum: WampServer English
11 years ago
RiggsFolly
Does the php appear to do nothing or do you see the php in the web page?
Forum: WampServer English
11 years ago
RiggsFolly
Ok so what have you got in your httpd.conf in: this section <Directory /> ... </Directory and this section <Directory "c:/wamp/www/"> ... </Directory
Forum: WampServer English
11 years ago
RiggsFolly
Does it work if you use this address http://127.0.0.1/phpmyadmin
Forum: WampServer English
11 years ago
RiggsFolly
Your MySQL problem may be another issue ( are you sure you dont have a my.ini hiding somewhere on your path i.e. probably the windows folder somewhere? ) But your Apache issue is likely to be this: Right, Windows as of Windows7 comes with the ability to use the IPV4 network address range and the IPV6 network address range and by default they are both turned on. IPV4 addresses look like t
Forum: WampServer English
11 years ago
RiggsFolly
Undo all your security changes and just run wampmanager -> Put Online this will change the security to allow access from all. But only if you out the config back to what it was
Forum: WampServer English
11 years ago
RiggsFolly
Have you checked that you have activeated mod_socache_shmcb ??? That is required to use that storage type
Forum: WampServer English
11 years ago
RiggsFolly
If you notice you version numbers are 9.0.2xxxx something and mine are 9.0.3xxx try downloading this version http://www.microsoft.com/en-gb/download/details.aspx?id=29
Forum: WampServer English
11 years ago
RiggsFolly
Matt, Sorry you are having problems. Question, did you uninstall or at least stop or disable the Apache you had running before trying to get wamp working? Did you try installing MySQL manually before you tried WAMP, if so did you at least stop or disable that? What version of WAMP did you try and install? What version of windows are you running? Oh and also WAMP Server was desig
Forum: WampServer English
11 years ago
RiggsFolly
Start a new thread, give more information please: OS ? 32bit / 64bit? Version of WAMP you installed? Exactly what error messahes are you getting? ( VC++ 2008 x86 must also be installed as the WampServer menu uses libraries from it - it should be installed by default in most versions of Windows , just check Add/Remove programs to see if its listed) Have you checked that this DLL is p
Forum: WampServer English
11 years ago
RiggsFolly
Has it stopped working i.e. it did work and now it does not or is this a new install and it does not work? Have you read the STICKY post at the top of the post history list? and installed the correct microsoft Visual C++ libraries?
Forum: WampServer English
11 years ago
RiggsFolly
First try this wampmanager -> Put Online This changes the security from only allow access from 127.0.0.1 to allow from anywhere
Forum: WampServer English
11 years ago
RiggsFolly
Do you want to view your site from another PC on your own network ( inside your router ) or make it available to the whole internet?
Forum: WampServer English
11 years ago
RiggsFolly
Is this any help
Forum: WampServer English
11 years ago
RiggsFolly
Ok, So you will have to leave it on until you get the error again and then post some of the file so we can see it. You could post the code if its not to private or Private message it to me
Forum: WampServer English
11 years ago
RiggsFolly
Yes. and no. You can access your server from other PC's but its not localhost. Simple way is to just use the wampmanager menus and wm->Put Online then use the ip address of the PC running wamp server to access the server i.e. http://192.168.1.10 If you want to use phpMyAdmin from other PC's you will also have to change the following file C:\wamp\alias\phpmyadmin.conf CHAN
Forum: WampServer English
11 years ago
RiggsFolly
OK I guess as you are running this as a live server you may have turned off php error reporting. So lets turn it on temporarily so we can see if there are any other php errors happening that may give us a clue. go to php.ini ( using the wampmanager menus ) wm-> PHP -> php.ini This will open up the file in an editor probably notepad. Find these parameters and set to the values
Forum: WampServer English
Pages: PreviousFirst...252253254255256...LastNext
Current Page: 254 of 291