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

How to install php 8 in wampserver?

I am trying to install PHP 8 in wampserver, and I am following the tutorial in the official wampserver forum, but PHP 8 does not work. it shows the following error. This PHP version 8.0.2 doesn't seem to be compatible with your actual Apache…
Labrador
  • 417
  • 2
  • 5
  • 18
12
votes
3 answers

jQuery Ajax request from local filesystem (Windows file:///)

I'm trying to do an ajax request to get the contents of "http://localhost/" running on Windows Wamp Server. The script is running from something like this: file:///C:/my/path/index.html I'm just using a standard $.ajax request to try and get the…
Emmanuel
  • 4,933
  • 5
  • 46
  • 71
12
votes
2 answers

MySQL error: Missing index for constraint

I am creating 2 tables in my database: DROP TABLE IF EXISTS `med_pharmacy`; CREATE TABLE IF NOT EXISTS `med_pharmacy` ( `med_pharmacy_id` int(11) NOT NULL AUTO_INCREMENT, `med_id` int(11) NOT NULL, `med_barcode` varchar(45) DEFAULT NULL, …
alim1990
  • 4,656
  • 12
  • 67
  • 130
12
votes
1 answer

Running Python from a virtualenv with Apache/mod_wsgi, on Windows

I'm trying to set up WAMP server. I've got Apache working correctly, and I've installed mod_wsgi without a hitch. Problem is, I'm using virtual environments (using virtualenv) for my projects. So obviously, mod_wsgi is having problems locating my…
Edan Maor
  • 9,772
  • 17
  • 62
  • 92
12
votes
5 answers

How to use composer with WampServer?

I am trying to use composer with my WampServer. My path for all the files is C:\wamp64\www, but when I run composer it will install the vendor file and other stuff somewhere else. I don't even know where and I can't change the path of where is my…
Goriss
  • 147
  • 2
  • 3
  • 9
12
votes
4 answers

Can not increase file upload size WAMP

I am using Wampserver (32 bits & PHP 5.5) 2.5. phpmyadmin inside of it is allowing me to import database of max 128mib and execution time is low. In WAMPServer 2.5 the PHP limits applied to phpMyAdmin can be found in this file…
djsaiim
  • 121
  • 1
  • 1
  • 3
12
votes
4 answers

Using Brackets for PHP files

I currently have wampserver running and I'm trying to do live preview of a php file using Brackets.io. However when I click live preview I'm getting Project settings for: Getting Started Live preview base URL: ______________ I'm following this…
user3128376
  • 974
  • 6
  • 17
  • 40
12
votes
14 answers

WAMP: Missing http://localhost/ in urls , wrong wamp projects links

I have a problem with Wamp which never happened to me before, cannot find what's wrong. I have a few projects located in my www folder ( running windows 7 ). My hostfile has the line 127.0.0.1 localhost uncommented When I go to http://localhost/…
mlclm
  • 725
  • 6
  • 16
  • 38
12
votes
3 answers

Unable to find the socket transport "tls" - did you forget to enable it when you configured PHP

I'm using wamp to run, but i got this warning at run time: Warning: fsockopen() [function.fsockopen]: unable to connect to tls://smtp.gmail.com:465 (Unable to find the socket transport "tls" - did you forget to enable it when you configured PHP?)…
venu
  • 121
  • 1
  • 1
  • 3
12
votes
4 answers

How to correctly configure a reverse proxy with Apache, to be used for cross-domain AJAX?

Needing to develop a web application that at the same time is highly dependent on an API but at the same time cannot reside on the same domain as the API itself, it's been quite tricky getting around the "Same Origin Policy" when making asynchronous…
Andrei Oniga
  • 8,219
  • 15
  • 52
  • 89
12
votes
2 answers

function http_build_url()

I work with windows 7 using WampServer Version 2.2 php5.3.13 I put my project in www and during the execution of my project this error is displayed Fatal error: Call to undefined function http_build_url() in C:\wamp\www in the source code of my…
franco mocci
  • 155
  • 1
  • 1
  • 5
12
votes
3 answers

WAMP server not running after enabling httpd-vhosts.conf

I tried enabling Virtual Host on my WAMP installation, but WAMP server will not run if I enable http-vhosts.conf, and the icon remains orange. Here is my hosts file: 127.0.0.1 localhost 127.0.0.1 test.localhost My httpd.conf: # Virtual…
seemvision
  • 242
  • 1
  • 2
  • 12
11
votes
7 answers

how to access phpmyadmin remotely

Is it possible to access phpmyadmin from outside the network? Where do I set it? I tried editing httpd.conf, and restarted all services from wampserver but it doesn't work Options FollowSymLinks AllowOverride None Order…
Wern Ancheta
  • 22,397
  • 38
  • 100
  • 139
11
votes
7 answers

Wrong PHP date() output in wamp server

The problem is that date('r') returns wrong time for my timezone. php.ini timezone setting: date.timezone = Europe/Kiev date_default_timezone_set('Europe/Kiev') in my script solves the problem. So what's wrong with WAMP?
anon
  • 289
  • 1
  • 5
  • 13
11
votes
4 answers

PHP: No php.ini file

I just started to learn PHP and in order to do that I installed wampserver on my windows 8.1. When I try to launch, it works properly but I have two problems: 1) I have an error in my localhost page: *** ERROR *** The PHP configuration loaded file…
mahi_nick
  • 151
  • 1
  • 1
  • 7