Welcome Guest, Not a member yet? Register   Sign In
Basic App - Free CMS on CodeIgniter 4
#23

(10-23-2019, 11:57 AM)sllieal Wrote:
(10-23-2019, 11:23 AM)Basic App Wrote:
(10-22-2019, 03:38 PM)sllieal Wrote: I get 

mysqli_sql_exception #1146

Table '"database_name".pages' doesn't exist

SYSTEMPATH/Database/MySQLi/Connection.php at line 329
Code:
322             $this->connID->next_result();
323             if ($res = $this->connID->store_result())
324             {
325                 $res->free();
326             }
327         }
328
329         return $this->connID->query($this->prepQuery($sql));
330     }
331
332     //--------------------------------------------------------------------
333
334     /**
335      * Prep the query
336      *


do you have idea ?

This error means that you did not install the system. You need to apply all migrations. You can find the installation instruction in the README.md file.

Yeah i get it, if i install on local then i do backup and restore database on other host. Can it run?

Yes, you can do it.

Basic App, an open source simple CMS based on CodeIgniter 4
Reply


Messages In This Thread
RE: Basic App - Free CMS on CodeIgniter 4 - by Basic App - 10-23-2019, 10:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB