Tagged Questions
WAMP refers to a style of web development utilizing Windows, Apache Web Server, MySQL database, and the PHP programming language. Compare with LAMP.
10
votes
6answers
44k views
How to configure WAMP (localhost) to send email using Gmail?
I want to use the mail() function from my localhost. I have WAMP installed and a Gmail account. I know that the SMTP for Gmail is smtp.gmail.com and the port is 465 (more info from gmail).
What I need ...
8
votes
1answer
962 views
how do you install a PEAR package on WAMP, Windows 7?
I've no idea with command line stuff!
What i've done:
changed my php.ini to phar.require_hash -> off
ran go-pear.bat
so i'm pretty sure i've got PEAR installed,
now I'd like to install this ...
8
votes
9answers
1k views
Is it dumb to develop for LAMP on WAMP?
After becoming somewhat estranged open source, and spending some years developing web applications in ASP.Net, I'm going to start doing quite a lot of PHP / MySQL development.
I've quite painlessly ...
7
votes
5answers
4k views
How to install Ruby on Rails alongside WampServer?
Is is possible to install Ruby on Rails alongside WampServer (and keep WampServer's Apache/MySQL installs)?
7
votes
7answers
15k views
WAMP Server not working
Okay so a continuation from this question, where you experts intro'd me to WAMP, which can basically execute PHP within a Windows XP environment.
So now I've got it installed, but the tray icon ...
6
votes
4answers
3k views
step-by-step instructions for installing IMAGEMAGICK on WAMP?
This has been driving me mental, for hours and hours now..
There don't seem to be any concise tutorials/walk throughs for installing ImageMagick on WAMP for use with PHP.
I've tried dozens of ...
6
votes
3answers
6k views
How to get CURL to work with PHP on Windows? (WAMP)
Update: The problem appears to have been corrupt DLLs somewhere in my PHP installation, or possibly a bug in PHP 5.2.9 on Win2k. I downloaded the windows (binaries-only) distribution of PHP 5.2.10 ...
6
votes
9answers
1k views
Suggestions/Tricks for Throttling a PHP script
I have a scheduled task that runs a script on a regular basis (every hour). This script does some heavy interaction with the database and filesystem and regularly takes several minutes to run. The ...
6
votes
4answers
19k views
Installing Zend framework with WAMP server
I'm trying to install Zend framework on a WAMP server but it is not working properly.
I downloaded the Zend framework and created the folder in C:\wamp\library\Zend, and then in php.inc I have ...
6
votes
7answers
3k views
Can WampServer be used sucessfully in production?
See title. Is this a bad idea?
So everyone knows, and I don't see how this mattered, we've paid for a windows dedicated box and we have existing IIS apps. We just wanted to use a PHP based CMS which ...
4
votes
2answers
395 views
Wamp vhost docroot always shows as c:\wamp\www not the vhost docroot
I have tried dozens of guides and read ton of information but I still can't find a fix for my problem. I have uninstalled, reinstalled and checked and double checked every possible issue.
The problem ...
4
votes
4answers
2k views
WAMP-like package for Ubuntu/Linux?
When I started developing with PHP, I installed Apache myself, as well as MySQL and PHP of course, but then I discovered WAMP and my life suddenly was easier.
I'm afraid this could be one of those ...
4
votes
7answers
691 views
Which is the best PHP editor for Windows? [closed]
I have been dangling with the PHP and MySQL for a while now and the ebook that I am referring to have suggested to download PHP editor (IDE) for better programming.
There were a couple of free ...
4
votes
5answers
1k views
How to create a simple CMS with PHP?
I want to create a simple CMS with PHP and MySql, I use wamp as a server. Currently I just want it on my localhost.
What I want is to have a front page, where are normal posts like on wordpress, just ...
4
votes
2answers
3k views
How to enable memcache in WAMP
How to install memcache in WAMP?
I don't find any php_memche in php.ini.
What do I do now?
4
votes
2answers
188 views
Unable to validate a form using Javascript; PHP redirect issues?
I've coded a simple form for a friend's hobby; basically, we are trying to guess the starting lineup for a couple of teams in the 2010 FIFAWorld Cup (just for the kicks).
Anyway, I need to validate ...
4
votes
12answers
1k views
Content-type not working in PHP
I have some issues with a PHP file that is not working properly. The Content-type does not get recieved by any browser at all. Firebug interprets the file as text/html instead of css. Here's the file ...
4
votes
3answers
6k views
Setting up Python on Windows/ Apache?
I want to get a simple Python "hello world" web page script to run on Windows Vista/ Apache but hit different walls. I'm using WAMP. I've installed mod_python and the module shows, but I'm not quite ...
3
votes
0answers
168 views
Accessing to local server from android phone. ( wamp server-apache ) [closed]
I am trying access my web page which works localhost from other device that in the same network.I have a problem in this point; while the other pc can access , android phone can't access to my server. ...
3
votes
1answer
165 views
how to run a websocket server?
I have looked at a a variety of simple tutorials on how make a PHP websocket chat application. I felt this would be a good starting point for looking at websockets. however I seem to be falling at the ...
3
votes
4answers
3k views
Magento Bug - Illegal scheme supplied, only alphanumeric characters are permitted
I have installed magento-1.6.1.0 on my wamp local server. And I am getting this error after installation
Illegal scheme supplied, only alphanumeric characters are permitted
How to overcome this ...
3
votes
3answers
255 views
MySql - WAMP - Huge Table is very slow (20 million rows)
So I posted this! yesterday and got a perfect answer, which required running this code first: ALTER TABLE mytable AUTO_INCREMENT=10000001;
I ran it several times, but restarted WAMP after a couple ...
3
votes
1answer
373 views
Installing python cgi in wamp apache on windows 7
I'm trying to install mod_wsgi on windows 7, but can't get it to work. I've validated that everything is 32-bit, the filenames are correct and I've installed python 2.7 for all users. The python path ...
3
votes
2answers
643 views
PEAR & PHPUnit on Windows 7 with WAMP
I know there are several threads on this already, but I've hit a brick wall and can't find any threads with the same issue I now have. In a nutshell, my problem is that PEAR's config is still set to ...
3
votes
1answer
59 views
Measuring traffic sent received
I'm using WAMP.
I want to measure the bytes sent and received while viewing the project.
How to do so ?
3
votes
3answers
278 views
Completely locked out of MySQL!
I've somehow managed to completely lock myself out of MySQL on WAMP. It seems all privileges are denied for all users. The only way I can get into MySQL is via the command prompt but without entering ...
3
votes
2answers
494 views
sites-available (apache) and httpd.conf for WAMP - making XXXXX.domain.com automatically direct
I currently have this in my httpd.conf file in WAMP:
NameVirtualHost 127.0.0.1
<VirtualHost 127.0.0.1>
ServerAlias *.dev.co.uk
UseCanonicalName Off
VirtualDocumentRoot ...
3
votes
2answers
1k views
Install PEAR with Wamp 2.1
I want to install PEAR on my windows 7. I have Wamp 2.1 with php 5.3.4
It seems that there's no such files as "go-pear.bat" in this new version of wamp.
Then how can I install PEAR ?
Thank you.
3
votes
2answers
731 views
Configure wamp server to send email
Is there a way that I can configure the WAMP server for PHP to enable the mail() function. If not then is there a local mail server that I can install to test the mail() feature of PHP?
3
votes
1answer
304 views
WAMP + directory alias + Drupal clean URLs
I have WAMP installed on my pc where I would like to run Drupal 6.
When I'm installing Drupal, I get the option to activate Clean URLs.
First I put my Drupal install in the www folder and I could ...
3
votes
3answers
999 views
LDAP Auth on WAMP
I'm trying to write some LDAP authentication code on my WAMP server.
I'm using this:
<?php
error_reporting(E_ALL);
ini_set("display_errors", 1);
$ldapconfig['host'] = ...
3
votes
1answer
3k views
Installing PEAR on Windows 7 using phar
I'm trying to install PEAR for use with Wamp 2.1. The package does not come with any pear installation. I have read that you need to use http://pear.php.net/go-pear.phar to install PEAR for PHP 5.3 as ...
3
votes
3answers
185 views
3
votes
1answer
701 views
html not parsing as php in wamp
I am using this snippet in my .htaccess file to parse html as php:
<FilesMatch "\.(html|htm|txt)$">
SetHandler application/x-httpd-php5
</FilesMatch>
this is working fine in my ...
3
votes
5answers
221 views
App wants to send email from localhost
I'm developing a php application and need to test the functionality of sending emails. Problem is I'm using a development environment (wamp on windows) so I'm guessing I don't have access to smtp or a ...
3
votes
3answers
589 views
Is using AMP software like WAMP, MAMP, XAMPP a good idea?
I know that softwares like WAMP, XAMPP save a lot of difficult configuration time. But, besides this, Is this a good idea? I, on the other would like to stick to traditional method and install each ...
3
votes
2answers
569 views
how to obtain a stack trace when WAMP server crashes?
Some times my WAMP server crashes . I get the following error.
HTTP has encountered exception and needs to close.
Unreferenced Memory.
szAppName : httpd.exe szAppVer : 2.2.11.0 szModName : ...
3
votes
2answers
3k views
How to restore MySQL database from WAMP?
Last month I had to reinstall Windows and I've moved the WAMP folder to another partition. Now I've installed WAMP again but I need the old database. How can I take the old MySQL database from the ...
3
votes
1answer
3k views
#2006 MySQL Server has gone away error in Wamp
Im using Wampserver version 2.0 . When i try to import a sql file, either through MySQL Query Browser or PHPMyAdmin,i get the following error.
Error 2006: MySQL Server has gone away.
The size of ...
3
votes
21answers
71k views
http://localhost/ not working on Windows 7. What's the problem?
I have a big problem opening http://localhost/ on Windows 7 (beta). I installed this os and everything went great; when I installed Wamp I saw that localhost is not working at all. I just see this ...
2
votes
2answers
54 views
How to connect PHP to Oracle9i server
I read some steps about this one but I can't really get it. I'm using wamp server for this with PHP 5.3.5. I tried to use the php_oci8.dll by checking the PHP>PHP extensions>php_oci8 but I get an ...
2
votes
3answers
49 views
Running C++ executables compiled in Cygwin on Windows
The Idea
I've compiled a C++ exe using G++ on Cygwin, and I want to be able to get the output of that exe into my HTML via PHP. That is, let's say I have a C++ executable "test.exe" which outputs ...
2
votes
1answer
100 views
Run facebook app locally in wamp
I'm trying to run my facebook app on wamp. I downloaded my source code from git and copied all the files in the www directory (wamp/www) and named the file mynewherokuapp. I set in facebook ...
2
votes
2answers
54 views
Virtual not working in other system wamp
Virtual host not working in the NETWORK
I just followed this site tutorial,
Virtual host steps
The tutorial was excellent but when I try this alias URL in another system, its not working. I have ...
2
votes
2answers
78 views
how do i benchmark mysql in wamp?
I'm about to deploy a college website. It has around 2200 user profiles generated - one for every student- so i decided to gauge the server load and capacity. Problem is I cant figure out how exactly ...
2
votes
5answers
92 views
how to get ip behind NAT using php?
Is it possible to retrieve IP behind NAT in PHP?
I am using $_SERVER["REMOTE_ADDR"] for getting IP address of the client. It's not giving exact IP address of the client which is in behind NAT.
2
votes
0answers
108 views
Unable to access wamp server from outside my computer [closed]
I have installed wamp and set up the wampserver. Localhost seems to work. But when I enter my computers public ip(cmyip.com) from another machine it says webpage cannot be displayed. Port forwarding ...
2
votes
2answers
63 views
PHP debugging in XAMPP
Is any debugger is installed by default in XAMPP/WAMP server or We have manually download and configure the debugger? Also do recommend the best PHP debugger.
2
votes
4answers
107 views
Setting a website via home server
I tried Google and it failed.
I want to set up a localhost website from my computer that people from the Internet can access...
I am using Windows Vista (64-bit). I use WAMP but am open to ...
2
votes
1answer
262 views
Codeigniter subdomains and WAMP
Im trying to do something like this .
Basically i want to:
When you access domain.com it should load: domain.com/frontend
When you access userlogin.domain.com it should load: ...