XF 1.5 CLI command error - MySQL table does not exist

fotografik

Active member
I am getting this error when trying to run a cache rebuild (users, threads) via CLI.

[XF\Db\Exception]
MySQL statement prepare error [1146]: Table 'dbname.xf_job' doesn't exist

Not an expert MySQL user, thus any assistance and help rendered will be much appreciated. I can understand the error message and need to find out next steps to create the table with its requisite columns and formats.

Thanks!!
 
That table won't exist in 1.5, though that error is from 2.0. Can you confirm what version you're actually running? It sounds like you might have both 1.5 and 2.0 files in place (with a 1.5 DB). These commands are only for 2.0.
 
Top Bottom