Hello,
I don't really have a lot of information on this one (sorry!!). I received an email telling me that there had been a cron failure . I could not see anything useful in it!!
<body>
<div id='error'>
<h1>An error occurred <span>(500 Error)</span></h1>
<div id='content'>
We're sorry, but a temporary technical error has occurred which means we cannot display this site right now.
<br><br>
You can try again by clicking the button below, or try again later.
<br><br>
<button onclick="window.location.reload();" id='reload_button'>Try again</button>
</div>
</div>
</body>
I then looked through the System log for the time of the email and found the following (which seems to match the cron failure).
Error: Call to undefined method IPS\core\extensions\core\IpAddresses\Content::pruneIpAddresses() (0)
#0 /home/bn2468/public_html/applications/core/tasks/pruneipaddresses.php(51): IPS\Member::pruneAllLoggedIpAddresses()
#1 /home/bn2468/public_html/system/Task/Task.php(343): IPS\core\tasks\pruneipaddresses->execute()
#2 /home/bn2468/public_html/system/Task/Task.php(306): IPS\Task->run()
#3 /home/bn2468/public_html/applications/core/interface/task/task.php(78): IPS\Task->runAndLog()
#4 {main}
I hope it makes more sense to you than it does to me.
John
Recommended Comments