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

Can't get JQuery AJAX POST on WampServer localhost working

I am developing a WordPress website on a localhost using WampServer. I have a custom js file, custom-js.js, file located at C:\wamp64\www\wordpress\wp-content\themes\my-theme\js When a user click on a vote up button, I want to send the product ID…
LaGuille
  • 1,658
  • 5
  • 20
  • 37
0
votes
1 answer

Failed to insert one column data into the wampserver by using php script

I am tried to insert the values into my wampserver, I succeed to insert name column and email column but it is not possible to insert pass word field into the database please check what I done mistake here. above image gives you a clear idea, how…
yuggi
  • 32
  • 6
0
votes
0 answers

Wamp server is not accessible from other PC

I am using Wampserver 3.0.4 having Apache 2.4.18 - PHP 5.6.19 - MySQL 5.7.11 As I am using wampserver>=3. So I have followed all the steps as given on WAMP Cannot access on local network 403 Forbidden. But even after making the changes I am not able…
Anubhav Singh
  • 432
  • 1
  • 5
  • 15
0
votes
1 answer

Why does my entry in the "Your Virtual Hosts" submenu not contain the full name of the host?

I have set up a new virtual host on WAMP Server version 3.0.6 which contains a dot in the name (specifically bowla300.local) My vhosts.conf file is configured to call it bowla300.local, as is also my hosts file. When I restart WAMP the localhost…
DMFW
  • 53
  • 7
0
votes
2 answers

php.ini error_reporting set to E_ALL but not working

In my php.ini file on wampserver I have the following lines set: error_reporting = E_ALL display_errors = On Yet, I have to actually call error_reporting(E_ALL) in my script in order for it to actually show the errors. Why is this happening? I'm…
kjdion84
  • 9,552
  • 8
  • 60
  • 87
0
votes
0 answers

Cannot load modules/mod_ssl.so into server - %1 Error Still After Switching to OpenSSL 64-Bit

I am trying to setup SSL on WampServer. When I use the httpd -t command in the Apache directory, I receive this error: Cannot load modules/mod_ssl.so into server: The operating system cannot run %1. I have a 64-bit computer, but am running…
styro103
  • 39
  • 2
  • 7
0
votes
1 answer

How can i setup my wamp server to access to a virtual Host from intranet?

I have some virtual-host and I can access it on the PC that has the server intalled. But I have others Pc and I want to access via the domain name. I just can access to the server configuration page changing the statement "Require local" to…
juanmiguel431
  • 79
  • 2
  • 11
0
votes
2 answers

html img not shown in Wamp

I am new to programming in PHP. I've created a page in bootstrap, everything worked fine, all icons were there. But after renaming it to test.php (to add some php functions in the future) and moving all the files and folders to Wamp directory (into…
gopi
  • 24
  • 1
  • 9
0
votes
2 answers

How to make LEFT OUTER JOIN except some colums?

I have 3 tables: First "placement" Second "user_info" Third "user_placements" I want to get all placement data with user infos, How to do it? I tried this, but result it not what I expected: SELECT *, user_placements.id AS user_placements_id,…
NickUnuchek
  • 11,794
  • 12
  • 98
  • 138
0
votes
1 answer

finding the path to a file residing in the wamp www directory

I have a file which is in project folder my wampserver www directory and I want to create a path to this file in my PHP script. I am not sure what is right in accomplishing this as I have seen the use of "./", "../" and the full root directory of…
ibiangalex
  • 375
  • 1
  • 4
  • 16
0
votes
1 answer

PHP not showing all errors despite E_ALL being set

In my php.ini file I have the following line set: error_reporting = E_ALL display_errors is also turned on in the ini file. However, this does not appear to be working correctly because I can only get PHP to display strict errors when I add the…
kjdion84
  • 9,552
  • 8
  • 60
  • 87
0
votes
0 answers

Unknown Error with either Wamp Wamp

I newly installed Wamp 3.0.6 today and created user and pass to phpmyadmin which has all privileges. I tested the installation with a simple PHP script: and all seemed well. However when introducing braces (} or {), I get a…
scarlet
  • 15
  • 1
  • 5
0
votes
1 answer

WAMP suddenly went offline, won't go back online

I've been using WAMP server on my Windows 10 PC without a hitch, and WAMP suddenly went down earlier today and won't go back online, even after rebooting the PC. If I test Port 80 from Apache, it tells me Your port 80 is not actually…
cobberas63
  • 33
  • 8
0
votes
1 answer

sqlsrv_connect Login Fails for User

I am attempting to connect to my SQL Server database using PHP. I'm running WampServer, and SQLExpress with its Management Studio. For some reason, calling sqlsrv_connect fails. The connection to SQL Server is opened, but the login fails for user.…
styro103
  • 39
  • 2
  • 7
0
votes
2 answers

windows php 64 bit systems ATM

I'm using this php library. It mentiones this: This project can run on PHP 7, PHP 5.6 and HHVM, only 64 bit systems are supported ATM. It works fine in a linux host (cpanel) with php5.6. But doesn't work in windows. I installed wamp. In phpinfo(),…
Vahid Najafi
  • 4,654
  • 11
  • 43
  • 88
1 2 3
99
100