You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing in debian 9 and my local deploy juanma386/desplegar
`A Database Error Occurred
Error Number: 1146
Table '0123_data.menus' doesn't exist
SELECT * FROM menus WHERE slug = 'dashboard' AND active = 1
Filename: models/Menu_model.php
Line Number: 67`
in the shell terminal console:
`$ php index.php migrate
Database error: A Database Error Occurred
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '"ci_sessions"' at line 1
DROP TABLE IF EXISTS "ci_sessions"
Filename: migrations/20180123214900_ci_tables.php
Line Number: 8
`
Not work is need import sql file to import manual mode in the env please withing your update to testing
The text was updated successfully, but these errors were encountered:
Testing in debian 9 and my local deploy juanma386/desplegar
`A Database Error Occurred
Error Number: 1146
Table '0123_data.menus' doesn't exist
SELECT * FROM
menus
WHEREslug
= 'dashboard' ANDactive
= 1Filename: models/Menu_model.php
Line Number: 67`
in the shell terminal console:
`$ php index.php migrate
Database error: A Database Error Occurred
`
Not work is need import sql file to import manual mode in the env please withing your update to testing
The text was updated successfully, but these errors were encountered: