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.
-
@Aradhana-Kumari Ii have updated the version to v1.7.0, I am still getting the same error. Gateway TimeOut.
I tried the debug mode as well, but I did not see any difference. where should I check more details on the error? -
@Aradhana-Kumari from the backend apache error log:
[Sun Nov 09 10:02:57.541449 2025] [proxy_fcgi:error] [pid 212192:tid 212237] (70007)The timeout specified has expired: [client <MaskedIP>:53107] AH01075: Error dispatching request to : (polling)
[Sun Nov 09 10:03:07.531438 2025] [proxy_fcgi:error] [pid 212192:tid 212238] (70007)The timeout specified has expired: [client <MaskedIP>:53113] AH01075: Error dispatching request to : (polling), referer: http://<MaskedIP>/admin0356nfisd/index.php?controller=AdminOrders&id_order=3&vieworder&token=<maskedtoken> -
@Aradhana-Kumari also I am not getting any email with the default php mailer. I see the notification as email is been sent but I have never received the email