Page 5 of 5 FirstFirst 12345
Results 41 to 48 of 48

Thread: Forum database error problem being worked on. Thanks for your patience

  1. #41

    Default

    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"

  2. #42

    Default

    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

  3. #43
    Join Date
    Mar 2009
    Posts
    11,685

    Default

    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

  4. #44

    Default

    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

  5. #45

    Default

    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

  6. #46
    Join Date
    Mar 2019
    Posts
    3

    Default

    This post is so helpful for me.

  7. #47

    Default

    you could extend the maximum execution time like this:

    ini_set('max_execution_time', 300); //300 seconds = 5 minutes
    and
    set_time_limit(300);

  8. #48
    Join Date
    Dec 2007
    Posts
    1,595

    Default

    Remove the PW expiration time.

Page 5 of 5 FirstFirst 12345

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •