Questions tagged [wampserver]

Specific release of the WAMP stack for Windows.

This tag should be used when referring to the WAMP server stack WampServer. This is a bundled release of Apache, MySQL, and PHP for Windows. It allows you to easily setup a development environment for web applications and comes with PHPMyAdmin to manage databases. One unique thing about WampServer is that it allows you to download, install and activate older releases of Apache, MySQL, and PHP. This makes it possible to duplicate production servers.

WampServer Website

2561 questions
4
votes
2 answers

Get old wamp installation data to work on new computer

I'm having a big problem with my wamp server for some months now. I've developed 6 sites locally using wamp server. I had a problem with my computer and copied all my site directories to a hard Disk. I got a new computer with W8.1 on it and copied…
danyhiol
  • 594
  • 2
  • 7
  • 26
4
votes
3 answers

project is not opening from your projects directory in wamp server even it is showing

Can't open the project from your project directory in WAMP SERVER.....although the project name is showing there when i click on it the message displayed is "Unable to connect to internet"
Zimtech
  • 41
  • 1
  • 1
  • 2
4
votes
4 answers

Restoring MySQL Databases when reinstalling Wamp

I am attempting to restore my old databases to a new Wamp installation. However, I did not take a backup of Mysql files before I did this. Thankfully the uninstallation has not deleted all the files, but in my data folder I have : 1) All the…
Sainath Krishnan
  • 2,089
  • 7
  • 28
  • 43
4
votes
3 answers

AllowOverride all causes error 403

I recently created a virtual host with WampServer (Version 2.4) so I can access my local website with the url http://yannbergonzat.local : ServerName yannbergonzat.local DocumentRoot "F:\Projets\Web\yann" DirectoryIndex…
Lily Bergonzat
  • 396
  • 5
  • 21
4
votes
3 answers

phpmyadmin in WAMP error #1045 - Need to reset password

I have recently reinstalled WAMP on my PC and copied over files from a back-up I had. I am able to access localhost without any problem and my existing sites function fine. The problem is that I cannot seem to log-in via…
Sheixt
  • 2,546
  • 12
  • 36
  • 65
4
votes
1 answer

Cannot use database tables after reinstalling wampserver

I have just reinstalled WAMPSERVER without backing-up the data folder of MYSQL under WAMPSERVER, with the understanding that uninstalling and re-installing WAMPSERVER would leave the data directory of MYSQL intact as it is. This was a…
okey_on
  • 2,888
  • 8
  • 28
  • 36
4
votes
3 answers

Apache 2.4 is running very Slow on Windows 8 - 64 bit

I install apache 2.4 on my pc. it run very slow often. page title in Internet Explorer show "waiting for localhost" with loading icon! installed softwares: windows 8 64bit > Apache2.4 64bit php 5 64bit MySQL 5…
mreza
  • 41
  • 1
  • 1
  • 7
4
votes
6 answers

Installing Composer in WAMP PHP Google+ Project, PHP is not recognised

I am following this PHP Google+ tutorial and I am trying to install composer in my WAMP directory C:\wamp\www\gplus-quickstart-php>curl -s https://getcomposer.org/installer | php but I'm getting this error 'php' is not recognized as an internal or…
Anthony
  • 3,990
  • 23
  • 68
  • 94
4
votes
7 answers

error with wamp server error #2002 could not open phpMyAdmin

i have installed the wamp server and i was work perfectly but now i try to open the phpMyAdmin but the server display this error **Error MySQL said: Documentation 2002 - No connection could be made because the target machine actively refused…
LebDev
  • 467
  • 3
  • 10
  • 22
4
votes
3 answers

Enable SSL support for pgsql

In phpinfo(), under the pgsql section, SSL support is currently disabled: How can I enable it?
Chin
  • 19,717
  • 37
  • 107
  • 164
4
votes
1 answer

How to Capture the Web Exception in windows phone 8?

I am using the Wamp Server for back end and C# for front end. For Cheeking purpose i turn off the server. And run the program. It throw the following error in output window. 'TaskHost.exe' (CLR C:\windows\system32\coreclr.dll: Silverlight…
selvam
  • 1,177
  • 4
  • 18
  • 40
4
votes
5 answers

Wamp gives ' Exception in module wampmanager.exe at 000F15A0 '

I installed WAMP Server as successful. But When I run that, It's show following Warning, Here Even I click anyone option, It's gives following Error, Where is Mistake? What to Do? Note: OS is Windows 7 64-bit Wamp2.2
KarSho
  • 5,699
  • 13
  • 45
  • 78
4
votes
0 answers

Three.js: Firefox: Incorrect viewport size: multiple views

The multiple view is not quite drawn the full size; it is about 10% smaller than the window, with white space at the top and the right. (See image below). The problem applies to this Three.js example. From what I can tell, it's the combination…
Jodes
  • 14,118
  • 26
  • 97
  • 156
4
votes
4 answers

wamp server :How to deploy jsp application

I am newly started using WAMP server. I am unable to deploy my java application on it. only Html pages run. Please help with directory structure and where to keep jsp, java, .class ,war,xml files. JSP code is shown on html page when i click link for…
Chava
  • 159
  • 1
  • 5
  • 21
4
votes
2 answers

MySQL syntax error with PHP

I'm having a problem with MySQL 5.5.24 and PHP 5.4.3. I have the following HTML/PHP Code: