grubybarti Posted June 15, 2016 Share Posted June 15, 2016 Can someone help with this error. I have 10 sizes and 15 colours and after generating combinations first I wait a long than I get this error. Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request Link to comment Share on other sites More sharing options...
shokinro Posted June 15, 2016 Share Posted June 15, 2016 I guess it is server script timeout. You can try to increase the script timeout by adding following line to /config/config.inc.php temporary. set_time_limit(300); Link to comment Share on other sites More sharing options...
grubybarti Posted June 16, 2016 Author Share Posted June 16, 2016 Thanks for information but it didn't solved the problem. Link to comment Share on other sites More sharing options...
shokinro Posted June 16, 2016 Share Posted June 16, 2016 sometime hosting service provider does not allow you to override the default script timeout, so if that is the case, the line might be not work. you can also try to set PS_MODE_DEV_ to true in file /config/defines.inc.php so that more detailed errors will be displayed when there is an issue, and try again to see if there is any error message. Link to comment Share on other sites More sharing options...
grubybarti Posted June 21, 2016 Author Share Posted June 21, 2016 I wrote to my hosting provider. They changed timeout from 200s to 600s and problem still exists. Link to comment Share on other sites More sharing options...
musicmaster Posted June 21, 2016 Share Posted June 21, 2016 Did you have a look at the error log of your server? Did you try generating a smaller set to find out whether this is indeed a timeout? When you get an error: is there any combination generated? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now