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

Not Found The requested URL /about was not found on this server. laravel routes

I got an error saying Not Found The requested URL /about was not found on this server. I have this routes Route::get('/', 'megamitch@index'); Route::get('home', 'megamitch@index'); Route::get('about',…
Juliver Galleto
  • 8,831
  • 27
  • 86
  • 164
3
votes
1 answer

Public IP Web Page "Connection Timed Out" When Connected To

Recently, I made a website server on my server PC running Windows 7. I used WampServer, and I configured it as follows: Download and install WampServer. Check http://localhost (worked). Program out the HTML files necessary. Put it inside of the…
hsirkar
  • 769
  • 1
  • 8
  • 19
3
votes
2 answers

Unknown database 'database_name' in MySQL with WAMPServer

I already have my database named als and I still got the error.
3
votes
6 answers

Wamp: The configuration file contains a syntax error on line 24

How can I start the wamp server on windows 7 using wamp version 2.4? Following is the error message I get: The configuration file contains a syntax error on line 24: [EParseError][config] section directive "ImageList" already specified.
Nitin P
  • 45
  • 1
  • 2
  • 9
3
votes
2 answers

How to remove my corrupted mysql from wamp and connect separatly installed mysql to wamp?

How to remove my corrupted mysql from wamp and connect separatly installed mysql to wamp? If any body know please help me.
DEVOPS
  • 18,190
  • 34
  • 95
  • 118
3
votes
1 answer

WAMP PHPMyadmin User Deleted

By mistaken one of the user of my phpmyadmin got deleted and then while opening phpmyadmin is giving error "#1045 - Access denied for user 'root'@'localhost' (using password: YES)" Please help how to recover this account with the same username…
Neetesh
  • 917
  • 1
  • 6
  • 16
3
votes
1 answer

Access to localhost (10.0.2.2) Not Found

I saw a tutorial and It was fine until the guy did some wierd thing I couldn't find a way to do it to get my project running. he could type 10.0.2.2 in the url bar of emulator and get to localhost page of wampserver so I tried it but at first I had…
3
votes
3 answers

uninstall pear in wamp

By mistake i installed PEAR , I think i installed very wrongly, Now i want to uninstall only PEAR , Tell me How to uninstall PEAR IN WAMP.. (For Localsystem)
Bharanikumar
  • 25,457
  • 50
  • 131
  • 201
3
votes
5 answers

Fatal error: Call to undefined function asset() in C:\wamp\www\laravel-master\app\views\hello.php

I wanted to learn laravel framework. I could install laravel in my webserver(Wamp) and i get some tutorial to learn it but when i tryed to add style to 'h1' tag in the hello.php file place in this…
Javad
  • 41
  • 1
  • 2
  • 6
3
votes
2 answers

MySQL dump on WAMP server using PHP

I am trying to dump the mysql database using a PHP file. I am using windows 7 OS. but I am always getting error; This is my code $user='root'; $pass='mypassword'; $host='localhost'; //$sql_file='db_backup.sql'; $cmd =…
Pawan
  • 3,864
  • 17
  • 50
  • 83
3
votes
4 answers

Waiting for LocalHost loading never ends

i've correctly installed WampServer 2.5 on my Windows 7 64bit system. WampServer icon is Green, after i click on Start all Services and click on phpMyAdmin it opens a tab or a new window in my browser (i'm using Chrome) and the page does not load…
MarcoNeedHelp
  • 31
  • 1
  • 1
  • 2
3
votes
5 answers

Httpd Process High memory usage and slow page loads

I am running wampserver on my windows vista machine. I have been doing this for a long time and it has been working great. I have completed loads of projects with this setup. However, today, without me changing anything (no configuration etc) only…
Abs
  • 56,052
  • 101
  • 275
  • 409
3
votes
4 answers

Link in "Your Projects" isn't working in WAMP server

I'm on windows 8, I downloaded the wamp server and I have my index.php saved into the "www" folder within a subfolder called websites. When I'm on the localhost page, it displays the subfolder under "Your Projects" but when I click it, it takes me…
Sani Evans
  • 81
  • 1
  • 1
  • 11
3
votes
1 answer

vhosts or hosts file issue - going to localhost 'homepage' (using WAMPServer)

I am trying to setup an mobile app that I have received from another dev locally on my machine, this is a cordova based mobile app that is basically html5/javascript etc.. I have added the following line to my .hosts file: 127.0.0.1…
Zabs
  • 13,852
  • 45
  • 173
  • 297
3
votes
2 answers

Script running fine on live server but not on wamp

I recently bought a script from code canyon that seems to be working fine on live server, but not on WAMP (Apache Version :2.2.22 ), the requirement of the script is that mod-rewrite should be on and it seems to be on In www folder of wamp my code…
Shairyar
  • 3,268
  • 7
  • 46
  • 86