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
0 answers

php 5.3.13 ffmpeg Windows 7 64bit Not working wamp server

I am facing following issue during installing the ffmpeg on the windows 7 64-bit machine using WampServer Version 2.2 with php 5.3.13 and ffmpeg extension 32-Bit I didn't find ffmpeg ext. 32-bit.. PHP Startup: Unable to load dynamic library…
Waqas Ahmed
  • 311
  • 3
  • 6
4
votes
1 answer

Mcrypt PHP - Module Initialization Failed

How to install the mcrypt modules on PHP? I need to install the mcrypt extension on WAMPServer so that I can use IDEA encryption on passwords. I can't use any other type of encryption, because the large database I am interacting with already uses…
Scott Hallauer
  • 389
  • 2
  • 8
  • 16
4
votes
2 answers

How to add a foreign key in MySQL on WAMPserver?

I can't figure how to indicate that a column is a foreign key in WAMPserver. I suppose I could write the MySQL query for that, but I would think that there is also a way to do that using the user interface (PHPMyAdmin)...?
JDelage
  • 13,036
  • 23
  • 78
  • 112
3
votes
1 answer

Debug with Zend Studio and Wampserver

Recently I rebuilt my laptop running Windows 7 64-bit. Before the rebuild I was running my own individual WAMP stack having installed all the components separately but after the rebuild I decided to try out a pre-built WAMP stack as it allowed me…
Adrian Walls
  • 852
  • 3
  • 19
  • 31
3
votes
3 answers

Virtual Host with WAMP

I'm using Wamp 2.2, edited conf/extra/httpd-vhosts.conf edited this file to add VirtualHosts , but when I un-commented line in httpd.conf to include httpd-vhosts.conf file, after restarting Wamp doesn't starts. If I revert changes is works fine. Any…
Mamaduka
  • 163
  • 1
  • 2
  • 11
3
votes
1 answer

The action defined in .htaccess doesn't execute

I installed WAMP on my Windows 7 laptop. Next, I defined an alias (WAMPSERVER -> Apache -> Alias directories -> Add an alias) Alias name: test Alias directory: c:/test Next, I've placed a PHP file into that directory (c:/test/foo.php). I executed…
Šime Vidas
  • 182,163
  • 62
  • 281
  • 385
3
votes
3 answers

Execution of Java programs in WAMP

Hi, there is a Java program edited and compiled using Netbeans 6.9.1. After running it's giving proper output in Netbeans output screen. But now I need to run this program in WAMP server. WAMP supports only scripting languages. I can not run the…
user1074824
  • 73
  • 2
  • 2
  • 7
3
votes
2 answers

Run php script stored in the server?

I have a php script stored in Wamp server, and want that my application execute it to perform some image treatement from server then the server send the result to the Android phone. Is that possible to perform ? And please if so can you give some…
androniennn
  • 3,117
  • 11
  • 50
  • 107
3
votes
2 answers

Creating virtual hosts for wampserver with powershell

I am trying to create virtual hosts with a Powershell script. It works fine, but I am having trouble with the encoding. I have tried all the -encoding switch values allowed with no luck. Here is my script $hostName = $args[0]; if ($args -eq $null…
vascowhite
  • 18,120
  • 9
  • 61
  • 77
3
votes
2 answers

How configure mod_wsgi with wamp server in windows7

I am new to Django framework and Python. I installed Python Wamp server and downloaded mod_wsgi. I follow these steps. I am in confused whether I configured it correctly since when I stop the wamp server then also the http://127.0.0.1:8000/ works…
Jisson
  • 3,566
  • 8
  • 38
  • 71
3
votes
1 answer

CodeIgniter: Removing "index.php" in URL on WAMP

In CodeIgniter, I want to remove the "index.php" in the URL, on my localhost (WAMP). For example, http://localhost.com/ci/index.php/controller/function to http://localhost.com/ci/controller/function I have changed $config['index_page'] =…
Danny
  • 993
  • 4
  • 20
  • 39
3
votes
3 answers

Wampserver - The ServerName localhost:7979 is not defined into hosts file

WampServer Virtual Hosts Here's the config file - C:\wamp64\bin\apache\apache2.4.51\conf\extra\httpd-vhosts.conf # Virtual Hosts # ''' ServerName localhost ServerAlias localhost DocumentRoot "${INSTALL_DIR}/www" …
Moti
  • 47
  • 1
  • 7
3
votes
2 answers

MySQL server has gone execute large script files

Please help me to get rid of this errors While i run some large number of mysql scripts at once i got this kind of errors ERROR: 2006 MySQL server has gone away Error: 1153 Got a packet bigger than 'max_allowed_packet' bytes How to get rid of…
thechoosenone
  • 129
  • 2
  • 8
  • 16
3
votes
2 answers

Wamp Error - aestan tray menu the confuguration file contains a syntax error on line 14:

I was just installed WAMPServer. After open my pc I have this issue. My…
aspectsiz
  • 33
  • 3
3
votes
1 answer

WampServer 3.2.3 cant access Lan Network,

i cant access my wampserver machine, this is my specifications windows 10 wampserver 3.2.3.3 64bits Apache 2.4.46 i have edited this file "D:\Programs\wamp64\bin\apache\apache2.4.46\conf\extra\httpd-vhosts.conf", and replaced "Require local" to…
lacr developer
  • 158
  • 1
  • 11