Again the exhausted memory problem
Fadi
Joined: 2004-10-06
Posts: 3 |
Posted: Wed, 2004-10-06 22:05 |
Hello, first of all, my english is not very well. I have a big problem with the block-random.php Quote:
Fatal error: Allowed memory size of 20971520 bytes exhausted at (null):0 (tried to allocate 32 bytes) in /home/www/kunden/al-odeh.de/pics-noh.de/gallery/classes/Album.php on line 790 Yes, I know, I have to look for C.16 FAQ but the problem is, that I don't run an own server, so I'm not able to set the memory limit. What do I have to do now? :roll: Thank you very much, |
|
Posts: 3474
Try adding this to your .htaccess file:
php_value memory_limit 32000000
(Or something more than 20 MB)
-Beckett (
)