0

'fuel.fuel_pages' doesn't exist SHOW FULL COLUMNS FROM `fuel_pages` Filename: /var/www/final/fuel/modules/fuel/core/MY_DB_

Error Number: 1146

Table 'fuel.fuel_pages' doesn't exist

SHOW FULL COLUMNS FROM `fuel_pages`

Filename: /var/www/final/fuel/modules/fuel/core/MY_DB_mysqli_driver.php

Hello.I got the above error when i was browsing my site.How to clear this to use fuel cms?

Content Management System (CMS) Add a comment
AadrikaAnshu
asked Jun 21 2019

Answer

0

You need to import the fuel cms details inside the MariaDB

mysql -u root -p <name of the database that you have created> < /var/www/final/fuel/fuel/install/fuel_schema.sql(absolute path of fuel_schema.sql)
REload the browser and issue gets solved.

Add a comment
linuxhelp
asked Jun 21 2019
Post your Answer