Jump to content
  • 0

Cannot Send/View Invoices


Tomas

Question

5 answers to this question

Recommended Posts

  • 0

I believe this is the same person I chat with via the website this morning. The issue in his case was that his PHP memory_limit was too low in php.ini. I increased it and it resolved the issue. If that's not you, or anyone else is getting an error the best thing to do is enable error reporting and debugging. To do so:

Quote

To enable error reporting, edit /config/blesta.php and change Configure::errorReporting(0); to Configure::errorReporting(-1); You may also wish to enable System Debug. To do so, change Configure::set("System.debug", false); to Configure::set("System.debug", true);

Make sure to change these settings back when you are done.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...