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
7
votes
3 answers

Error logging with WAMP server in PHP

I have a WAMP 2.2 server running on a Windows 7 box and cannot get PHP error logging working at all. The file is always blank even after I explicitly trigger USER_ERROR errors, or cause normal ERROR errors. I'm including the error relevant sections…
Yarin
  • 173,523
  • 149
  • 402
  • 512
7
votes
1 answer

Getting 403 forbidden error on WAMP server when usng SSL

I have just spent the last 4 hours trying to get SSL working on my local devolopment wamp server (windows 7). Everything seems to be setup ok now, well the server restarts without any errors at least!! The only issue I can not seem to solve is a 403…
Garry
  • 1,455
  • 1
  • 15
  • 34
7
votes
2 answers

Using IIS server and wamp server on same machine

I am using windows 7 and wamp server 2.2, I have installed the wamp server and i have already installed IIS server now when i access localhost always IIS server is loading but i want to use wamp server instead of IIS server. thanks in advance
Faraz Ahmed
  • 1,245
  • 1
  • 14
  • 24
7
votes
4 answers

"Premature end of data" error with PHP

I've just started using WAMP for a PHP project and I get the next errors related with this line of code: $link=mysql_connect("localhost","myuser","mypas"); I read that I had to do the SET PASSWORD again with my old password, but it still does not…
user411103
7
votes
2 answers

Install PEAR with Wamp 2.1

I want to install PEAR on my windows 7. I have Wamp 2.1 with php 5.3.4 It seems that there's no such files as "go-pear.bat" in this new version of wamp. Then how can I install PEAR ? Thank you.
httpete
  • 5,875
  • 4
  • 32
  • 41
7
votes
2 answers

The 'php_sqlsrv_56_ts.dll' extension file exists but there is no 'extension=php_sqlsrv_56_ts.dll' line in php.ini

I am trying to use sql-server with php . I downloaded 64 bit php_pdo_sqlsrv_56_ts.dll and php_sqlsrv_56_ts.dll from this unofficial site. I extracted the dll files to D:\wamp64\bin\php\php5.6.31\ext. In php.ini I have added the following lines and…
whoosis
  • 454
  • 7
  • 25
7
votes
7 answers

Wamp Server: Multiple Virtual Hosts are not working on Windows

I have two virtual hosts on windows(for example: test1.dev and test2.dev). But it always load content of test1.dev for both virtual hosts. Following are my files: hosts: 127.0.0.1 localhost 127.0.0.1 test1.dev 127.0.0.1 …
Awan
  • 18,096
  • 36
  • 89
  • 131
7
votes
3 answers

How to bring wamp server online?

I have already tried port forwarding through router and also disabled my firewall. I also edited httpd.conf. There I changed Listen 80 to Listen 8080 I also changed ServerName from localhost:80 to :80 i.e 192.168.1.2:80. Finally I…
Mithilesh
  • 185
  • 1
  • 6
  • 18
7
votes
5 answers

Codeigniter : Showing error as ' Unable to select the specified database: project' in Windows XP

I am using Windows XP and using EasyPHP as a server. I have integrated Codeigniter with TankAuth. But, when I try to open my assignment folder, it shows error as follows: Unable to select the specified database: project Filename: C:\Program…
V15HM4Y
  • 1,757
  • 4
  • 26
  • 40
7
votes
3 answers

Multiple WAMP Servers on the Same PC

I had installed WAMP server on my C: drive and had several databases created in the embedded mysql instance of it. Later I installed another WAMP server instance on my D: drive. Now I can run the wamp server instance in my D: drive and I can run the…
Kanishka Dilshan
  • 724
  • 2
  • 10
  • 19
6
votes
3 answers

PHP refuses to output data from var_dump, print, etc

I'm running a WAMP server at the moment, and have been spending the past 30 minutes trying to figure out how and why my project won't output any PHP data specified. At first, I thought that it was because I had an .htaccess file which…
zeboidlund
  • 9,731
  • 31
  • 118
  • 180
6
votes
1 answer

How can I create a PHP extension on Windows?

More specifically, I'm trying to make a PHP extension for WampServer, which I'm using to test PHP scripts on my PC. I know that a PHP extension requires a config.m4 file, and some C/C++ code to be created within PHP. How would I get these .c/.cpp…
Sam H
  • 956
  • 4
  • 16
  • 24
6
votes
4 answers

Wamp Server phpMyAdmin not in English

phpMyAdmin is in FRANÇAIS or something and I don't know how to get it to English. I have uninstalled it and reinstalled it with no luck. I downloaded it from the Wamp Server English site: http://www.wampserver.com/en/ But phpMyAdmin is still not in…
Nathan
  • 11,814
  • 11
  • 50
  • 93
6
votes
2 answers

Wamp - Installed php5.2 Addon - Icon Stays Yellow

I originally installed a recent version of wamp (php 5.3) but I need to use php 5.2 for my current project. I downloaded the addon for php 5.2 and installed it. Then I stop all services and in the wamp menu I do PHP -> version -> 5.2.11 I restart.…
Jonah
  • 15,806
  • 22
  • 87
  • 161
6
votes
1 answer

Database exists but returns an error saying "Unknown Database"

I installed WAMP server few hours ago into my Windows 10 64-bit computer. I used phymyadmin to create a database named 'testdb' and tried to connect to it with a php file. I am sure that I created the database, but it returns this error: "Warning:…