Questions tagged [wampserver]

Specific release of the WAMP stack for Windows.

This tag should be used when referring to the WAMP server stack WampServer. This is a bundled release of Apache, MySQL, and PHP for Windows. It allows you to easily setup a development environment for web applications and comes with PHPMyAdmin to manage databases. One unique thing about WampServer is that it allows you to download, install and activate older releases of Apache, MySQL, and PHP. This makes it possible to duplicate production servers.

WampServer Website

2561 questions
0
votes
1 answer

Localhost/ is missing

I have my wampServer running on my laptop. I can access localhost without problem. But everytime I access a folder "myProject" for example in the localhost, I get this path myProject and it doesn't work. I must add every time the word localhost/…
0
votes
0 answers

Call to undefined function http_get()

I have installed WAMPServer and tried the PHP function; http_get(). I then get the following error message: Call to undefined function http_get() I have done the following: Copied php_http.dll in wamp64\bin\php\php5.6.25\ext folder. Added this…
Crusoe
  • 1
  • 2
0
votes
1 answer

Can't put WAMP online

UPD Provider's fault I think I have read all the instructions and have done everything I could, but it still doesn't work :( List of things I have done so far: in httpd.conf file of the Apache server: ServerName 192.168.0.102:8080 ... # …
Sam
  • 1,832
  • 19
  • 35
0
votes
0 answers

Wampserver not starting apache server

I am using wampserver to start apache and mysql servers. However, only mysql server is getting started. In EventViewer I observed below error. Faulting application path: E:\wamp\bin\apache\apache2.2.11\bin\httpd.exe Faulting module path:…
Satya Narayana
  • 454
  • 6
  • 20
0
votes
0 answers

How to check phpmyadmin username and password wamp server?

Alright, I know this question is too common but I had doing a lot of searching how to fix it but I still couldn't found a solution. So, my problems is I am trying to login my wamp server phpmyadmin, when I try to login to phpmyadmin it shows me a…
R3y
  • 181
  • 1
  • 4
  • 18
0
votes
0 answers

Local wamp64 server - wordpress install

I am usnig wamp server. I extracted the wordpress zip and named the folder myblogsite and kept insude te www folder of wamp in C drive. Edited w-config.php and added database details, Authentication Unique Keys and salt details (generated random…
rahul raj
  • 105
  • 1
  • 1
  • 13
0
votes
1 answer

Unable to get my development server to work

I installed Wampserver (including the 2 Visual C++ service packs). I placed my tutorial files in the c:\wamp\www\ directory. On the service tray, I'll go to "localhost" & "Your Projects" & I'll try to open an .html document that submits a form to a…
0
votes
1 answer

WAMP server suddenly stops working

I was working with WAMP server and wordpress yesterday and today when I started WAMP the database get an error. When I run wamp status I get this: And in MySQL log I get: 2017-03-30T23:30:44.499590Z 0 [ERROR] InnoDB: Unable to create temporary…
Alejandro Liébana
  • 290
  • 1
  • 2
  • 15
0
votes
0 answers

CLI has stopped working, I tried all previous answers

I installed the latest version of wampserver 3.0.6 and when I enter php -v in the command line, a window appears that says "CLI has stopped working. A problem caused the program to stop working correctly. Windows will close the problem and notify…
desbest
  • 4,746
  • 11
  • 51
  • 84
0
votes
1 answer

I cannot login to wordpress dashboard locally even after changing database or config file. It just does not accept anything

I had wordpress project files with me. I installed WAMP and copied the wordpress project files to the www folder. I modified the wp-config file with the database file name, username and password. Now, I try to access http://localhost/my_wp_folder/,…
0
votes
0 answers

Laravel Not found after pulling from github

hi after pulling my laravel application from github into apache (wampserver)and executing composer update everytime i try to acces to one of my route it shows me Not Found The requested URL /getud/public/mat was not found on this server. How could…
0
votes
1 answer

PHP inside HTML not working

To prevent from misunderstanding as “duplicate question”, this is NOT the same question as here. Since PHP configuration is all right (phpinfo function works and WordPress developing installation works as well). But I'm experimenting with little…
Polda18
  • 162
  • 14
0
votes
1 answer

how to enable ssl_module apache

I'm using WAMP on my PC for a project and I need to enable the ssl_module because I need to send emails through Gmail's SSL SMTP... I know how to enable it (uncomment or using WAMP interface check/uncheck) but neither of my changes work... even if…
juan
  • 271
  • 1
  • 4
  • 11
0
votes
0 answers

I can see my extension installed in php extensions in wamp but the program does not run?

I found a small program that I found on stackoverflow to test the trader_sma() function but i get an error.I can see php_trader installed in php extensions in wamp controller. How can I resolve this issue and get php_trader get working on my…
gaurav
  • 19
  • 8
0
votes
0 answers

wampserver does not accede to my local website despite the fact that all services are active

my operating system is windows 7 ( SP1 ) i tried both 2.5 and 3 versions of wampserver (installed as admin) in spite of the fact that all services are actives , the server fails to accede/refer files located under www and i get an error related to…
gergaith
  • 1
  • 1