Kohana database error: newly-created table doesn't exist

467 Views Asked by At

The table kohana_blog. article is created. But it still prompts this error. Not sure what is the problem. This is the error seen:

Database_Exception [ 1146 ]: Table 'kohana_blog. article' doesn't exist [ SHOW FULL COLUMNS FROM ` article` ]
1

There are 1 best solutions below

0
On

Table 'kohana_blog. article' doesn't exist [ SHOW FULL COLUMNS FROM article ]

There is a blank space in table name

check your config and remove the blank space should resolve this problem