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

php_memcache.dll for 64 bit wampserver with either php 5.3.13 or 5.4.3

Okay, so far ive been googeling and trying to find a solution for over 6 hours. normally i dont post questions because i feel the answer should be findable, but here goes nothing. I need to work with PHP code that has implemented the memcache class.…
Erik
  • 122
  • 1
  • 7
5
votes
1 answer

WAMPserver - why is the stack installed with 2 php.ini files?

I'm a beginner programmer, and I'm learning to program a web app using WampServer. Recently I have tried to modify the internal encoding setting in the php.ini file, and I discovered that there are 2 or them. One is under wamp\bin\php\php5.3.0 and…
JDelage
  • 13,036
  • 23
  • 78
  • 112
5
votes
4 answers

Can't access files in a subdirectory using Apache server

I have an Apache 2.2.21 server installed on my Windows 7 machine. My site is up and my scripts from /scripts subdirectory are working but when I try to load icons from /icons I get a 403 forbidden error. I've already added this to my httpd.conf…
Pavlo
  • 43,301
  • 14
  • 77
  • 113
5
votes
5 answers

Parent: Received shutdown signal -- Shutting down the server

Using wampserver and receiving this error: Parent: Received shutdown signal -- Shutting down the server. Google doesn't seem to have any solutions that work. Any ideas? [Mon Jul 25 19:07:02 2011] [warn] NameVirtualHost *:80 has no…
rgin
  • 2,291
  • 4
  • 24
  • 32
5
votes
2 answers

Redirecting index page in wampserver

i create a site in a wampserver by creating a folder that include all site pages and named the folder for example xxxx when i run http://localhost its open the index of the wamp server what i want is to open the index of xxxx when i run the…
Meera
  • 149
  • 3
  • 4
  • 10
5
votes
5 answers

How to resolve mysql port 3306 error on wamp?

I am getting following error when I test mysql port 3306: ***** Test which uses port 3306 ***** ===== Tested by command netstat filtered on port 3306 ===== Port 3306 is not found associated with TCP protocol Port 3306 is not found associated with…
hmjha
  • 491
  • 2
  • 6
  • 18
5
votes
4 answers

Laravel 403 Error for API that previously worked

as of yesterday, the code below worked. today, however, i had to run a php artisan config:cache command in laravel as i added a package and now my nice ionic app does not want to run connect to anything as i keep getting this 403 error. the error…
Pete
  • 312
  • 2
  • 3
  • 15
5
votes
5 answers

Having PHP site point to a different path than one that is in the code

I am running a PHP site on Windows using Wampserver. All throughout the site there is a hardcoded line such as: $settings = parse_ini_file("/usr/local/apache2/myconfigs/settings.ini", true); I know this is bad practice to begin with but it is out…
Blake Rivell
  • 13,105
  • 31
  • 115
  • 231
5
votes
1 answer

PHP 7.1.x - mysqli_connect Isn't Defined (Extension is turned on)

Background I have WAMP Server (3.0.6) installed on my Windows 10 computer. I am developing a WordPress site using a few custom MySQL tables, so I'm using $wpdb. Problem I was running on PHP 7.0.10, and everything was fine. This morning, I installed…
Kelderic
  • 6,502
  • 8
  • 46
  • 85
5
votes
4 answers

How to config .htaccess files of CakePHP in WampServer?

I'm absolutely confused about what I must do to run my sample in CakePHP... I'm using WAMP Server and it is located in "C:/program files/wamp/" and I use another partition for my projects: "E:/Projects/". there is a folder for Learning CakePHP:…
Mona
  • 788
  • 3
  • 13
  • 18
5
votes
1 answer

'c:/wamp64/bin/php/php7.0.10/ext/php_oci8_12c.dll' - %1 is not a valid win32 application

In order to access an remote Oracle database from php, I had to activate the extension php_oci8_12c. But when I do, it does not appear in the phpinfo(). On the other hand, I get in the php logs the error message: [13-Jan-2017 08:39:48 UTC] PHP…
terminator
  • 51
  • 1
  • 6
5
votes
5 answers

How to access localhost from a NOX app player android emulator?

I need to get access to my wamp server localhost from NOX app player. Which link I could use to get it. the 10.0.2.2 not working with it...
ABDUL SAMAD
  • 85
  • 1
  • 1
  • 7
5
votes
4 answers

WAMP server doesn't work properly on Windows 10

I just upgraded my OS to Windows 10 and I have an atypical problem. I use WAMP server and PHP doesn't work, although no error is displayed anywhere. I tried to update vcredist or to change ports, but the problem persists.
Jarek P
  • 63
  • 1
  • 6
5
votes
1 answer

How to Upgrade PHP 5.5.12 to 5.6.12 in WampServer

I am new to PHP. Can you please give me step-by-step procedure for updating PHP 5.5.12 to 5.6.12? I tried to solve my problem from https://john-dugan.com/upgrade-php-wamp/ , but I am troubled with the 5th step.
Bharath Pabba
  • 1,725
  • 5
  • 16
  • 24
5
votes
1 answer

How to change the default "www directory" for wampserver

All my websites are located in D:/Documents/websites directory. I already managed to point http://localhost/ to that folder based on this video tutorial. But what I also want is whenever I click on "www directory" from the wampserver panel it opens…
Fahmi
  • 2,607
  • 1
  • 20
  • 15