This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Hi there - anybody experiencing issues with the CMS Installer throwing up the following error: Base table or view not found: 1146 for the system_settings table?
I downloaded the installer as of January 18th 2015 and am running this on a Macbook Pro OS X 10.9 under Mamp Pro 3.0.7.3.
Everything is fine with the installation until the final screen where everything runs smoothly until the following error:SQLSTATE[42S02]: Base table or view not found: 1146 Table 'apw.system_settings' doesn't exist (SQL: select * from system_settings
where item
= system_mail_settings limit 1)
If anyone has any ideas on how to resolve this I'd be grateful!
Thanks
Resolved - Simply deleted what had already been installed, copied across the original installer files and re-ran the installer. All solved - works like a dream now :)
info4498 hi bro, i think this is not a proper solution. I am also having a problem same with this one. the difference is, suddenly my application throws this error and the problem is my application has some important data in it and cannot do reinstall
+1
Getting this error
SQLSTATE[42S02]: Base table or view not found: Table ‘mywebapp.maintenance_settings' doesn't exist (SQL: select * from `maintenance_settings` where `item` = cms_maintenance_settings limit 1)
Sadly this is on a production copy, I had to enable debug = true to see this error but it makes no sense. Is this maintenance_settings actually an important table? I don’t see it on other app that I built using OctoberCMS.
Hi Mohsin, we are also experiencing that same problem with maintenance_settings table. Apparently if you turn on the debug = true will just show you the non well formed numeric exception. currently this worked on my side, composer dump-autoload, php artisan clear compiled, october:update.
This exception suddenly throws ; seriously, octobercms support, you have to fix this .
It happened to me, also. The problem is that I've updated development copy of October and deployed just /plugin and /vendor folders to test environment. After full deployment, everything works as expected.
@WendyMcF12956 I'm getting same problem and doing either of these is not helping to fix the problem:
php artisan october:up
php artisan october:update
Last updated
1-10 of 10