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

php artisan migrate:fresh --seed can't seed a table into MySQL

I just started learning PHP and Laravel 7 with no prior experience. I think Artisan and I are having some trust issues and I don't know why. :) I reached the seeding step and I'm facing an error that I need your expertise to solve in an easy way.…
kha
  • 7
  • 1
  • 1
  • 3
0
votes
0 answers

MediaWiki "Save changes" timeout issue

So I have MediaWiki installed on my computer (and I'm running it through Wamp64) and it has been working totally fine until today. Essentially, a page I was working on starting timing out when I tried to save edits with the following error: Fatal…
user3684314
  • 707
  • 11
  • 31
0
votes
0 answers

Nodejs Failing to Connect To WampServer MySQL Database

I am new to web development and I have started working on Nodejs. I am trying to connect to the MySQL Server on port 3308, WampServer but instead I always get connected to localhost server. To ensure that I am using right ports and hostnames, I have…
jsgrewal12
  • 128
  • 9
0
votes
1 answer

CREATING A TABLE WITH A TIMESTAMP FIELD MySQL

I am trying to create a table with a timestamp field but am getting this error ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT…
0
votes
0 answers

Class 'imagick' not found, although phpinfo() tells different

First! I know, there are many posts with this issue, I've read them all and got also any further. I have the error message class 'imagick' not found, I reinstalled it several times, and think, I got ther right versions. What I did: I checked the…
pia-sophie
  • 505
  • 4
  • 21
0
votes
0 answers

CAKEPHP Secure LDAP Unable to bind to server

I am currently trying get my LDAP connection to work via SSL (LDAPS). I am using CakePHP and the plugin Queeencityofcodefactory and the hostapplication Wampserver64. The issue i am facing is that everything works with the ldap connection, but as…
0
votes
0 answers

"Forbidden You don't have permission to access / on this server" error while accessing from different system

I'm able to access a local website which is hosted on a laptop, but when I try to access it from mobile phone I get following error on mobile: Forbidden You don't have permission to access /site-name on this server. Apache/2.4.39(Win64) PHP/7.2.18…
lupchiazoem
  • 8,026
  • 6
  • 36
  • 42
0
votes
2 answers

Disable directory browsing wamp

Trying to disable directory browsing in wamp so my files won't be listed in localhost. but I can't find any recent information about it and all the old video's/tutorials don't work. I already tried to change +Indexes into -Indexes and also tried…
Madified
  • 1
  • 1
0
votes
1 answer

Laragon : Error message : (include_path='.;C:/laragon/etc/php/pear') in Unknown on line 0

I have two machine (LapTop & DeskTop), so I use WWW in a cloud OneDrive folder, pro easier synchronisation. Strangely I didn't had any trouble until june, when I installed the last Windows 10 2019 Creator Update… I formatted my C drive and installed…
0
votes
0 answers

Django app deployment in Apache not working from an anaconda3 environment in Windows

I was trying to deploy my Django app in apache and configured an SSL license. I cannot get any REST framework APIs from Django only the wampserver main page. I think my issue is that I am using a conda environment and not a virtualenvironment and I…
Gent Bytyqi
  • 389
  • 1
  • 4
  • 19
0
votes
1 answer

php file is returned as code without executing in wamp server

I want to access HTML data in the PHP file to add two numbers. Below is the HTML code to take user input- addnumber.html
Bhaskar Jyoti Dutta
  • 1,740
  • 2
  • 15
  • 30
0
votes
1 answer

Laravel - Wampserver64 - SQLSTATE[01000]: Warning: 1265 Data truncated for column 'District' at row 1

I am modifying a WebApp created on Wampserver. I want to add some options like a dropdown list named 'District' on the page CustomerData/Create. After adding the code on fields.yaml : district: label: 'District' options: …
Antoine4
  • 21
  • 1
  • 5
0
votes
2 answers

How to make wamp/apache to use htaccess?

I forked a working php project from github to create some json files to it, but i can't test it because js and css won't load, i have never used php in my life, so i followed what the install guide said. composer install edit .env php artisan…
0
votes
1 answer

Random page stopped working in wamp server

I have installed Magento 2 on localhost(On Wamp Server) after the installation. It's working fine few minutes then, after updating some content inside editor of the CMS(Magento 2). Suddenly pages stopped working like "Site can't be reached". After…
Shubham Jaiswal
  • 108
  • 1
  • 9
0
votes
0 answers

php mail script works well on wamp64 localserver but does not work on the remote server

I've developped a simple site which features functions like sending confirmation emails, cancelling email and so forth. Very very simple. When loading it in localhost nothing's going bad at all, as i've configured sendmail.exe on my wamp64 server,…
technoleap84
  • 228
  • 1
  • 11