memory_limit = 24M ; Maximum amount of memory a script may consume (8MB)
;;;;;;;;;
[05-Feb-2008 08:17:36] Guessed: 'http://www.mysite.com/simpleinvoices/./templates/invoices/default/style.css'
[05-Feb-2008 08:17:36] Fetching: http://www.mysite.com/simpleinvoices/./templates/invoices/default/style.css
[05-Feb-2008 08:17:36] Status code:200
[05-Feb-2008 08:17:36] Guessed: 'http://www.mysite.com/simpleinvoices/./templates/invoices/logos/_default_blank_logo.png'
[05-Feb-2008 08:17:36] Fetching: http://www.mysite.com/simpleinvoices/./templates/invoices/logos/_default_blank_logo.png
[05-Feb-2008 08:17:36] Status code:200
[05-Feb-2008 08:17:37] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 24 bytes) in /home/mysite/public_html/simpleinvoices/include/pdf/list-style.image.php on line 13
[04-Feb-2008 12:42:59] Guessed: 'http://www.mysite.com/simpleinvoices/./images/logo/_default_blank_logo.png'
[04-Feb-2008 12:42:59] Fetching: http://www.mysite.com/simpleinvoices/./images/logo/_default_blank_logo.png
[04-Feb-2008 12:42:59] Status code:200
[04-Feb-2008 12:43:00] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 77 bytes) in /home/mysite/public_html/simpleinvoices/pdf/css.border.inc.php on line 200
also may want to check all the memory values in http://yourinstall.com/simpleinvoices/phpinfo.php to ensure there all OK
if all else fails ask your host - maybe there are doing some funky thing that overrides your mods to php.ini
was pdf working before?
you can override the default php.ini setting using .htaccess
memory_limit = 64M php memory_limit = 64M 1 to 21 of 21