formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

Database.class.php:71 #941

Open ghzoan opened 2 months ago

ghzoan commented 2 months ago

Hello, can anyone help me with this error, this happened after the installation

PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'orders.ft_settings' doesn't exist in /home/fmt7jcsdjdfh/public_html/orders/global/code/Database.class.php:71 Stack trace:

0 /home/fmt7jcsdjdfh/public_html/orders/global/code/Database.class.php(71): PDO->prepare()

1 /home/fmt7jcsdjdfh/public_html/orders/global/code/Settings.class.php(83): FormTools\Database->query()

2 /home/fmt7jcsdjdfh/public_html/orders/global/code/User.class.php(49): FormTools\Settings::get()

3 /home/fmt7jcsdjdfh/public_html/orders/global/code/Core.class.php(864): FormTools\User->__construct()

4 /home/fmt7jcsdjdfh/public_html/orders/global/code/Core.class.php(400): FormTools\Core::initUser()

5 /home/fmt7jcsdjdfh/public_html/orders/index.php(16): FormTools\Core::init()

6 {main}