We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 34174
    • 67 Posts
    I don't have the current version of modx installed. I went back to 2.3.2.

    Removed bigbrother, still get the TicketsSection error.

    List of plugins and snippets:



    extension_packages:

    [
    {
    "gallery":{
    "path":"[[++core_path]]components/gallery/model/"
    }
    },
    {
    "articles":{
    "path":"[[++core_path]]components/articles/model/"
    }
    }
    ]
      • 34174
      • 67 Posts
      So I had to restore again, back to 2.3.3.

      Whatever it is that is causing the issue, is there, in that 2.3.3 version of the site.
        • 34174
        • 67 Posts
        So I did a db dump and did a text search for 'ticketssection' which I got from the error log line:

        [2017-11-21 02:42:42] (ERROR @ /connectors/index.php) Could not load class: TicketsSection from mysql.ticketssection.

        'TicketsSection' exists only in one place...in a deleted resource 41...that is not listed in the resource tree, and neither is it viewable in the manager (I get a Resource not found with ID: 41 error). How then does it create that error when I load the front page? Deleted that row from the DB and the error is gone now. Still same issues with extras.

        So my next stage is to copy this installation to my local system and see if I have the same issue. Maybe the change in platform will help.