View Single Post
  #4  
Old 12-14-2015, 11:58 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

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
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote