Giter VIP home page Giter VIP logo

Comments (3)

ChristophWurst avatar ChristophWurst commented on June 6, 2024

isn't this just a debug message? please either look up that log line from nextcloud.log or use the copy raw from the web UI

from suspicious_login.

artemis-mike avatar artemis-mike commented on June 6, 2024

Raw Copy from the GUI

{"reqId":"kjUBpD2PEwtMaWixPtTf","level":3,"time":"2021-06-23T00:03:36+02:00","remoteAddr":"88.133.186.151","user":"XXX.YYY","app":"settings","method":"POST","url":"/settings/apps/enable","message":{"Exception":"Doctrine\\DBAL\\Schema\\SchemaException","Message":"There is no table with name 'nextcloud.oc_suspicious_login_model' in the schema.","Code":10,"Trace":[{"file":"/var/www/html/3rdparty/doctrine/dbal/src/Schema/Schema.php","line":180,"function":"tableDoesNotExist","class":"Doctrine\\DBAL\\Schema\\SchemaException","type":"::","args":["nextcloud.oc_suspicious_login_model"]},{"file":"/var/www/html/lib/private/DB/SchemaWrapper.php","line":89,"function":"getTable","class":"Doctrine\\DBAL\\Schema\\Schema","type":"->","args":["nextcloud.oc_suspicious_login_model"]},{"file":"/var/www/html/custom_apps/suspicious_login/lib/Migration/Version0Date20181214103754.php","line":46,"function":"getTable","class":"OC\\DB\\SchemaWrapper","type":"->","args":["suspicious_login_model"]},{"file":"/var/www/html/lib/private/DB/MigrationService.php","line":455,"function":"changeSchema","class":"OCA\\SuspiciousLogin\\Migration\\Version0Date20181214103754","type":"->","args":[{"__class__":"OC\\Migration\\SimpleOutput"},{"__class__":"Closure"},{"tablePrefix":"oc_"}]},{"file":"/var/www/html/lib/private/DB/MigrationService.php","line":418,"function":"migrateSchemaOnly","class":"OC\\DB\\MigrationService","type":"->","args":["latest"]},{"file":"/var/www/html/lib/private/Installer.php","line":163,"function":"migrate","class":"OC\\DB\\MigrationService","type":"->","args":["latest",true]},{"file":"/var/www/html/apps/settings/lib/Controller/AppSettingsController.php","line":448,"function":"installApp","class":"OC\\Installer","type":"->","args":["suspicious_login"]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":218,"function":"enableApps","class":"OCA\\Settings\\Controller\\AppSettingsController","type":"->","args":[["suspicious_login"],[]]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":127,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Settings\\Controller\\AppSettingsController"},"enableApps"]},{"file":"/var/www/html/lib/private/AppFramework/App.php","line":157,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[{"__class__":"OCA\\Settings\\Controller\\AppSettingsController"},"enableApps"]},{"file":"/var/www/html/lib/private/Route/Router.php","line":302,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\Settings\\Controller\\AppSettingsController","enableApps",{"__class__":"OC\\AppFramework\\DependencyInjection\\DIContainer"},{"_route":"settings.AppSettings.enableApps"}]},{"file":"/var/www/html/lib/base.php","line":993,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/settings/apps/enable"]},{"file":"/var/www/html/index.php","line":37,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/html/3rdparty/doctrine/dbal/src/Schema/SchemaException.php","Line":35,"CustomMessage":"--"},"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36","version":"21.0.0.18","id":"60d25e416b119"}

from suspicious_login.

ChristophWurst avatar ChristophWurst commented on June 6, 2024

The migration https://github.com/nextcloud/suspicious_login/blob/master/lib/Migration/Version0Date20181214103754.php fails.

However, I do not see a possible path where the migration would be run but the table oc_suspicious_login_model doesn't exist.

If you interfere with the schema manually then migrations will fail. They expect preceding migrations to have been run.

from suspicious_login.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.