Author Topic: new note creation broken (fixed)  (Read 4378 times)

Jim Rising

  • Newbie
  • *
  • Posts: 42
    • View Profile
new note creation broken (fixed)
« on: March 18, 2009, 02:59:01 am »
this is the same issue as some of the others...

Query failed with message 'Unknown column 'log_data' in 'field list''
« Last Edit: March 19, 2009, 11:34:50 am by Jim Rising »

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: new note creation broken
« Reply #1 on: March 19, 2009, 10:57:55 am »
The log_data field should have been created when you upgraded to version 1.2 or later or if you installed version 1.2 or later.

Try executing this SQL (you may need to change the table prefix):
Code: [Select]
ALTER TABLE `og_application_logs` ADD COLUMN `log_data` TEXT;

Jim Rising

  • Newbie
  • *
  • Posts: 42
    • View Profile
Re: new note creation broken
« Reply #2 on: March 19, 2009, 11:34:30 am »
worked, thanks! not sure why that table wasn't created. i'm a bit worried now... is there anything else i'm missing?