Quote:
[MySQL Error] 1146: Table 'peq.commands' doesn't exist SELECT command, access FROM commands.
|
The code base should be up-to-date for using the new `command_settings` table.
[Building on what Nightrider84 said..]
If you're getting that message, you may not have the latest source code, compiled binaries (copied?) .. or maybe you added custom code that overwrote the new?
The table `commands` should not exist any longer in your database.
That table was renamed to `commands_old` and the new `command_settings` table should be active.
If any of those conditions don't exist, post back and we'll try to figure out what's going on
