Since a month or so I have alot long waiting periods after sending a page request.
"Fatal error: Maximum execution time of 30 seconds exceeded in D:\WebRoot\forum.kitco.com\includes\class_core.php on line 363"
Since a month or so I have alot long waiting periods after sending a page request.
"Fatal error: Maximum execution time of 30 seconds exceeded in D:\WebRoot\forum.kitco.com\includes\class_core.php on line 363"
It's like its a code section that waits for something in order to proceed execution.
This happens all the time since I came on this forum, I got used to it. When preview or submit a post, it takes dozens seconds to react. But if I open another browser tab to the forum its like the second browser tab 'triggers' the first to react too. If I wait then I see alot times the error from my previous post.
I use strict rules when browsing, for example only cookies from certain sites are allowed, java scripting is usually off because it causes some sites to hang my browser due to cookies refused, and my windows hosts file has alot sites redirected to 127.0.0.1. All this in order to load pages much faster and less spam.
the void
Anybody else having Kitco problems similar to two weeks ago. Same type of problem for the last 2 days.
I searched for some info and couldn't find a thread from yesterday or today.
Any clarification would be greatly appreciated. cheers
...be your own Health Care System... grow your own and eat well
Saw something new today when using the search function:
"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 35 bytes) in D:\WebRoot\forum.kitco.com\search.php on line 983"
the void
similar error today
Fatal error: Maximum execution time of 30 seconds exceeded in D:\WebRoot\forum.kitco.com\includes\class_core.php on line 417
Please refrain from making political remarks in my threads. The pictures I portray in my threads have no double meaning
5 x POG; 4 x POS; 7 x us$; 1 x silver quarter
This post is so helpful for me.
you could extend the maximum execution time like this:
andini_set('max_execution_time', 300); //300 seconds = 5 minutes
set_time_limit(300);
Remove the PW expiration time.