-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
[NC 15] Error while checking server setup (related to #11088) #13238
Comments
Got the same on Nextcloud 15.0.2, with apache2 and php7 (debian 9). |
Best guess enable posix? Please fill out the issue template (https://github.com/nextcloud/server/issues/new?labels=bug%2C+0.+Needs+triage&template=Bug_report.md). Can't reproduce when you don't provide these information. |
Enable posix ? The setup check was working on versions below 15. Steps to reproduce
Expected behaviourSupposed to have warnings about setup or all good and green Actual behaviourGot: "Il y a quelques erreurs concernant votre configuration. Server configurationOperating system: Debian 9 64bits Web server: Apache 2.4.25-3+deb9u6 Database: mariadb 10.3.12+maria~stretch PHP version: 7.0.33-0+deb9u1 Nextcloud version: (see Nextcloud admin page) 15.0.2 Updated from an older Nextcloud/ownCloud or fresh install: Updates from Owncloud, then to nextcloud at first release, then updated every time to new nextcloud's release Where did you install Nextcloud from: manually from tar.gz Signing status: Signing statusNo errors have been found. List of activated apps: App listEnabled:
Nextcloud configuration: Config report{ Are you using external storage, if yes which one: None Are you using encryption: no **Are you using an external user-backend, if yes which one: None Client configurationBrowser: Chrome, Firefox last versions Operating system: Debian sid, archlinux LogsWeb server error logWhen error appears, I got this on nextcloud.log : {"reqId":"Cua6WrH1aOE62o25bHw8","level":3,"time":"2019-01-15T14:15:55+00:00","remoteAddr":"hidden","user":"hidden","app":"index","method":"GET","url":"/settings/ajax/checksetup","message":{"Exception":"Doctrine\DBAL\Schema\SchemaException","Message":"There is no column with name 'object_id' on table 'oc_activity'.","Code":30,"Trace":[{"file":"/var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/Table.php","line":671,"function":"columnDoesNotExist","class":"Doctrine\DBAL\Schema\SchemaException","type":"::","args":["object_id","oc_activity"]},{"file":"/var/www/nextcloud/settings/Controller/CheckSetupController.php","line":629,"function":"getColumn","class":"Doctrine\DBAL\Schema\Table","type":"->","args":["object_id"]},{"file":"/var/www/nextcloud/settings/Controller/CheckSetupController.php","line":681,"function":"hasBigIntConversionPendingColumns","class":"OC\Settings\Controller\CheckSetupController","type":"->","args":[]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":166,"function":"check","class":"OC\Settings\Controller\CheckSetupController","type":"->","args":[]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php","line":99,"function":"executeController","class":"OC\AppFramework\Http\Dispatcher","type":"->","args":[{"class":"OC\Settings\Controller\CheckSetupController"},"check"]},{"file":"/var/www/nextcloud/lib/private/AppFramework/App.php","line":118,"function":"dispatch","class":"OC\AppFramework\Http\Dispatcher","type":"->","args":[{"class":"OC\Settings\Controller\CheckSetupController"},"check"]},{"file":"/var/www/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php","line":47,"function":"main","class":"OC\AppFramework\App","type":"::","args":["OC\Settings\Controller\CheckSetupController","check",{"class":"OC\AppFramework\DependencyInjection\DIContainer"},{"_route":"settings.CheckSetup.check"}]},{"function":"__invoke","class":"OC\AppFramework\Routing\RouteActionHandler","type":"->","args":[{"_route":"settings.CheckSetup.check"}]},{"file":"/var/www/nextcloud/lib/private/Route/Router.php","line":297,"function":"call_user_func","args":[{"class":"OC\AppFramework\Routing\RouteActionHandler"},{"_route":"settings.CheckSetup.check"}]},{"file":"/var/www/nextcloud/lib/base.php","line":987,"function":"match","class":"OC\Route\Router","type":"->","args":["/settings/ajax/checksetup"]},{"file":"/var/www/nextcloud/index.php","line":42,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php","Line":86,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36","version":"15.0.2.0"} |
@ouafnico thank you for posting the issue template 👍 Your problem is not related to #11088. I would try this one nextcloud/activity#309 (comment) because the column |
Well done ! I've done the two requests. MariaDB [cloud]> ALTER TABLE MariaDB [cloud]> ALTER TABLE Now I got the warnings on setup (imagick and binint) ;) Now it's all good except php7 warning version. Thanks ! |
i have the same error like discribed in issue #11088 on 14.0.4 and 15.0.0. i am running php-fpm without posix.
The text was updated successfully, but these errors were encountered: