mikelt4
Posts: 9
|
| Posted: 03/09/2012, 9:20 PM |
|
PHP-5.2, MySQL- 5.0, IIS-7.0 ODBC - 5.01.10
getting the following error on one of my pages -
--------------------------------------------------------------------------
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2545619 bytes) in D:\Hosting\8991337\html\Template.php on line 237
-------------------------------------------------------------------------
the 8991337 is my database location. not sure why its exhausting the memory or what line 237 is trying to do.
thx for any help.
mike
|
 |
 |
DataDoIT
|
| Posted: 03/10/2012, 5:30 AM |
|
Look in your php.ini file and bump up the memory limit.
memory_limit = 128M
If you're loading in longblobs with image or PDF info in them, then
you'll need to do a little more work in how you manage that.
|
|
|
 |
mikelt4
Posts: 9
|
| Posted: 03/10/2012, 10:32 AM |
|
my GoDaddy Windows platform does not allow access to the ini files.
supposedly, their Linux platform does..... i guess i'll have to switch.
thx
|
 |
 |
|