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
1 answer

Measuring traffic sent received

I'm using WAMP. I want to measure the bytes sent and received while viewing the project. How to do so ?
Sourav
  • 17,065
  • 35
  • 101
  • 159
3
votes
2 answers

sites-available (apache) and httpd.conf for WAMP - making XXXXX.domain.com automatically direct

I currently have this in my httpd.conf file in WAMP: NameVirtualHost 127.0.0.1 ServerAlias *.dev.co.uk UseCanonicalName Off VirtualDocumentRoot D:/wamp/www/%1/httpdocs I created a directory…
udjamaflip
  • 682
  • 1
  • 8
  • 24
3
votes
3 answers

Spoof $_SERVER['HTTPS'] on local wamp-server for testing

Is it possible to configure my local setup (running Wampserver) so that my PHP application thinks HTTPS is enabled locally? The application requires HTTPS (by checking $_SERVER['HTTPS']) before doing stuff, but I don't want to go through the hassle…
TJ L
  • 23,914
  • 7
  • 59
  • 77
3
votes
4 answers

Error: The server is not responding (or the local MySQL server's socket is not correctly configured)

I am learning PHP+MySQL. I did not buy a web hosting plan, so for now I plan to test everything locally. From my research, I found WAMPserver.com. I downloaded the install for WAMP and did a basic setup without really changing anything in the setup…
Eric Strobel
  • 217
  • 1
  • 4
  • 14
3
votes
3 answers

PHP wamp server error

I am pretty new on php particularly wamp. I got to access a live wamp server. PHP version 5.2.5. But my app needs to use PHP 5.3.0, so I just uninstall wamp from live server and install new wamp with PHP 5.3.0. Now the new installed server is not…
rai
  • 31
  • 1
  • 3
3
votes
1 answer

Wamp: Apache variable "${INSTALL_DIR}" is not defined

I just used the file from Here to upgrade my Wamp Server to PHP 7.2.9. After I install and enable PHP 7.2.9, I look at php_error.log and I see Apache variable "${INSTALL_DIR}" is not defined. How do I fix this problem? I am using Apache 2.4.9 and…
Bijan
  • 7,737
  • 18
  • 89
  • 149
3
votes
2 answers

Can't completely remove/uninstall wamp64 files

I have recently been testing php files for a class. I've been using WampServer to test my code. The last time I used WampServer (about a year ago) I was able to have it fully functional with the green emblem appearing when running. After an…
leftlopez
  • 63
  • 1
  • 3
  • 7
3
votes
2 answers

how to conect to secondary database if primary database is down (PHP)

i hope someone can help me, ive been struggling on this for 3 days now. here is my situation, i am making a website with php, and i have 2 computers as servers with wampserver... main server is 192.168.0.10 secondary server is 192.168.0.12 and a…
3
votes
0 answers

Can't get the download link of file (Google Drive APi, PHP)

I have created a page on php language that contains list of files, stored in a folder and button "Submit". After clicking on the button, the file is upload in Google Drive. I want to make that after a successful download of the file in Google Drive,…
Anatoly Feteleu
  • 111
  • 2
  • 10
3
votes
2 answers

Installing imagick on wampserver 3.0.6

I have downloaded php_imagick-3.4.3-5.6-ts-vc11-x64.zip from there http://pecl.php.net/package/imagick/3.4.3/windows Unzip and copy php_imagick.dll to the c:\wamp\bin\php\php5.6.25\ext (I'm using PHP version 5.6.25) Then I have added…
evgeny_s
  • 391
  • 1
  • 6
  • 17
3
votes
0 answers

WAMP Dependencies for Installation

I was able to successfully install WAMP on my local machine and get WordPress working locally. I am trying to install WAMP on Windows Server 2012 R2 and keep receiving dll errors. I've done some research and have installed Visual C++ Redistributable…
3
votes
1 answer

Wamp Server 3.0.8 right-click menu in the icon tray is different

all! So I have searched the web on how to upgrade the php version that Wamp server application is using and I found tutorials and so on. I have by default installed php 5.7.6 and php 7.0.6. Now I want to change it simply by right-clicking the icon…
3
votes
2 answers

wamp server vs mysql server

What is the difference between wamp server and mysqlserver? and can I construct databases on phpmyadmin using any of these servers?
newQuesion
  • 63
  • 2
  • 4
3
votes
2 answers

A simple query causing the "the server is gone away" message

Have just got a surprise and would appreciate some suggestions. The simple query below updates a table. I have used it severally without qualms but now it does not work as usual causing the MySQL server to go away. What could be responsible.…
ibiangalex
  • 375
  • 1
  • 4
  • 16
3
votes
0 answers

primary key and auto increment missing when importing a database mysql

i exported a database in sql file when importing it in wampserver 3 i found that the majority of the table has the field id but primary key and auto incremented was not mentionned in the database i looked to the sql file and i found that there is…
cihan17
  • 77
  • 2
  • 8