In loving memory of Kenis D. Keathley 6/4/81 - 3/27/22 Loving father, husband, brother, friend and firewood hoarder Rest in peace, Dexterday

Forum is slow and glitchy

Discussion in 'Everything Else (off topic)' started by Redneck, Apr 29, 2026.

  1. Canadian border VT

    Canadian border VT

    Joined:
    Feb 18, 2015
    Messages:
    19,577
    Likes Received:
    130,154
    Location:
    Vermont
    That is my method and have had none of errors so far… you can teach this old dog new technique
     
  2. theburtman

    theburtman

    Joined:
    Feb 26, 2019
    Messages:
    4,132
    Likes Received:
    31,684
    Location:
    Vermont
    Seriously, is there a reason things can't be fixed? I can muddle through and find what I need but the participation level $ucks!
     
    Last edited: Sep 4, 2026
  3. Chud

    Chud

    Joined:
    Aug 15, 2020
    Messages:
    7,228
    Likes Received:
    53,780
    Location:
    NC
    Has anyone tried asking chadgpt to fix it? :rofl: :lol:
     
  4. Gearclash

    Gearclash

    Joined:
    Jan 28, 2026
    Messages:
    70
    Likes Received:
    549
    Location:
    NW Iowa
    This is the first time I’ve been able to get on in several days.
    If it makes anyone feel better a forum I frequent has had problems loading and showing pictures for well over a month now. Apparently they had some kind of deal with Amazon for picture storage . . . Something or somebody seized up and it ain’t workin’.
     
    MikeInMa, wildwest, SimonHS and 5 others like this.
  5. yooperdave

    yooperdave

    Joined:
    Jun 16, 2014
    Messages:
    35,647
    Likes Received:
    223,833
    Location:
    Michigan's U.P.
    The site has been spotty at best for another week long now.....


    Maybe it's still suffering from some sort of post-partum stress? :hair:


    :rofl: :lol::rofl: :lol::rofl: :lol:
     
  6. jo191145

    jo191145

    Joined:
    Oct 1, 2015
    Messages:
    7,222
    Likes Received:
    50,320
    Location:
    Ct
  7. Chud

    Chud

    Joined:
    Aug 15, 2020
    Messages:
    7,228
    Likes Received:
    53,780
    Location:
    NC
    For me it never left. Fatal error and coffee is the new normal.
     
  8. Scotty Overkill

    Scotty Overkill Administrator

    Joined:
    Oct 1, 2013
    Messages:
    9,771
    Likes Received:
    66,230
    Location:
    Central PA
    I don't have endless time to navigate through the quagmire relentlessly looking for the glitch. I'm doing the best I can but it is what it is. And also it's a forum......alot of younger folks have walked away altogether from the forum format and have gone full-blown Facebook (some have already dumped FB and have gone Instagram). To keep up and maintain it 24/7 is nearly impossible with my work and home chores/responsibilities. I'm trying the best I can buddy....
     
  9. ironpony

    ironpony

    Joined:
    Oct 4, 2013
    Messages:
    3,730
    Likes Received:
    20,627
    Location:
    Mid Ohio
  10. Stephiedoll

    Stephiedoll

    Joined:
    Oct 8, 2013
    Messages:
    4,047
    Likes Received:
    29,075
    Location:
    Omaha, NE.
    Keep up the good work Scotty Overkill . I for one appreciate your hard work and dedication for this forum.

    Stay safe out there.
     
    wildwest, eatonpcat, JD Guy and 7 others like this.
  11. Erik B

    Erik B

    Joined:
    May 12, 2015
    Messages:
    5,645
    Likes Received:
    39,047
    Location:
    Western Wisconsin
    Fatal error only shows up in the morning. Afternoon and evening are good.
     
  12. yooperdave

    yooperdave

    Joined:
    Jun 16, 2014
    Messages:
    35,647
    Likes Received:
    223,833
    Location:
    Michigan's U.P.

    We all enjoy the site and have appreciated your efforts.

    I would do the same thing if I were in your shoes. First things first...job....family.....faith.....health.....(listed in no particular order)

    The forum should come last in your priorities. :handshake:

    I've always had a difficult time collecting the membership dues anyway. :p
     
  13. jo191145

    jo191145

    Joined:
    Oct 1, 2015
    Messages:
    7,222
    Likes Received:
    50,320
    Location:
    Ct

    Don’t know if this will help.


    This is a PHP/MySQL server error:

    Fatal error: Allowed memory size exhausted in Zend/Db/Statement/Mysqli.php on line 304

    The PHP process reached its memory limit while executing a MySQL query. The “tried to allocate 79 bytes” part means PHP had essentially no memory left—not that the query only needed 79 bytes.

    Common fixes:

    1. Check the SQL query for an unbounded result set, missing WHERE clause,inefficient joins, or accidental Cartesian product.
    2. Paginate results with LIMIT and OFFSET rather than loading every row.
    3. Fetch rows incrementally instead of storing the entire result in an array.
    4. Add indexes to columns used in WHERE, JOIN, ORDER BY, and GROUP BY.
    5. Increase PHP’s memory limit if the query is legitimately large:

      or temporarily:

    6. Inspect the query and logs around Mysqli.php line 304. That file is usually wherethe database call fails; the underlying issue is often the query or the amount of datareturned.
    If you’re only visiting the site, it’s a server-side problem—you can’t fix it from your browser.
     
  14. buZZsaw BRAD

    buZZsaw BRAD

    Joined:
    Feb 14, 2019
    Messages:
    34,646
    Likes Received:
    214,194
    Location:
    North Haven, Connecticut
    Last few mornings I got the fatal error message. Had to use my bypass trick to get on and couldnt access all forums
     
  15. Eric VW

    Eric VW Moderator

    Joined:
    Jan 6, 2015
    Messages:
    24,537
    Likes Received:
    141,465
    Location:
    US
    Does your bypass trick include using the “New Posts” button? Not sure if you already mentioned it… you can access any sub forums that are at least posted on from NP’s.
     
  16. buZZsaw BRAD

    buZZsaw BRAD

    Joined:
    Feb 14, 2019
    Messages:
    34,646
    Likes Received:
    214,194
    Location:
    North Haven, Connecticut
    Yes
     
    eatonpcat and MikeInMa like this.
  17. MikeInMa

    MikeInMa

    Joined:
    Dec 4, 2016
    Messages:
    15,762
    Likes Received:
    114,004
    Location:
    Southern Worcester county
    New posts work fine. Combined with alerts/show all usually gets me where I want to go.