Questions tagged [wamp]

WAMP refers to a web development software stack utilizing Windows, Apache Web Server, MySQL database, and the PHP programming language. Compare with LAMP.

WAMP stands for , , and . It refers to preconfigured packages that include those components. It is usually meant for development purposes only, not for production use. This is due to the insecure default settings, which are designed to get a developer up and running quickly. In production environments, it's usually preferable to install and configure each component separately.

There are both 32 bits and 64 bits from the same version release. It is characterized by the ability to switch Apache, MySQL and PHP releases. There are some other packages like WAMP such as and

5507 questions
1
vote
1 answer

MySQL Strict: doesn't have a default value, still not working after adding a default value

I recently upgraded my local wampserver therefore updating MySQL. The strict mode as they have enabled by default is causing me some headaches. The requirement to add default values (which is to me a little overdone. but who am I) is a big issue to…
Alex
  • 1,223
  • 1
  • 19
  • 31
1
vote
1 answer

WordPress PHP Fatal error: Out of memory (allocated 2097152) (tried to allocate 4096 bytes)

There are many questions already asked about this error, but I could not find a solution for my situation, so I created a new one where I hope to get answers to two very specific questions: 1. Where from does the number 2097152 come? In my php.ini I…
Valdas
  • 368
  • 4
  • 14
1
vote
1 answer

Angular 2 + PHP: CORS preflight issues

I am new to using Angular 2 (and front end development in general), and I've hit a problem with CORS. Essentially, I have two HTTP servers running - one is my localhost on port 4200 (the Angular 2 CLI server which runs the application) and the other…
dandev91
  • 1,691
  • 3
  • 22
  • 34
1
vote
2 answers

Wamp server icon indicates orange color

When I start the wamp server it indicates only orange color. I tried to fix that problem but I could not to fix that. The one thing I did is below, Apache->service->install service cmd shows this , your port 80 actually used by : server :…
casper
  • 449
  • 7
  • 20
1
vote
1 answer

How to configure symfony when using apache

Please help, how do I configure apache (wamp) in windows when I want to use symfony as my php framework, I followed the guide(pdf) from the symfony site. But I end up with this when I access http://127.0.0.1:8080/: But I end up with this, when I…
user225269
  • 10,743
  • 69
  • 174
  • 251
1
vote
1 answer

WAMP Server can not direct to the home page

Recently I installed wamp server to set up a server environment in a Windows machine. Everything works great, but I have a little problem. If I am working on a project named test, I can access the project by going to http://localhost/test. When I…
Prince
  • 1,190
  • 3
  • 13
  • 25
1
vote
1 answer

Setting WordPress siteurl using wp-cli with WAMP virtual host

I have a bash script that I'm using to install WordPress using wp-cli. Everything works fine except for setting the siteurl. The way I'm installing is: wp core install --url=mysite --title=mysite --admin_user=admin --admin_password=password…
Mike
  • 517
  • 2
  • 5
  • 21
1
vote
1 answer

path in query parameter append to url in .htaccess

I am trying to make the below url http://localhost/base/path/to/redirect/1-2-master/list.xh redirect to http://localhost/base/list.php?r=path/to/redirect/1-2-master I have tried this. But I am getting 404 error. RewriteEngine On RewriteRule…
RecklessSergio
  • 806
  • 3
  • 10
  • 34
1
vote
2 answers

Notice: Undefined property: MongoDB\Driver\Manager::$mydb in [Path] in wamp server

I want to run mongo from php I am using MongoDB 64 bit, WampServer 64 bit, Apache Version: 2.4.18 and PHP Version: 5.6.19. I also added mongodb.dll extension in php.ini of PHP as well as in php.ini of apache. I have also installed Composer and run…
Amar
  • 855
  • 5
  • 17
  • 36
1
vote
1 answer

Wamp server not turning to green after changing php version

I recently upgrade wamp-php from php 5.5.12 to php 5.6.26. I downloaded php 5.6.26 and kept in bin\php. To upgrade from old one to new one, I copied php.ini, phpForApache.ini and wampserver.conf files from old versions to new. Then made the path…
Bharat Godam
  • 477
  • 1
  • 5
  • 18
1
vote
1 answer

getting 404 error on wordpress pages

I've seen some other people with the same issue on net, but the solution that worked for them (updating the .htacess file), didn't go very well for me! I used buddypress to migrate my wordpress site to my local pc, but after everything is setup,…
1
vote
1 answer

Blackfire not working on Windows / WAMP

Blackfire gives me "Are you authorized to profile this page? Probe not found or invalid signature." on my WAMP install! I followed all the steps correctly and installed everything in the right places.
Jigarius
  • 394
  • 3
  • 16
1
vote
1 answer

Moving Codeigniter to another programmers computer

I would like to move my current codeigniter Project Which works fine in my laptop as well as my desktop but when i try to move codeigniter project to other system default controller is loading but when i try to access other pages it is not…
shahid khan
  • 409
  • 6
  • 23
1
vote
0 answers

Wampserver Green and Online (Could not execute menu item)

I recently installed wampserver on this windows 10, there was no problem during the installation and the wamp icon is Green but when I tried to open Phpmyadmin on the tray it says "could not execute menu item (internal error) [exception] could not…
1
vote
1 answer

Do we need to install library/package for cgi to run Python scripts (on WAMP)? Or is it available automatically (in WAMP server)?

I'm running Python 3.5 and I have tried installing cgi using pip and it gave me the following message: Could not find a version that satisfies the requirement cgi (from versions:) No matching distribution found for cgi I want to run Python scripts…
Vivardhan Rao
  • 53
  • 1
  • 2
  • 5
1 2 3
99
100