Hi,
I downloaded storm and tried to enable via administrator console. I checked all components of Storm and submitted in the admin screen. I got a white screen saying the following

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 1728 bytes) in C:\xampp\xampplite\htdocs\drupal\includes\database.mysqli.inc on line 42

I use PHP Version 5.2.9, Xampp 1.7.1 for windows, Windows NT EG179 5.1 build 2600

Thanks

Comments

Mark_Watson27’s picture

This isn't strictly a Storm issue, you need to increase your PHP memory, 16Mb is the minimum for Drupal 6 (which I presume you are using despite having picked a version of 5.x-1.9), refer to http://drupal.org/node/207036 for more information

Magnity’s picture

Status: Active » Closed (won't fix)
cutecyborg’s picture

if you are using a windows based webserver, go to the apache\bin folder of the webserver e.d xampp or wamp, and edit the "php.ini " file. look for the following lines

max_execution_time = 6000 ; Maximum execution time of each script, in seconds
max_input_time = 6000 ; Maximum amount of time each script may spend parsing request data
memory_limit = 3200M ; Maximum amount of memory a script may consume (16MB)

you can see that i have increased my own values. save the file then go to "services" in control panel and restart the apache process. you wont get that error again