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

How to debug PHP,Javascript code in Sublime Text3?

i am using WAMP server and i am working with Windows7 operating system. ; XDEBUG Extension zend_extension = "c:/wamp/bin/php/php5.5.12/zend_ext/php_xdebug-2.2.5-5.5-vc11.dll" ; [xdebug] xdebug.remote_enable = off xdebug.profiler_enable =…
Nagaraj Pujar
  • 530
  • 1
  • 6
  • 18
4
votes
2 answers

Chrome error on localhost

I get the following an error while I work on localhost with Chrome. I get this error even if the page is empty: Uncaught TypeError: Cannot read property 'appendChild' of undefined at lstr.js:26 (lstr.js is Chrome file) Error line: 1 And I…
Enes Giray
  • 326
  • 2
  • 9
4
votes
1 answer

PHP ZMQ Extension: Unable to load dynamic library

I'm working on Wampserver on Windows 10. I'm using an extension called ZMQ. I downloaded the DLLS from: https://pecl.php.net/package/zmq/1.1.3/windows I previously used the version of the extension for PHP 5.6 and it worked. The extension however…
Royar
  • 611
  • 6
  • 21
4
votes
1 answer

WampServer 3 Online Forbidden

When I try to access my local website from another device (connected with LAN), I get Forbidden error. I tried to edit Apache's httpd.conf (as what google told me), repair vcredist packages, uninstalling wamp completely and installing (re-downloaded…
bugraarslan
  • 153
  • 2
  • 10
4
votes
1 answer

Wampserver: WARNING: can't open config file: ...openssl.cnf

I'm following the tutorial here to set up HTTPS on Wampserver. My wamp is @ d:\wamp Everything has worked up until Step B, which says: Type the command: openssl req -new -key server.key -out server.csr That command produces the error: WARNING:…
Steve
  • 2,066
  • 13
  • 60
  • 115
4
votes
0 answers

Symfony2 Form: unexpected "no POST parameters"

I'm trying to persist an object via Symfony's Form component. It's not working. When submitting the form, Symfony redirects me to the actual form, with the data previously submitted appearing in the url with GET method. In the Profiler, I can…
Mexicanoon
  • 339
  • 4
  • 14
4
votes
0 answers

Wampserver blocked by Sophos

I just installed wampserver and when I access it on localhost/ or in 127.0.0.1, The sophos warning "Warning: Questionable Internet use policy" keeps looping back even when i clicked Proceed. I tried changing the ports to 8383 but to no avail. I…
Selim
  • 197
  • 1
  • 11
4
votes
10 answers

phpmyadmin error processing request 200

I changed my Wamp's phpmyadmin config.inc.php file few days ago for auto authentication. Phpmyadmin was working fine but now whenever I click anywhere in phpmyadmin it's giving me this error in popup: Error in processing request Error code:…
hmd
  • 960
  • 2
  • 9
  • 13
4
votes
1 answer

Variable time_zone can't be set to the value of NULL

I have a fairly new set up of WampServer and when I use the source command for a new database: source path/to/database.sql It all seems to come up as Query OK Except I get this set of errors at the end: ERROR 1231 (42000): Variable ‘time_zone’…
Andrew
  • 18,680
  • 13
  • 103
  • 118
4
votes
2 answers

Joining two tables but getting no result

Table1 Move1 Move2 Fire Ice Grass Fire Ice Grass Table2 Move Power Fire 40 Grass 30 Ice 20 I have these two tables, but when I run this SQL statement in WAMPServer, I get no rows returned: SELECT * FROM Table1,…
abanterful
  • 51
  • 3
4
votes
1 answer

Execute wamp without asking Admin password (windows)

I have a problem executing WampServer on my user computer is there a way to permit the user execute WampServer and to restart Apache server without having to enter Admin password ?
zakariaz35
  • 81
  • 1
  • 4
4
votes
3 answers

How to downgrade Wampserver PHP?

I see everywhere for downgrade php on wampserver I just have to do left click wamp> php>version> get more> And dowload the version I want. But when I do it I arrive on this page and I don't see any link for download an other php version. I only can…
Kvasir
  • 1,197
  • 4
  • 17
  • 31
4
votes
3 answers

Relation view is not available phpMyAdmin on wampserver 2.5

I'm trying for a few hours now to turn on designer view/relational view. Before formatting I remember that I have had this tab without doing anything. My tables are stored on InnoDB engine. I tried :…
Higeath
  • 175
  • 1
  • 2
  • 9
4
votes
7 answers

How to solve Wampserver Aestan Tray Menu error?

I have gone through many tips & tricks on internet to solve Wampserver Aestan Tray Menu error but not finding any solution. I have unchecked IIS from control panel. Installed the latest version of Microsoft .dot net framework and also installed…
MyCode
  • 289
  • 1
  • 5
  • 21
4
votes
6 answers

Download failed. There are no HTTP transports available which can complete the requested request

When I try to install theme on wamp server it shows a line as below Download failed. There are no HTTP transports available which can complete the requested request. How to fix it?
Tuhin Araf
  • 49
  • 1
  • 1
  • 2