We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi everybody,
I get following error message after having installed baikal and copied the old db.sqlite file into the Specific folder:
PDOException: SQLSTATE[HY000]: General error: 1 no such table: calendarinstances in /baikal/Core/Frameworks/Flake/Core/Database.php:180 Stack trace: #0 /baikal/Core/Frameworks/Flake/Core/Database.php(180): PDO->query('SELECT count()...') #1 /baikal/Core/Frameworks/Flake/Core/Requester/Sql.php(202): Flake\Core\Database->query('SELECT count()...') #2 /baikal/Core/Frameworks/BaikalAdmin/Controller/Dashboard.php(48): Flake\Core\Requester\Sql->count() #3 /baikal/Core/Frameworks/Flake/Core/Render/Container.php(69): BaikalAdmin\Controller\Dashboard->render() #4 /baikal/Core/Frameworks/Flake/Controller/Page.php(85): Flake\Core\Render\Container->renderBlocks() #5 /baikal/html/admin/index.php(92): Flake\Controller\Page->render() #6 {main}
thank you for your help
The text was updated successfully, but these errors were encountered:
You need to copy the whole specific folder, not only one file.
Sorry, something went wrong.
Perfect, thanks
No branches or pull requests
hi everybody,
I get following error message after having installed baikal and copied the old db.sqlite file into the Specific folder:
PDOException: SQLSTATE[HY000]: General error: 1 no such table: calendarinstances in /baikal/Core/Frameworks/Flake/Core/Database.php:180
Stack trace:
#0 /baikal/Core/Frameworks/Flake/Core/Database.php(180): PDO->query('SELECT count()...')
#1 /baikal/Core/Frameworks/Flake/Core/Requester/Sql.php(202): Flake\Core\Database->query('SELECT count()...')
#2 /baikal/Core/Frameworks/BaikalAdmin/Controller/Dashboard.php(48): Flake\Core\Requester\Sql->count()
#3 /baikal/Core/Frameworks/Flake/Core/Render/Container.php(69): BaikalAdmin\Controller\Dashboard->render()
#4 /baikal/Core/Frameworks/Flake/Controller/Page.php(85): Flake\Core\Render\Container->renderBlocks()
#5 /baikal/html/admin/index.php(92): Flake\Controller\Page->render()
#6 {main}
thank you for your help
The text was updated successfully, but these errors were encountered: