Unable to generate Invoice
-
Hi,
I have deployed the app to AWS cloud, EC2 and MySQL RDS.
I have configured the app but I am not able to generate Invoices or able to download Credit Receipts etc.
its always getting timeout.please help!
-
Hi @Rajul-Garg ,
Please share a screenshot showing from where you are trying to generate the invoices or download the credit receipts. This will help us understand the issue better.
Also, please enable the development mode and then try again. If any error appears, share the screenshot of it.
Steps to Enable Development Mode
-
Go to your QloApps (website) directory → config folder → open the file:
config/defines.inc.php -
Find the following line:
if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', false); } -
Change false to true, like this:
if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', true); } -
Save the file and refresh the page.
After enabling development mode, if any error occurs, please share its screenshot so we can assist you further.
-
-
@Aradhana-Kumari I am trying to download it from Order Page and also from the CR Page. both of them giving me the same error.
    
-
seems like the image upload is not working here
-
Hi @Rajul-Garg ,
Please let us know which QloApps version you are currently using.
If your website is public, kindly share the public domain URL of your hotel website so we can check further.
Regarding the issue you mentioned above, it does not appear to be related to QloApps. QloApps does not use the libraries shown in your error. It seems that the issue may be caused by an external code.
-
@Aradhana-Kumari the issue above in the chat is while I am trying to upload images to this chat. its not from QloApps.
Seems like i am using the develop branch from GIT. Its not public website.