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

WAMP64 ssl for file_get_contents

I have a php file that i want to pars something from wiki. The code is: file_get_contents("https://en.wikipedia.org/w/api.php?format=json&action=parse"); I constantly get the error: file_get_contents(): Unable to find the wrapper "https" - did…
Gregor Meier
  • 35
  • 1
  • 7
0
votes
0 answers

wamp -> php only loads in index.php not in other file names

So I've had this problem a while that my php will only execute in index.php but not in files like: login.php this will just show plain code. I am not using short tags. I recently reïnstalled wamp and it's running on windows 10 home 64x specific…
PixelHamster
  • 25
  • 1
  • 7
0
votes
1 answer

Wordpress Wampserver multiple computers

Does anyone know how I could work on one website with a friend on wordpress with 2 different computers? What are the options, because we cant work on a localhost together because its local. What can I do so that we cam both login to the same…
0
votes
0 answers

Why does my wampp looks like this

It's not the same as I see in my tutorial so I'm quite confused on how to access them EDIT: I want to access apache but there is no folder that shows apache in my image
0
votes
0 answers

logout from phpmyadmin when create new database

i have strange problem to work with phpmyadmin in Wamp64 i login to phpmyadmin with "root" and no password easily , but when i click on any database or try to create new one suddenly it logout and the weird things is i cant login anymore with the…
hamid mohammadi
  • 73
  • 1
  • 1
  • 6
0
votes
1 answer

wamp 3 not using tables with innodb engine

I just installed wamp 3.0.6 and I had wamp 2 already so I wanted to use my old databases, then I copied theme from wamp/mysql/data to wamp64/mysql/data. but I see that not all tables are there, I see only table that have table.myi (MyISAM engine)…
Siempay
  • 876
  • 1
  • 11
  • 32
0
votes
0 answers

remove Apache2 Ubuntu Default Page in windows 7 from localhost

i've installed wamp64 , and i'm trying to see something in my 127.0.0.1 localhost. but all the time i'm getting this page "Apache2 Ubuntu Default Page" i'm getting it in chrome and in firefox - but in IE , i get the wamp page i've tried to…
Dvir Yadae
  • 93
  • 3
  • 13
0
votes
0 answers

WAMP server 3.0.6 error "The service 'wampmysqld64' is NOT started"

Wamp server icon is not turned to green. Apache server is started successfully but my wampmysqld64 is not started. Below is the Mysql error log. 2016-11-16T18:56:08.140148Z 0 [Warning] InnoDB: New log files created,…
Gunjan R
  • 1
  • 2
0
votes
1 answer

Wamp x64 won't work with php 5.6.16

I have installed WAMP 3, the x64 bits version that comes with both PHP 7 and PHP 5.6.16. Thing is, it only works with version 7, but not with version 5.6.16. If I'm on version 7 I can open localhost just fine, if I switch to version 5.6, it says…
Phiter
  • 14,570
  • 14
  • 50
  • 84
-1
votes
1 answer

The specified module could not be found.)) in Unknown on line 0

I am new to Laravel. I want to composer install the code but I get the error. Does anyone know how to solve it? Problem 1 - Root composer.json requires php-mime-mail-parser/php-mime-mail-parser ^7.0 -> satisfiable by…
qing
  • 785
  • 1
  • 10
  • 24
-1
votes
1 answer

Unable to store Date in ISO8601 format for "datetime" data type column in MySQL

I am using Zend Framework 2 for Rest API and used the below code to generate a date to store in the DB table having data type "datetime". $date = new \DateTime(); $create_date = $date->format(\DateTime::ISO8601); I am getting the below…
Gokul Shinde
  • 957
  • 3
  • 10
  • 30
-1
votes
1 answer

Setting Up a Private MediaWiki

I have a MediaWiki (1.32.0) running locally via WAMP on my Windows PC. I want to make the Wiki privately available online to people with a username/password that then allows people to see the Wiki. So basically I have two big problems: I've never…
user3684314
  • 707
  • 11
  • 31
-2
votes
1 answer

Cloned Prestashop site on Wampserver: Images not appearing

I have cloned my prestashop site on wampserver but image doesn't appear in the front-office but show up in the back office. I don't think that there is an error on my .htaccess file. And the site is really slow. .htaccess file (image): #…
Seed
  • 11
  • 3
1 2 3
4