Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Fatal Error PDF Invoice
(1 viewing) (1) Guest
Support forum for customers who have purchased this product. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: Fatal Error PDF Invoice

Fatal Error PDF Invoice 11 years, 8 months ago #32487

I have just setup the invoice program, but when i try and send or preview a PDF invoice, I get the following error message.

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 743690 bytes) in /home/pennyla1/public_html/administrator/components/com_vminvoice/libraries/tcpdf/tcpdf.php on line 11656

I have no problem creating or viewing a delivery pdf though?

Thanks for any help.

Regards Dave.
The topic has been locked.

Re: Fatal Error PDF Invoice 11 years, 8 months ago #32490

Hi!

This error means that your script (in this context, Joomla or the system itself or one of its components) to perform requires more memory than in settings of PHP. Ie requested exceeds the maximum amount of RAM provides a user account virtual hosting. On different hosting this value can vary.

If you have this problem, you can do the following:

1. Try by yourself change this value by adding the very beginning of index.php (are disposed in the site root) the following lines:
<?php ini_set("memory_limit", "32M"); ?>

or put in the root site. htaccess file with the line:
php_value memory_limit 32M

If such a file is already at the root of the site - just add the line above.

2. If this does not help - contact your hosting administrator and ask them to increase the amount of memory available for PHP.

3. For Joomla 1.5 there is a plug "Memory Limit Plugin", which allows you to increase the limit without editing code.

Hope this will work for you
The topic has been locked.

Re: Fatal Error PDF Invoice 11 years, 8 months ago #32492

Hi.

Thanks this part is working now, but has raised another issue, which i have posted a fresh topic.

thanks again.
The topic has been locked.
  • Page:
  • 1
User Login Empty