I get this error when i trying to send a email.
Cloud you give a clue. Whay could be the problem. Thanks
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1022677 bytes) in /home/contabil/public_html/Facturas/library/mail/class.phpmailer.php on line 1126
Visible on page load
Sounds like you need to increase your memory limit in PHP. It looks like it's set to 32megabytes
It depends on what your using (apache/xampp/wampp/etc) on where your PHP config file is located. But it will be php.ini somewhere and you can change the memory limit in there.
EDIT: looks like you caught on here: http://simpleinvoices.org/forum/discussion/857/php-memory-limit/#Item_5
thanks jb!!
yep - you just need to adjust the max memory setting for php
also refer the install guide for more details simpleinvoices.org/install
let us know how you go
cheers
justin
It looks like you're new here. If you want to get involved, click one of these buttons!