Questions tagged [wamp64]

WAMP refers to a web development software stack utilizing Windows, Apache Web Server, MySQL database, and the PHP programming language. Compare with LAMP. This tag is specifically for the 64 bits version.

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

58 questions
0
votes
0 answers

'couldnt execute menu item internal error [elisterror] index de liste hors limites 50'

my wamp server icon is brown when i try installing apache services it brings this error message 'couldnt execute menu item internal error [elisterror] index de liste hors limites 50' I tried changing port numbers, installing apache services and…
0
votes
0 answers

Wampserver not loading project

I have just installed wampserver on a new machine: Windows 11; wampserver homepage I loaded a joomla site into the jfd folder and called it in a firefox browser ( although the result is the same on chrome) and I just get the index listing instead of…
0
votes
0 answers

Apache: Port :443 used for the VirtualHost is not an Apache Listen port

When viewing port 443 it is not being used by anything nor blocked When I run wamp the port 443 is then open Locally i can view my website via 443 which is setup in my vhosts but over the web i can not I've never had this issue before and not sure…
Underhood
  • 1
  • 2
0
votes
0 answers

SQL error on query Index column size too large. The maximum column size is 767 bytes

you could edit the file install/data/db_structure.sql and replace every occurance of prestashop 1.7 > DEFAULT CHARSET=utf8mb4 COLLATION with > DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci then klick the restart button and the install works.. but…
0
votes
0 answers

Is there a way to switch PHP version between 7.4 and 8.0 without making changes to Environment Variables?

My current environment is: PHP7.4 Windows 10 WAMP I want to work on different projects but both are on different PHP versions. I face a hurdle in changing the environment files. Is there a way to simply change the PHP version from the WAMP…
Faisal Jawad
  • 79
  • 1
  • 7
0
votes
0 answers

When before starts wamp server comming this issue [wamp server 3.2.9 version]

When I am starting WAMP server, this error message was displayed. I tried to find out the issue but, I could not. if someone know the issue please help me.
0
votes
0 answers

CodeIgniter: accessing http://localhost/ needs to display codeigniter welcome page

I just installed CodeIgniter 3 in my wamp64/www/ directory. When I access http://localhost/CodeIgniter/ I can view the Welcome page of CI. I set my base_url = "http://localhost/CodeIgniter". Instead of displaying the Welcome page of CI when I try…
Jhiehm
  • 1
  • 2
0
votes
0 answers

wamp server localhost:8080 page shows errors

This was the problem: I had the problem that wamp server's localhost page displayed blank and I found the following stackoverflow link (Tharick's answer did the trick for me). When I opened the localhost page as: localhost:8080 then the localhost…
0
votes
1 answer

Wampserver Too few arguments to function listen_ports()?

I have just installed wampserver64 (v: wampserver3.2.6_x64) on window10 and after running wampserver, the icon is green but not connecting to localhost. The page took too much time to load and then gave a response This site can’t be reached The…
0
votes
1 answer

Not able to insert data using html form and php using wamp

I am trying to insert data into a database from HTML form using php. I made two files html form and other is PHP script. When I click on submit in html form, it shows me the php code. I am using wamp server for database. I put my html files in…
userhmp
  • 11
  • 5
0
votes
0 answers

Install php extension on wampserver 3

I would like to install the php_bolt extension in php in order to encode my souces. I have placed my php_bolt.dll file in the php extensions folder. In my php.ini file I add the line extension=php_bolt.dll. the extension is still not loaded. And I…
Camerev
  • 167
  • 1
  • 11
0
votes
1 answer

Laravel (Skote install) on WAMP - HTTP methods GET unsupported

I am in the process of setting up a local version of the Laravel Skote template (https://themeforest.net/item/skote-html-laravel-admin-dashboard-template/25548061) on a WAMP64 server on my Windows machine (following these instructions…
swood
  • 55
  • 6
0
votes
0 answers

is it possible to access a file located outside the base folder of a virtual host

i was using wamp for many years without updating it (and without using virtual hosts) and now i installed it on a new computer and the new version forces me to use virtual hosts. In the older version of wamp, i could link my jquery file to my…
0
votes
1 answer

How to get wordpress post If I uninstall wamp

I installed windows 10 in my system without taking backup of wamp. But I get my wamp old files in Windows.old folder. Is there any way to get my wordpress posts and other files?
Vijay Ram
  • 385
  • 5
  • 12
0
votes
0 answers

Blank page for virtual host and unclickable http link for subfolder project in wampserver

I've just installed wamp on my 64bit windows laptop. The icon is green and the localhost home page opens fine. I followed troubleshooting for blank pages regarding port 80, skype etc. I've also followed instructions for setting up the virtualhost…