(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.
Basic App, an open source simple CMS based on CodeIgniter 4