Pages: PreviousFirst...285286287288289...LastNext
Current Page: 287 of 291
Results 8581 - 8610 of 8721
12 years ago
RiggsFolly
When you created the new database to match the live server, did you give access to the new database to the old uid/password that was created in your first attempt? If you did it properly first time you would only have given the uid access to the original database. Remove the old access and then give the old uid access to the new DB
Forum: WampServer English
12 years ago
RiggsFolly
Have a read through this. Point 2 specifically.
Forum: WampServer English
12 years ago
RiggsFolly
lenin, Please start your own thread and do not hijack somebody elses, especially when it is not the same problem.
Forum: WampServer English
12 years ago
RiggsFolly
Hi, Are you using WAMP managers Version switching feature. If so you will need to switch ALL of apache/mysql/php together to ensure compatibility. If you just switch Apache its not enough. So that means you need to switch all 3 as there appears to be an incompatability somewhere in those specific releases. Specifically it looks like you forgot to switch the PHP version back to 5.3.10.
Forum: WampServer English
12 years ago
RiggsFolly
Something is using port 80. 1. Which service is not running? Its probably apache!! look at the service menu on apache ( wampmanager -> apache -> Service If you can click on STOP it running. If you can slick on START its not running. 2. Do wampmanager -> apache -> Service -> Test Port 80 If apache is not running it should say "Your port 80 is not actually use
Forum: WampServer English
12 years ago
RiggsFolly
ckrudelux, I installed WAMP (latest) in the W8 CP as follows and all worked fine. 1. Install W8 CP. 2. Run Windows Update ( yes there are already updates available for the W8 CP ). 3. Install WAMP 4. Edit c:\windows\system32\drivers\etc\hosts ( need to open your editor with "Run As Administrator" ) remove the # (comment) from the line 127.0.0.1 localhost OR add it i
Forum: WampServer English
12 years ago
RiggsFolly
gw, Skype is not the only thing that can be using port 80. It could be any number of things! Did you do the check on port 80??
Forum: WampServer English
12 years ago
RiggsFolly
Julius, I was posting to Chris2307 not you. But thanks for the thanks.
Forum: WampServer English
12 years ago
RiggsFolly
I assume that you have checked that the curl extension has been turned on? wamp manager -> php -> php_extensions -> php_curl If not ticked then tick it.
Forum: WampServer English
12 years ago
RiggsFolly
If your wamp manager icon is any colour other than GREEN it likely that apache did not start properly and is not running. Maybe you have installed something else that is trying to use port 80. Try the wampmanager -> apache -> service -> test port 80. It should tell you that apache is using that port..... if it says anything else there is your problem
Forum: WampServer English
12 years ago
RiggsFolly
Edit php.ini Look for short_open_tag = Off You can change this to On and it will understand the <? ?> format for php tags. But in all honesty it is best to use the full and proper <?php ... ?> tags as these will always work everywhere!
Forum: WampServer English
12 years ago
RiggsFolly
Did you check for errors in you php error file?
Forum: WampServer English
12 years ago
RiggsFolly
More information: What actually does not work?? Look in PHP error Log Look in apache error log Look in Windows Event viewer for errors from PHP or apache.
Forum: WampServer English
12 years ago
RiggsFolly
This is a HUGH question!!!!! Impossible to answer without seeing the code. Here is my best guess. Database: Backup the original and restore it to the new mysql server. Might just load with no problem. Apache: probably no issues will arise from this upgrade. PHP: just run the app and work your way through all the errors and deprecations. Probably take you a couple of months but you wi
Forum: WampServer English
12 years ago
RiggsFolly
It sounds like something is using port 80, did you install anything? SKYPE has options that let you tell it not to use port 80 and 443, use them rather than uninstalling SKYPE. Try this to find out what is using port 80:
Forum: WampServer English
12 years ago
RiggsFolly
Remove the ::1 localhost entry from the HOSTS file.
Forum: WampServer English
12 years ago
RiggsFolly
The CSS command for rounding corners is different for IE and FF IE = border-radius: 10px; Mozilla = -moz-border-radius: 10px; Chrome = -webkit-border-radius: 10px; Ditto rgba is not universal see
Forum: WampServer English
12 years ago
RiggsFolly
If your WAMP icon in the system stray is not GREEN either mysql or apache has not started properly. Its most likely to be apache. On windows 7 the HOSTS file needs to be checked to ensure you have a 127.0.0.1 localhost line in it and that it is not commented out with a # the HOSTS file is in c:\windows\system32\drivers\etc\hosts In order to edit it you must start your editor &q
Forum: WampServer English
12 years ago
RiggsFolly
------------------------------------------------------------------------------------------------ On your SERVER MACHINE ------------------------------------------------------------------------------------------------ HOSTS FILE: 127.0.0.1 localhost 127.0.0.1 coffeenews.localhost 127.0.0.1 bhp.localhost httpd-vhosts.conf file: NameVirtualHost *:80 ## must be first so the the wamp
Forum: WampServer English
12 years ago
RiggsFolly
Swpa the deny and allow instructions and see the IP address format <Directory /> Options FollowSymLinks AllowOverride None Order Deny,Allow Deny from all Allow from 127.0.0.1 Allow from 192.168.0 </Directory>
Forum: WampServer English
12 years ago
RiggsFolly
Not exactly fixed then. Try undoing all you did and then work through this help/tutorial
Forum: WampServer English
12 years ago
RiggsFolly
Scrap it and start again. Follow the instruction to the letter. Its normally a breeze. Just one point, you have to edit the wp-config-sample.php to add the database name,userid,password and change the Authentication Keys. Then save it as wp-config.php before you run the install.
Forum: WampServer English
12 years ago
RiggsFolly
OK, Do you have mime_module ticked in the wampmanager -> Apache -> Apache Modules Check you have the mime types set correctly in httpd.conf This line is required AddType application/x-httpd-php .php
Forum: WampServer English
12 years ago
RiggsFolly
1. Check all the logs in c:\wamp\logs or whereever you may have moved them to. 2. Check you Windows Event log for any errors that may have been reported in there from apache or php.
Forum: WampServer English
12 years ago
RiggsFolly
There is a config option in SKYPE to tell it not to use port 80 and 443. SKYPE -> Tools -> Options -> Advanced -> checkbox labeled "Use port 80 and 443 as alternate......" UNCHECK that checkbox and restart SKYPE. All should then be well.
Forum: WampServer English
12 years ago
RiggsFolly
You get this message when you try to "Put Online" and apache is not actually running, so its not anything to do with the real problem. Your problem is actually that apache is not running. On W8 CP you have to edit your HOSTS file to uncomment the "127.0.0.1 localhost" line, have you done that?
Forum: WampServer English
12 years ago
RiggsFolly
You are more than welcome.
Forum: WampServer English
12 years ago
RiggsFolly
Better look on a Joomla help site, its more likely to be Joomla than wamp, especially if the rest of your site works fine.
Forum: WampServer English
12 years ago
RiggsFolly
Look in php.ini for display_errors = Off check it is off and not On
Forum: WampServer English
12 years ago
RiggsFolly
Your question is a little vague. Q1. Try looing for a WEBSTUDIO forum. Q2 try looking at DYNDNS.COM site for how to get/use a dynamic IP address. I use it it works well.
Forum: WampServer English
Pages: PreviousFirst...285286287288289...LastNext
Current Page: 287 of 291