Jump to content

<< Time Out >> error on add/edit products


mehdi.nk

Recommended Posts

I received following  <<time out>> error when I try to Add/Edit Products!!!

I tried all ways to fix it, like increase memory limit in php.ini , delete catch, and contact host provider... but none of them solve my problem,

Anyone can help me ASAP?

 

 

(timeout)
A server error occurred while loading the tabs: some tabs could not be loaded.
Please try again by refreshing the page.
If you are still encountering this problem, please check your server logs or contact your hosting provider for assistance.

 

post-1303791-0-75931000-1484521364_thumb.jpg

 

post-1303791-0-75931000-1484521364_thumb.jpg

Link to comment
Share on other sites

have you tried to increase the script execution timeout limit by following code 

 

@set_time_limit(300);
 
Some service provider may not allow to override this. 
 
But it is better to find out what causes so much time to load the pages - for example if you have installed any 3rd party modules that may causes this. or if you have any dead loop categories structure?
Link to comment
Share on other sites

 

have you tried to increase the script execution timeout limit by following code 

 

@set_time_limit(300);
 
Some service provider may not allow to override this. 
 
But it is better to find out what causes so much time to load the pages - for example if you have installed any 3rd party modules that may causes this. or if you have any dead loop categories structure?

 

 Thank you for fast respond,

Actually I don't have any the 3rd party modules,

and I Disable non PrestaShop modules and Disable all overrides as well,

but i did't increase time out, how can I do it?

Link to comment
Share on other sites

you can try to add at bottom of following file to see if it works.

 

/config/config.inc.php

 

But it may not work if your service provider server does not allow you to override this value.

Do not forget to remove it if it does not work.

Thank you.

I did, it does't work unfortunately :(

so am I have other way to fix this issue?

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...