Wampserver install

Importent settings when installing WAMP for Drupal
 

Apache modules
  rewrite_module
PHP extentions
  php_gd2  php_curl

php.ini
max_execution_time = 5000
max_input_time = 5000 
memory_limit = 1000M
post_max_size = 750M 
upload_max_filesize = 750M 
 

my.ini
max_allowed_packet = 200M

If "Maximum execution time of 300 seconds exceeded" occurs you can add this line in phpmyadmin/config.inc.php file and change the value :

$cfg['ExecTimeLimit'] = 1000;

Sources:
http://drupal.org/node/114493
http://www.wampserver.com/phorum/read.php?2,28660

 

 

Knowledge keywords: