Jump to content

Intermittent Error 500


Go to solution Solved by kotaco,

Recommended Posts

I have an ongoing intermittent issue which seems to happen at around the same time each week. My community fails to load, producing a generic 'Error 500' page. When this happens, checking with the ips4.php update checker works and returns a clean bill of health. The error happens on the standard theme and when logging into the ACP, as well as my modified theme.

The hosts have managed to fix the issue and have told me they have cleared the server cache and (once) told me it was a permissions issue. They can find nothing further amiss on their side, despite repeated support calls, each time it happens.

The system log produces the following entry when the issue occurs:

Quote

Error: Class '\IPS\Theme\class_forums_front_index' not found (0)
#0 /home2/projectd/public_html/applications/forums/modules/front/forums/index.php(216): IPS\_Theme->getTemplate('index')
#1 /home2/projectd/public_html/system/Dispatcher/Controller.php(101): IPS\forums\modules\front\forums\_index->manage()
#2 /home2/projectd/public_html/applications/forums/modules/front/forums/index.php(52): IPS\Dispatcher\_Controller->execute()
#3 /home2/projectd/public_html/system/Dispatcher/Dispatcher.php(153): IPS\forums\modules\front\forums\_index->execute()
#4 /home2/projectd/public_html/index.php(13): IPS\_Dispatcher->run()
#5 {main}

Are you able to shed any light on what might be causing this?

Thank you 🙂

Link to comment
Share on other sites

  • Solution

I faced a similar issue with occasional errors, the cause of mine was some PHP resource settings. In particular "max_input_time" was set to the default of 30 seconds, it needed to be increased to avoid timeouts when writing files

Edited by kotaco
Link to comment
Share on other sites

Thank you, I will take a look at that, though the value is currently set to 60. May I ask what value fixed it for you?

3 hours ago, Marc Stridgen said:

What caches are they clearing to correct this? Is it server side caching you have running?

Yes, the hosts just told me they had cleared the server side cache. 

Edited by JohnDar
Link to comment
Share on other sites

The hosts tell me they are not caching after all. Getting a straight answer about what they do when they investigate this is a challenge.

Having changed the "max_input_time" to 60, as suggested above, the errors have become less frequent and seem to last around three minutes.

On the most recent occasion, the usual 500 Error was intermittently replaced with this:

Could contain: Word, Logo, Trademark, Symbol

Note that this was using the default theme and also logging into the ACP. I don't know if this is at all significant, but thought I'd post it, just in case.

Link to comment
Share on other sites

  • 2 weeks later...

It would appear that the hosts weren't  actually affecting the issue. The Forum was coming back after a few minutes on its own. I suspect they thought they had fixed it, each time they started investigating.

Following the advice above from @kotaco, to increase the max_input_time, I found that increasing from 30 seconds to 60 seconds cut the errors by about 70%. I then increased this to 90 seconds and a week in, the errors have stopped.

Result.

I don't know what changed that required this modification. I have always run on the default 30s limit, previously. It's difficult to determine whether this issue started following an IPS software update or whether it might be related to some change on the hosting server.

 

Edited by JohnDar
Link to comment
Share on other sites

10 minutes ago, JohnDar said:

I don't know what changed that required this modification. I have always run on the default 30s limit, previously. It's difficult to determine whether this issue started following an IPS software update or whether it might be related to some change on the hosting server.

If it is indeed a write issue, as kotaco suggested, this would be something to bring up to your hosting provider. This would be solely impacted by their server configuration and drive performance.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...