published by tgeller on Thu, 2008-09-11 16:56
I haven't actively administered Drupal on Windows, and in fact had never installed
WAMP before creating
Drupal Essential Training. The course includes a nine-minute "Installing WAMP and Drupal on Windows" video, but here are some additional tips I've discovered since the course was released.
- Increase PHP's memory settings or you might have problems backing up and restoring your Drupal site. You'll see the issue if you go to the MySQL-controlling phpMyAdmin screen (probably at http://localhost/phpMyAdmin) and click "Import": The maximum file size allowed is 2,048K. That's only 2MB, and the databases for most Drupal sites are much larger than that. (The example site for Drupal Essential Training gets as big as 5MB.) To change this limit:
- Click the WAMP icon in your system tray.
- Select "PHP". In the side menu, select "php.ini" to open a file containing PHP's configuration options.
- Search for the line, "upload_max_filesize = 2M".
- Change it to "upload_max_filesize = 32M" (or whatever you like).
- Save the file and restart WAMP. (Better yet, restart your computer entirely to be sure. I'm frankly not sure whether it makes a difference.)
- Now go back to that "Import" screen in phpMyAdmin: You should notice that the limit has changed. (Thanks to L.H. for pointing this out.)
- L.H. writes: "In Windows Vista, the WAMP icon disappears from the system tray after x time (not sure about the duration protocols). To make the WAMP icon re-appear (so that you can access localhost, phpmyadmin, php.ini, etc.), you have to activate the "start WAMP server" icon (from start menu, desktop or wherever); then the system tray icon reappears. Pain in the chicken, but that's Vista."
I've added these tips to my new
Drupal Support database.
Please comment here if you have other tips for using Drupal on Windows. Share the wealth!
[Update, 16 August 2009: See also
this thread for tips, particularly
this comment.]
Comments
Gerard (not verified)
Fri, 2008-09-12 08:02
Permalink
I use Xampp, but I think they
tgeller
Fri, 2008-09-12 13:23
Permalink
Good for those who are a bit techie
Sorro (not verified)
Fri, 2010-04-09 05:28
Permalink
Hello?
tgeller
Fri, 2010-04-09 15:48
Permalink
I'm afraid I'm not familiar with XAMPP
sepeck (not verified)
Sat, 2008-09-13 03:28
Permalink
some other docs for you
tgeller
Sat, 2008-09-13 03:37
Permalink
Thanks
mike (not verified)
Wed, 2008-11-05 15:30
Permalink
difference
tgeller
Wed, 2008-11-05 15:36
Permalink
Good question!
Kern Sommers (not verified)
Sun, 2009-10-04 17:57
Permalink
search not working
tgeller
Sun, 2009-10-04 18:27
Permalink
Make sure cron is working
Joules (not verified)
Mon, 2010-02-22 23:29
Permalink
Clean URL's on wamp
JoshuaWarrior (not verified)
Wed, 2010-03-10 11:27
Permalink
WAMP installation
Kevan Cummins (not verified)
Sun, 2010-03-14 04:15
Permalink
Installing wamp with php5.3 causes problems for new users
tgeller
Sun, 2010-03-14 16:34
Permalink
Thanks for the warning!
tgeller
Mon, 2010-03-22 14:42
Permalink
Detailed comments from David Erwin
Niranjan (not verified)
Thu, 2010-06-10 12:45
Permalink
Thanks for the Post
tgeller
Thu, 2010-06-10 13:40
Permalink
Thank YOU!
Sathu (not verified)
Tue, 2011-07-26 13:41
Permalink
Forms not working in Windows
tgeller
Wed, 2011-07-27 07:43
Permalink
I'm afraid I don't know
Add new comment