Home / Forums / WoodMart support forum / WoodMart Food Demo Import Timeout on Microsoft Azure App Service Linux
Home › Forums › WoodMart support forum › WoodMart Food Demo Import Timeout on Microsoft Azure App Service Linux
WoodMart Food Demo Import Timeout on Microsoft Azure App Service Linux
- This topic has 5 replies, 2 voices, and was last updated 1 month, 1 week ago by
Serg Sokhatskyi.
-
AuthorPosts
-
May 25, 2026 at 1:55 pm #719277
heromellaParticipantHello WoodMart Support Team,
I am currently deploying WoodMart on a Microsoft Azure App Service (Linux) environment and I am unable to import the Food demo:
https://woodmart.xtemos.com/demo-food/demo/food/
The theme and required plugins install correctly, and WordPress is fully operational.
Current environment:
Microsoft Azure App Service (Linux)
WordPress 6.6.5
PHP 8.x
WoodMart activated
WoodMart Core installed
Elementor installed
WooCommerce installedThe issue occurs only when importing the demo.
The import consistently fails with:
“The import could not be completed due to a low timeout limit on the server. You need to contact your hosting provider and ask them to increase it to 300 seconds.”
Server values already configured:
PHP_MAX_EXECUTION_TIME = 600
PHP_MAX_INPUT_TIME = 600
PHP_MEMORY_LIMIT = 768M
PHP_POST_MAX_SIZE = 512M
PHP_UPLOAD_MAX_FILESIZE = 512M
WEBSITES_CONTAINER_START_TIME_LIMIT = 1800Despite this, the importer still fails.
Additionally, Azure official documentation indicates App Service WordPress runtime internally limits execution to 120 seconds, which may be overriding these values.
Could you please advise:
Is WoodMart officially compatible with Azure App Service Linux?
Is there a manual import procedure for the Food demo?
Can you provide demo XML / theme settings / template files for manual import?
Is there a recommended alternative import workflow for restricted hosting environments?We would greatly appreciate your technical guidance.
Best regards,
May 25, 2026 at 7:37 pm #719382Hello,
Thanks for reaching out.
The timeout you’re seeing is very likely caused by the Azure App Service 120s request limit interrupting the importer, even with higher PHP values set. To investigate and complete the demo setup for you, we’ll need temporary access.
Please provide via the forum’s Private Content field:
– WordPress admin URL, username, and passwordOnce we have access, we’ll check the environment, review logs, and try the import (or an alternative content load) directly on your site.
Kind regards,
XTemos StudioMay 25, 2026 at 8:45 pm #719383
heromellaParticipantHello Serg,
Thank you for your reply.
I have created temporary WordPress admin access for youPlease let me know once you finish the review/import so I can remove the temporary access.
May 26, 2026 at 9:46 am #719424We’ve identified the cause: the issue is related to a constant set in your configuration (see screenshot: https://monosnap.ai/file/2xCY12Fv2lBmdPqs06XsHuecKxrxld). As soon as that constant is removed, the Food demo import completes successfully.
May 26, 2026 at 3:54 pm #719540
heromellaParticipantHello Serg,
We really appreciate your help identifying the root cause.
Since you still have temporary access, could you please also install and activate the WoodMart Child Theme for this environment?
This is a temporary development domain on Azure, and having the child theme properly configured would help us continue development following best practices.
Thanks again for your support.
Best regards,
Horacio E Romero MellaMay 26, 2026 at 4:16 pm #719550Hello,
Thanks for reaching out.
You can install the WoodMart Child theme using the link below and these quick steps:
– Download the child theme ZIP: https://woodmart.xtemos.com/plugins/woodmart-child.zip
– In WordPress, go to Appearance > Themes > Add New > Upload Theme
– Upload the ZIP, click Install, then Activate “WoodMart Child”
– Keep the WoodMart parent theme installed and updated (do not delete it)Notes:
– Activating the child theme won’t remove your content or demo data; it inherits everything from the parent theme.
– Add any custom CSS to Appearance > Customize > Additional CSS or to the child theme’s style.css. Add custom PHP to the child theme’s functions.php.If you run into any issues, let us know and we’ll assist.
Kind regards,
XTemos Studio -
AuthorPosts
- You must be logged in to create new topics. Login / Register