Pages: PreviousFirst...242243244245246...LastNext
Current Page: 244 of 291
Results 7291 - 7320 of 8721
11 years ago
RiggsFolly
Well you will have to add an extension line to the php.ini file extension = php_apc.dll Assuming you have put it in the ext folder
Forum: WampServer English
11 years ago
RiggsFolly
If WAMP Manager is Orange then one of the 2 services have not started. As MySQL seems to have started fine as your mysql error log says so ( Ignore the FEDERATED message, or look up what federated databases are? ). Lets check it is Apache that has not started: 1. left click wampmanager icon -> Apache -> Service If the Restart/Resume service menu item is GREEN then Apache has not start
Forum: WampServer English
11 years ago
RiggsFolly
It is always best to install WP into a Virtual Host, in fact it is always best to use Vhosts regardless of what you are doing. RE: 403, What version of Apache are you using?
Forum: WampServer English
11 years ago
RiggsFolly
7294. Re: php
I see you are trying to DOWNGRADE xdebug. The latest version is to 2.2.2. I think you have downloaded the wrong file, you need the Thread Safe (TS) version and it must match your PHP version in respect to 32bit or 64 bit. Are you trying to load a 64 bit xdebug into a 32 bit PHP
Forum: WampServer English
11 years ago
RiggsFolly
Yup thats how you do it but it is still better to make Apache run on port 80. there are easy ways to re-configure most software that defaults to port 80, what was it that caused your problem, do you know?
Forum: WampServer English
11 years ago
RiggsFolly
Or you could just code your link correctly. The syntax /css/style.css say go back to the root of my site and then look for a folder called css If you use this syntax css/style.css it says look for a folder called css below the current folder. That syntax will work on your wamp test site in c:\wamp\www\xxx and you live site. However Steve is right it is much better i.e. more co
Forum: WampServer English
11 years ago
RiggsFolly
7297. Re: Help
Please do not post the same issue in more han one place !!!!!! It will not get you hemp ant quicker
Forum: WampServer English
11 years ago
RiggsFolly
It normally does ! What firewall are you using? What is your actual problem ???
Forum: WampServer English
11 years ago
RiggsFolly
It is best to re-configure the other software so you can use wamp on port 80. Web servers are supposed to run on port 80. What other software was grabbing port 80??
Forum: WampServer English
11 years ago
RiggsFolly
Hi, What version of Windows are you using please?
Forum: WampServer English
11 years ago
RiggsFolly
Wordpress multisite must be installed in the root of the site, this is a wordpress limitation not a wamp one. So to do this you need to create yourself a Virtual Host and install WP into that i.e. you must reinstall it into the vhost not just copy over what you have already installed into whereever. This makes the site root available where just installing into a wamp/www/subfolder does not!!
Forum: WampServer English
11 years ago
RiggsFolly
Hi Daremo, When you click on a different version of PHP, WAMP has to do a few things to activate that selected PHP version into the current Apache. 1. it copies the php.ini file from the current Apache version folder to the old php.x.y.z/phpForApache.ini Thus saving any changes to the php config you may have made during its lifetime so that re-activating that mix of Apache and PHP will
Forum: WampServer English
11 years ago
RiggsFolly
Do you have a .htaccess file in the directory holding that site?
Forum: WampServer English
11 years ago
RiggsFolly
martin, As mentioned above please check you have BOTH the C++ 2010 AND C++ 2008 redist installed 2010 is used by Apache 2008 is used by Aestan Tray ( download from here : latest SP1 version ) They are not the same thing so they both need to be installed!!!
Forum: WampServer English
11 years ago
RiggsFolly
Yea lets do that. Send me a PM with ID and PASWORD
Forum: WampServer English
11 years ago
RiggsFolly
Ok re my previous post search for my.ini and my.cnf in strange places, please read the previous port before deleting anything
Forum: WampServer English
11 years ago
RiggsFolly
If wamp icon is NOT green then one of the services has not started. FIND OUT WHICH! wampmanager -> Apache -> Service If the Restart/Resume service if GREEN then Apache has not started wampmanager -> MYSQL -> Service If the Restart/Resume service if GREEN then MYSQL has not started Which one is not started???
Forum: WampServer English
11 years ago
RiggsFolly
I guess the silence means the answer is NO. Try asking for help on the solr or lucent help site.
Forum: WampServer English
11 years ago
RiggsFolly
What are you doing !!! phpMyAdmin comes ready configured with wamp. The file c:\wamp\apps\phpmyadmin3.5.1\config.inc.php is already setup to work with the out of the box configuration of phpmyadmin and mysql. c:\wamp\apps\phpmyadmin3.5.1\config.inc.php should look like this: /* Servers configuration */ $i = 0; /* Server: localhost [1] */ $i++; $cfg['Servers'][$i]['verbose'
Forum: WampServer English
11 years ago
RiggsFolly
Please dont multi post the same issue, it wont get any more respose than the original
Forum: WampServer English
11 years ago
RiggsFolly
Forget online and offline that is not relevent! What colour is the wamp manager icon when you launch it from the desktop icon?? If should be green if both Apache and MySQL have started. I just had a thought, do a search for these files and if you find them outside the \wamp folder then delete them. Search for:- my.ini my.cnf You may find them somewhere in the C:\windows folde
Forum: WampServer English
11 years ago
RiggsFolly
Well done and thanks for updating the thread
Forum: WampServer English
11 years ago
RiggsFolly
What do you mean by 'just tried setting up phpmyadmin'. phpMyAdmin comes with wamp and needs no setting up. Out of the box mysql comes with a userid of 'root' and it has no password ( i.e. its blank) If you have tried adding a password to the config.inc.php file, then change it back to the way it was originally i.e. $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password']
Forum: WampServer English
11 years ago
RiggsFolly
Please check you have the correct version of C++ 2008 as per the picture and also C++ 2010. They are different and 2010 is requierd for apache and 2008 is required by wamp manager.
Forum: WampServer English
11 years ago
RiggsFolly
NOOOO LOOK CLOSELY I said 2008 not 2010 .........^^^^ Apache need 2010 Wampmanager need 2008
Forum: WampServer English
11 years ago
RiggsFolly
I am just checking here. You do know that you are trying to import from the live website and not your localhost site dont you. Would the trip to the live server to get the stylesheet explain your speed issue? Also using @import does not wait for the load to complete before stating to paint the page and therefore can cause a double take as it styles the page after it has already painted with
Forum: WampServer English
11 years ago
RiggsFolly
Please read the sticky at the top of the forum called Error MSVCR100.DLL Solution I think you may need to download the MSVC++ 2008 redist as that is what the wampserver code requires. Make sure you get the latest version You can get it from here
Forum: WampServer English
11 years ago
RiggsFolly
Have you checked you have the latest C++ 2008 runtime installed as well ?
Forum: WampServer English
11 years ago
RiggsFolly
Sorry no. I have no connection with people at Alter Way who own/maintain Wamp. I keep meaning to contact them and suggest I give them a hand so we can get a full set of addons built but work keeps getting in the way.
Forum: WampServer English
11 years ago
RiggsFolly
Thanks for the spelling corrections, i took that from my working vhost file and missed a couple of changes. Try one more thing, go to your site and when it shows the wrong thing hit CTRL+F5 both together to force a refresh of the browser cache. Otherwise I am afraid I dont have the time to bounce this to and fro, I have to earn a living as well as help out here, for which I do not get paid!
Forum: WampServer English
Pages: PreviousFirst...242243244245246...LastNext
Current Page: 244 of 291