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

Database exists but returns an error saying "Unknown Database"

I installed WAMP server few hours ago into my Windows 10 64-bit computer. I used phymyadmin to create a database named 'testdb' and tried to connect to it with a php file. I am sure that I created the database, but it returns this error: "Warning:…
2
votes
2 answers

How to increase server file upload limit in bemusic?

I use WAMP64 Server and I have tried increasing the post_max_size and max_upload_size in the php.ini file of the WAMP Server but still it doesn't work. What to do in this case? It would be very helpful if anyone could solve this problem.
CodNoob
  • 43
  • 1
  • 8
2
votes
1 answer

WinServer 2012 r2 + PHP(wamp64) PHPMailer error “Could not instantiate mail function”

I tried all the steps which are prompted in win server 2012 r2 relates answer including its related answers and particular PHPMailer too. But still, I'm running with the same issue. Additionally, have checked about port 25 is running no firewall…
USS
  • 460
  • 4
  • 16
1
vote
1 answer

mysql_init(NULL) crashes my C program using a wamp64 server

I'm working on a school project in C language, during which I need to make a connection with a local database. For this, I'm using a wamp64 local server. My problem, however, is entirely outside of that to my comprehension. The compiler SEEMS to…
1
vote
0 answers

How to install memcached in PHP 8.1 using Wamp Server

I need to set up memcached in my application, I am using PHP 8.1 and Wamp is my local server. I have added php_memcached.dll file in my php ext folder and also extension=php_memcached.dll added in php.ini. After that I have restarted my Wamp I have…
1
vote
1 answer

pdo_firebird extension in WAMP

I currently have WAMP with PHP 7.3.21 and Apache 2.4.46. I'm trying connect to a Firebird database. I have already done the following steps to load Firebird extension. Remove the semi colon for extension=pdo_firebird; Place fbclient.dll file in…
amln_ndh
  • 617
  • 2
  • 9
  • 30
1
vote
1 answer

Access Wamp 3.2.3 Virtualhost from another local pc

So I am trying to access a virtual host called myproject I have given it a server name... The issue is that I can access the Wampserver 3.2.3 interface from a external pc using the server's local ip address. Then if I click on the virtual host that…
1
vote
2 answers

To change the browser of localhost/phpMyadmin in WAMP

I have installed WAMP. But at the time of installation me selected internet explorer as default browser for opening localhost.Now my browser(internet explorer) is not working properly,so I have to change the browser to google chrome.What are the…
Ghinson
  • 11
  • 3
1
vote
1 answer

Wamp showing the wrong version of php even when updated

I got a problem since some weeks with WampServer. When I click on the Wamp's icon it shows me that the current PHP version used by Wamp is PHP 5.6 and when I try to change the version it still shows me the 5.6 PHP version BUT in my phpinfo() the…
yeahgd
  • 58
  • 5
1
vote
0 answers

Having Issue Adding Site to Local Host Virtual Host

Using WampServer 2.4.41 on Win64 Apache I am using this setting in my httpd-vhosts.confbust this is adding the maper as a new VirtualHost to the WampServer instead of adding it as Site into localhost:8080 VirtualHost
Behseini
  • 6,066
  • 23
  • 78
  • 125
1
vote
3 answers

Issues with Wamp64 Server

So until yesterday's Windows update I was able to run Wamp64 Server without a hitch. However, today it gives a "1 of 2 services running" message. Investigating clarifies that MySQL 8.0.14 is running, but that Apache 2.4.23 is not. Here's what I've…
user3684314
  • 707
  • 11
  • 31
1
vote
1 answer

Connection problem with phpseclib Net SSH2

I am having problems with phpseclib Net SSH2 libraries, the connection to the server is impossible, I tried to find a solution but I can not find it. Notice: Error reading from socket in C:\wamp64\www\v5\library\backend\global\class\lib\Net\SSH2.php…
MachiavelSST
  • 23
  • 1
  • 4
1
vote
0 answers

Setup Multiple Port on Wamp Server to use on Localtunnel Link

So I was taking a course online then I needed to run npm localtunnel on my pc and localtunnel was installed and I was given a unique link to share with my client to access the beta stage of his project. but that link redirects to my wamp root…
Meekyzy
  • 71
  • 1
  • 4
1
vote
0 answers

Wamp Server do not run pyscreenshot and pyautogui

I'm setting up a server running on windows 10 with WampServer64. It provides buttons on a web page to takes screenshots of the server screen and others actions with pyscreenshots and pyautogui (as shown below). My python scripts works great in local…
JonOsterman
  • 123
  • 1
  • 3
  • 14
1
vote
1 answer

After updation Wamp Server 3.1.4 showing error

I just updated Wamp Server 3.1.4. Now Wamp shows error in context menu , that when clicked shows this message: Sorry, There is an error. There is Wampserver path (F:/wamp64) into Windows PATH environnement variable:…
Sanu
  • 330
  • 3
  • 15
1
2 3 4