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
20
votes
11 answers

PHP:Internal Server Error using WAMP (at startup)

i had a problem wth php.It display error like below. It work well in other computer, but when i tried to run it in another computer it display error like below. I think i had a problem with my wampserver 2.0 configuration. Internal Server Error The…
MikMark
  • 547
  • 1
  • 5
  • 17
19
votes
7 answers

Installation SSL in wamp server: Error in httpd-ssl.conf

I am trying to set ssl on local host i have follwed the http://madurad.wordpress.com/2014/04/25/redirect-http-to-https-with-wamp-server/ and many others but unable to get success. i stuck in the syntax of httpd-ssl.conf. my apache server get down…
Ammar Hayder Khan
  • 1,287
  • 4
  • 22
  • 49
19
votes
2 answers

WAMP server. Very large data directory in MySQL?

I have problem with wammp server. In directory "..\WampServer\bin\mysql\mysql5.5.8\data" was created files with very large size. Full size of this directory is 50GB. What is these files? How can I fix this problem? The names of files are:…
dido
  • 2,330
  • 8
  • 37
  • 54
18
votes
5 answers

Installing PEAR on Windows 7 using phar

I'm trying to install PEAR for use with Wamp 2.1. The package does not come with any pear installation. I have read that you need to use http://pear.php.net/go-pear.phar to install PEAR for PHP 5.3 as the old go-pear.bat is now obsolete? The…
Dan Steele
  • 1,644
  • 3
  • 13
  • 13
18
votes
2 answers

PHP x64 not supported x64 integer.. (Wamp & dropbox API)

I am trying to connect to the Dropbox API with WAMP x64 installed. This is the exception from the Dropbox authentication file that I got from this Dropbox php API Fatal error: Uncaught exception 'Exception' with message 'The Dropbox SDK uses 64-bit…
AlbertSamuel
  • 584
  • 10
  • 33
18
votes
12 answers

Wamp Server not goes to green color

I Installed WAMP Server Successfully. My OS is: Windows 7 32-bits My Wamp Server is: 2.2E ( 32bits & php 5.3 ) I had same problem 4 months back. That time, I used this link. (but OS & WAMP are 64-bits) It's worked fine. Now, that MSVCR100.dll not…
KarSho
  • 5,699
  • 13
  • 45
  • 78
17
votes
1 answer

WAMP server switch MySQL to MariaDB

How can I switch the database from MySQL to MariaDB in WAMP 3.1.0? I'm looking for it, but I can not find it.
kevas
  • 551
  • 2
  • 7
  • 22
16
votes
1 answer

Sqlsrv for PHP 5.6 on WAMP server

After looking so many posts about this problem, I don't understand why it don't work because it should be working. I will post all the information I have so far: Windows 10 64-bit WampServer 3 64-bit (http://www.wampserver.com/) PHP 5.6.16 Apache…
Danishdjinn
  • 607
  • 1
  • 6
  • 11
16
votes
2 answers

How to find if my WAMP Server is 32bit or 64bit?

I have installed WAMP on my Windows 8, now for some reasons I need to know if it is 32bit or 64. Browsed around and looked in 'abouts' and version/licence files but couldn't find anywhere. It is WAMPServer 2.2 by the way.
XIMRX
  • 2,130
  • 3
  • 29
  • 60
16
votes
5 answers

Forbidden: You don't have permission to access / on this server, WAMP Error

I have installed wamp on windows 8 and received above error whenever I go to localhost or phpmyadmin. After much searching I found many answers which includes modifying the httpd.conf to Allow from All etc. This link shows such a common answer with…
JRulz
  • 497
  • 3
  • 5
  • 16
16
votes
3 answers

java.lang.IllegalArgumentException: Illegal character in authority at index 7 while making https request

While making http request to my local wamp server from android emulator I got above error. // testing on Emulator: private static final String LOGIN_URL="http:// 10.0.2.2:80/webservice/login.php"; //request: JSONObject json =…
sandeep_jagtap
  • 1,484
  • 2
  • 17
  • 24
15
votes
11 answers

Not able to launch WAMP - Aestan Tray Menu has stopped working

I just downloaded and installed WAMP, when I open it I get a warning box that Aestan Tray Menu has stopped working -"A problem has caused program to stop working correctly. Windows will close program and notify you if a solution is found". I…
sowmya
  • 221
  • 1
  • 3
  • 5
15
votes
6 answers

php mail() function on localhost

I have problem with php mail() function on localhost server. I can't test my email application on localhost when i'm trying to send emails with php function mail(). I'm getting this error Warning: mail() [function.mail]: Failed to connect to…
Shalva Kakauridze
  • 1,225
  • 4
  • 12
  • 23
15
votes
5 answers

Can I install the latest version of phpMyAdmin and use it with WampServer?

I have WampServer 2.0 with phpMyAdmin 3.2.0.1. The latest version of phpMyAdmin is 3.3.8.1. Can I download the latest version of phpMyAdmin and use it with WampServer? The reason I want to do that is that in phpMyAdmin 3.2.0.1 the relationship…
Geoffrey
  • 5,407
  • 10
  • 43
  • 78
15
votes
3 answers

.htaccess not working on WAMP

I have installed WAMP on Windows. I found .htaccess files are not working here. Is there any way to work with .htaccess?
Deepak
  • 1,055
  • 4
  • 13
  • 22