Documentation

Features

Differences

This shows you the differences between the selected revision and the current version of the page.

troubleshooting:us_zipcode 2008/08/28 12:29 troubleshooting:us_zipcode 2009/02/13 11:02 current
Line 1: Line 1:
-====== US Zip Code Troubleshooting ====== +This page has moved to here: [[modules:uszipcode:troubleshooting|US Zip Code Troubleshooting]]
- +
-> I get the following error when I "initialized" the module - Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 158 bytes) in /home/site/public_html/classifieds/modules/us_zipcode/init.php on line 31 +
- +
-This is because php's memory size is to small to run the file.  What you can do to try and fix it is open the modules/us_zipcode/init.php in a text editor and find this line:  +
-<code>ini_set("memory_limit", "16M");</code> +
-Then change to: +
-<code>ini_set("memory_limit", "32M");</code>+

Have more questions? Visit our community forums.