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

Can't remove index.php, custom route not working

I know this question is more appropriate for Server Fault but unfortunately I was banned for poor quality questions (I was down voted on 2-3 questions I asked.) So the next best place to ask these questions are here. I have two problems related to…
Anthony
  • 3,990
  • 23
  • 68
  • 94
3
votes
1 answer

WAMP + Composer + Laravel + PhpStorm

I'm trying to make PhpStorm Command Line Tools Console work with Composer and Laravel on my computer running Windows. So here is what I did : Installed WAMP Configured PHPStorm php interpreter path Installed Composer using Composer-Setup.exe (So my…
Korri
  • 657
  • 7
  • 22
3
votes
1 answer

What is the easiest way to switch from a 64bit WAMPSERVER to 32bit?

I'm currently running a 64-bit version of WAMPSERVER (on Win7 Pro 64). I've always been able to get anything I needed up and running except for SQLSRV, and have finally hit the point where I need sqlsrv, so I need to switch to a 32-bit wamp stack.…
mOrloff
  • 2,547
  • 4
  • 29
  • 48
3
votes
1 answer

Installing extjs through wampserver

I am trying to install extjs in the Apache directory of wampserver. I download the Ext JS 4.2.1 from here: http://www.sencha.com/products/extjs/download/ I create a new folder named extjs in the directory: …
foc
  • 947
  • 1
  • 9
  • 26
3
votes
1 answer

How do I install Tesseract OCR onto WAMP server, to be run by PHP?

I am attempting to install the OCR software Tesseract onto my WAMP server so that I can then automate the OCR process for some images. When I search for how to install software onto a WAMP server, all I get back is how to install a WAMP server so…
Bpainter
  • 129
  • 4
  • 16
3
votes
1 answer

Multisite on wamp unable to create a new site on first click

The Problem: I installed Multisite on WampServer and when i click on "add site" the page go blank. Done so far: Downloaded WampServer. Configured virtual host. Downloaded acrylic so i can have wildcard domain. Create database and installed normal…
Neta Meta
  • 4,001
  • 9
  • 42
  • 67
3
votes
7 answers

WampServer gives me blank page on the browser

I have installed WampServer. It is online now. When I give localhost in the browser it gives me a blank page. How can I get rid of it? Before installing WampServer, Do i need to install PHP manually?
Gnik
  • 7,120
  • 20
  • 79
  • 129
3
votes
1 answer

ServerVersion: Invalid Operation. The connection is closed

I have a workstation with Windows 7 (IIS 6.0), MS SQL Server 2008, Visual Studio 2008. My SQL Server Management Studio works fine. But I am not able to get a connection through any of my projects in VS2008 or VS2010 Code I am using: Dim…
kk_nou
  • 103
  • 1
  • 10
3
votes
4 answers

wampserver homepage only visible from localhost

Recently I used WAMP server to set up a server environment in a Windows machine. Everything works great, but I have a little problem: everyone can access the wampserver homepage, therefore they can see other webpages hosted in the same server, the…
3
votes
5 answers

WAMP server not able to be put online

I've recently install WAMP 2.2 on my Windows PC. For whatever reason, my WAMP server isn't working. I try to open php files on my localhost but I get the famous 404 error message. The icon is orange and says that it is online, but that 404 error is…
Marcus
  • 37
  • 1
  • 1
  • 4
3
votes
1 answer

Can't access WAMP site from the web with IP

I'm running the latest version of wampserver with apache 2.4.2 and php 5.4.3. on Windows 2008. I'm running two ip's, one for iis and one for apache. I did that by adding Listen 123.456.78.999:80 Listen 80 in httpd.conf. I also switched 'require…
Phil
  • 1,719
  • 6
  • 21
  • 36
3
votes
1 answer

Retrieving database record to use in PHP code

I am making code for a studio reservation where customers can reserve for how many hours in a day... for example, a customer inputs Date: October 17, 2011 Time In: 10:30:00 am Time out: 11:30:00 am In that case, another customer must not be able…
Harriet
  • 43
  • 6
3
votes
1 answer

Node.js accessing WampServer MySQL databases

I'm really new to node.js and MySQL, and when I try to learn both at once... let's just say I need some help. ;) I want to use the node-mysql module to dynamically edit a database via node.js. All the basic code is in place. var http =…
Jack Guy
  • 8,346
  • 8
  • 55
  • 86
3
votes
4 answers

Unpredictable behavior due to different MySQL versions

I have installed different versions of PHP and MySQL on wampserver for testing purposes. However, phpMyAdmin gives a warning that: "Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.1.36. This may cause unpredictable…
Adit Gupta
  • 1,314
  • 1
  • 18
  • 32
3
votes
2 answers

WampServer: How to create a new MySql root password?

I deleted all users from my MySql and got left out. How can I start from scratch? I tried removing the server and reinstalling but apperantly some file remained.
AYBABTU
  • 986
  • 3
  • 17
  • 39