We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 7455
    • 2,204 Posts
    After migration from 1 to another server I got some problems but for the time being (time that I need to look at this problem and run tru all sites and fix) is it posible to disable logging? I never look in the event logs (only when I am buiding/developing I do) and it bloats the db. but aspecialy for now it gives me errors on my new server:

    « MODx Parse Error »
    MODx encountered the following error while attempting to parse the requested resource:
    « Execution of a query to the database failed - Duplicate entry '0' for key 1 »
          SQL: INSERT INTO `bouwfund`.`bouwfund_manager_log` (timestamp, internalKey, username, action, itemid, itemname, message) VALUES('1191575675', '1', 'admin', '27', '22', '-', 'Editing document 22') 
    




    Dimmy
      follow me on twitter: @dimmy01
      • 7455
      • 2,204 Posts
      mm ok got the fix

      id field of the manager_log was somehow not set to auto_increment after migration so I dit this by hand and now this works fine
        follow me on twitter: @dimmy01