It seems that every thing went fine with the inital installation of D7 alpha.
The admin section seemed to work fine.
But when I went to the index.php home page I recieved this error message:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in /homepages/23/d129869812/htdocs/D7R1/modules/boonex/ads/classes/BxAdsModule.php on line 1437
It would seem to be the cache size that is in error:
Is ther asimple fix for this?
Or will it require additional programing on your end. |
Do you have a php.ini file located in the root of your dolphin install? If so, what does it say? Nothing to see here |
The php memory limit that's set is the problem. change your memory_limit setting in the php.ini file to a higher limit. Looks like you're only being allowed 8M or something currently. I'd raise it to 32M or something. |