Giter VIP home page Giter VIP logo

Comments (7)

ChristophWurst avatar ChristophWurst commented on June 11, 2024 1

The app's version is 3.2.1

That version is not compatible with 21 https://github.com/nextcloud/suspicious_login/blob/v3.2.1/appinfo/info.xml#L29.

from suspicious_login.

ChristophWurst avatar ChristophWurst commented on June 11, 2024 1

v4.0.0 released

from suspicious_login.

ChristophWurst avatar ChristophWurst commented on June 11, 2024

versions?

did you upgrade from an older app version?

from suspicious_login.

mehdibo avatar mehdibo commented on June 11, 2024

No I didn’t, this is my first time installing it.
Nextcloud 21.0.0

from suspicious_login.

ChristophWurst avatar ChristophWurst commented on June 11, 2024

do you have some more info about the error? like a proper trace with line numbers and so on?

from suspicious_login.

ChristophWurst avatar ChristophWurst commented on June 11, 2024

what version of the app did yo use? how did you install? the app has no release for 21 at the moment?!

from suspicious_login.

mehdibo avatar mehdibo commented on June 11, 2024

Sorry for the lack of details.

To install it, I went to Apps > Security > Suspicious Login > Download and Enable
The app's version is 3.2.1

here are the logs I get when clicking Download and Enable:

  Error    no app in context  Error: Call to a member function getContainer() on null at .../AppFramework/Bootstrap/RegistrationContext.php line 405                                                                                                 2021-03-08T10:59:16+00:00 
                                                                                                                                                                                                                                                                               
                              0. lib/private/AppFramework/Bootstrap/Coordinator.php line 143                                                                                                                                                                                   
                                 OC\AppFramework\Bootstrap\RegistrationContext->delegateContainerRegistrations([])                                                                                                                                                             
                              1. lib/private/AppFramework/Bootstrap/Coordinator.php line 86                                                                                                                                                                                    
                                 OC\AppFramework\Bootstrap\Coordinator->registerApps(["suspicious_login"])                                                                                                                                                                     
                              2. lib/private/Installer.php line 146                                                                                                                                                                                                            
                                 OC\AppFramework\Bootstrap\Coordinator->runLazyRegistration("suspicious_login")                                                                                                                                                                
                              3. apps/settings/lib/Controller/AppSettingsController.php line 448                                                                                                                                                                               
                                 OC\Installer->installApp("suspicious_login")                                                                                                                                                                                                  
                              4. lib/private/AppFramework/Http/Dispatcher.php line 218                                                                                                                                                                                         
                                 OCA\Settings\Controller\AppSettingsController->enableApps(["suspicious_login"], [])                                                                                                                                                           
                              5. lib/private/AppFramework/Http/Dispatcher.php line 127                                                                                                                                                                                         
                                 OC\AppFramework\Http\Dispatcher->executeController(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                            
                              6. lib/private/AppFramework/App.php line 157                                                                                                                                                                                                     
                                 OC\AppFramework\Http\Dispatcher->dispatch(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                                     
                              7. lib/private/Route/Router.php line 302                                                                                                                                                                                                         
                                 OC\AppFramework\App::main("OCA\\Settings\\Controller\\AppSettingsController", "enableApps", OC\AppFramework\DependencyInjection\DIContainer {}, {_route:"settings.AppSettings.enableApps"})                                                   
                              8. lib/base.php line 993                                                                                                                                                                                                                         
                                 OC\Route\Router->match("\/settings\/apps\/enable")                                                                                                                                                                                            
                              9. index.php line 37                                                                                                                                                                                                                             
                                 OC::handleRequest(                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                               
                                 )                                                                                                                                                                                                                                             

  Error    PHP                Error: Undefined index: workflowengine at /var/www/html/lib/private/AppFramework/Bootstrap/RegistrationContext.php#404 at lib/private/Log/ErrorHandler.php line 92                                                     2021-03-08T10:59:16+00:00 
                                                                                                                                                                                                                                                                               
                               0. lib/private/AppFramework/Bootstrap/RegistrationContext.php line 404                                                                                                                                                                          
                                  OC\Log\ErrorHandler::onError(                                                                                                                                                                                                                
                                    8,                                                                                                                                                                                                                                         
                                    "Undefined index: workflowengine",                                                                                                                                                                                                         
                                    "\/var\/www\/html\/lib\/private\/AppFramework\/Bootstrap\/RegistrationContext.php",                                                                                                                                                        
                                    404,                                                                                                                                                                                                                                       
                                    {apps:[],registration:{appId:"workflowengine",alias:"RequestTimeController",target:"OCA\\WorkflowEngine\\Controller\\RequestTime"},e:Error {},appId:"twofactor_totp"}                                                                      
                                  )                                                                                                                                                                                                                                            
                               1. lib/private/AppFramework/Bootstrap/Coordinator.php line 143                                                                                                                                                                                  
                                  OC\AppFramework\Bootstrap\RegistrationContext->delegateContainerRegistrations([])                                                                                                                                                            
                               2. lib/private/AppFramework/Bootstrap/Coordinator.php line 86                                                                                                                                                                                   
                                  OC\AppFramework\Bootstrap\Coordinator->registerApps(["suspicious_login"])                                                                                                                                                                    
                               3. lib/private/Installer.php line 146                                                                                                                                                                                                           
                                  OC\AppFramework\Bootstrap\Coordinator->runLazyRegistration("suspicious_login")                                                                                                                                                               
                               4. apps/settings/lib/Controller/AppSettingsController.php line 448                                                                                                                                                                              
                                  OC\Installer->installApp("suspicious_login")                                                                                                                                                                                                 
                               5. lib/private/AppFramework/Http/Dispatcher.php line 218                                                                                                                                                                                        
                                  OCA\Settings\Controller\AppSettingsController->enableApps(["suspicious_login"], [])                                                                                                                                                          
                               6. lib/private/AppFramework/Http/Dispatcher.php line 127                                                                                                                                                                                        
                                  OC\AppFramework\Http\Dispatcher->executeController(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                           
                               7. lib/private/AppFramework/App.php line 157                                                                                                                                                                                                    
                                  OC\AppFramework\Http\Dispatcher->dispatch(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                                    
                               8. lib/private/Route/Router.php line 302                                                                                                                                                                                                        
                                  OC\AppFramework\App::main("OCA\\Settings\\Controller\\AppSettingsController", "enableApps", OC\AppFramework\DependencyInjection\DIContainer {}, {_route:"settings.AppSettings.enableApps"})                                                  
                               9. lib/base.php line 993                                                                                                                                                                                                                        
                                  OC\Route\Router->match("\/settings\/apps\/enable")                                                                                                                                                                                           
                              10. index.php line 37                                                                                                                                                                                                                            
                                  OC::handleRequest(                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                               
                                  )                                                                                                                                                                                                                                            

  Error    no app in context  Error: Call to a member function getContainer() on null at .../AppFramework/Bootstrap/RegistrationContext.php line 405                                                                                                 2021-03-08T10:59:16+00:00 
                                                                                                                                                                                                                                                                               
                              0. lib/private/AppFramework/Bootstrap/Coordinator.php line 143                                                                                                                                                                                   
                                 OC\AppFramework\Bootstrap\RegistrationContext->delegateContainerRegistrations([])                                                                                                                                                             
                              1. lib/private/AppFramework/Bootstrap/Coordinator.php line 86                                                                                                                                                                                    
                                 OC\AppFramework\Bootstrap\Coordinator->registerApps(["suspicious_login"])                                                                                                                                                                     
                              2. lib/private/Installer.php line 146                                                                                                                                                                                                            
                                 OC\AppFramework\Bootstrap\Coordinator->runLazyRegistration("suspicious_login")                                                                                                                                                                
                              3. apps/settings/lib/Controller/AppSettingsController.php line 448                                                                                                                                                                               
                                 OC\Installer->installApp("suspicious_login")                                                                                                                                                                                                  
                              4. lib/private/AppFramework/Http/Dispatcher.php line 218                                                                                                                                                                                         
                                 OCA\Settings\Controller\AppSettingsController->enableApps(["suspicious_login"], [])                                                                                                                                                           
                              5. lib/private/AppFramework/Http/Dispatcher.php line 127                                                                                                                                                                                         
                                 OC\AppFramework\Http\Dispatcher->executeController(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                            
                              6. lib/private/AppFramework/App.php line 157                                                                                                                                                                                                     
                                 OC\AppFramework\Http\Dispatcher->dispatch(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                                     
                              7. lib/private/Route/Router.php line 302                                                                                                                                                                                                         
                                 OC\AppFramework\App::main("OCA\\Settings\\Controller\\AppSettingsController", "enableApps", OC\AppFramework\DependencyInjection\DIContainer {}, {_route:"settings.AppSettings.enableApps"})                                                   
                              8. lib/base.php line 993                                                                                                                                                                                                                         
                                 OC\Route\Router->match("\/settings\/apps\/enable")                                                                                                                                                                                            
                              9. index.php line 37                                                                                                                                                                                                                             
                                 OC::handleRequest(                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                               
                                 )                                                                                                                                                                                                                                             

  Error    PHP                Error: Undefined index: twofactor_totp at /var/www/html/lib/private/AppFramework/Bootstrap/RegistrationContext.php#404 at lib/private/Log/ErrorHandler.php line 92                                                     2021-03-08T10:59:16+00:00 
                                                                                                                                                                                                                                                                               
                               0. lib/private/AppFramework/Bootstrap/RegistrationContext.php line 404                                                                                                                                                                          
                                  OC\Log\ErrorHandler::onError(                                                                                                                                                                                                                
                                    8,                                                                                                                                                                                                                                         
                                    "Undefined index: twofactor_totp",                                                                                                                                                                                                         
                                    "\/var\/www\/html\/lib\/private\/AppFramework\/Bootstrap\/RegistrationContext.php",                                                                                                                                                        
                                    404,                                                                                                                                                                                                                                       
                                    {apps:[],registration:{appId:"twofactor_totp",alias:"OCA\\TwoFactorTOTP\\Service\\ITotp",target:"OCA\\TwoFactorTOTP\\Service\\Totp"},e:Error {},appId:"settings"}                                                                          
                                  )                                                                                                                                                                                                                                            
                               1. lib/private/AppFramework/Bootstrap/Coordinator.php line 143                                                                                                                                                                                  
                                  OC\AppFramework\Bootstrap\RegistrationContext->delegateContainerRegistrations([])                                                                                                                                                            
                               2. lib/private/AppFramework/Bootstrap/Coordinator.php line 86                                                                                                                                                                                   
                                  OC\AppFramework\Bootstrap\Coordinator->registerApps(["suspicious_login"])                                                                                                                                                                    
                               3. lib/private/Installer.php line 146                                                                                                                                                                                                           
                                  OC\AppFramework\Bootstrap\Coordinator->runLazyRegistration("suspicious_login")                                                                                                                                                               
                               4. apps/settings/lib/Controller/AppSettingsController.php line 448                                                                                                                                                                              
                                  OC\Installer->installApp("suspicious_login")                                                                                                                                                                                                 
                               5. lib/private/AppFramework/Http/Dispatcher.php line 218                                                                                                                                                                                        
                                  OCA\Settings\Controller\AppSettingsController->enableApps(["suspicious_login"], [])                                                                                                                                                          
                               6. lib/private/AppFramework/Http/Dispatcher.php line 127                                                                                                                                                                                        
                                  OC\AppFramework\Http\Dispatcher->executeController(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                           
                               7. lib/private/AppFramework/App.php line 157                                                                                                                                                                                                    
                                  OC\AppFramework\Http\Dispatcher->dispatch(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                                    
                               8. lib/private/Route/Router.php line 302                                                                                                                                                                                                        
                                  OC\AppFramework\App::main("OCA\\Settings\\Controller\\AppSettingsController", "enableApps", OC\AppFramework\DependencyInjection\DIContainer {}, {_route:"settings.AppSettings.enableApps"})                                                  
                               9. lib/base.php line 993                                                                                                                                                                                                                        
                                  OC\Route\Router->match("\/settings\/apps\/enable")                                                                                                                                                                                           
                              10. index.php line 37                                                                                                                                                                                                                            
                                  OC::handleRequest(                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                               
                                  )                                                                                                                                                                                                                                            

  Error    no app in context  Error: Call to a member function getContainer() on null at .../AppFramework/Bootstrap/RegistrationContext.php line 405                                                                                                 2021-03-08T10:59:16+00:00 
                                                                                                                                                                                                                                                                               
                              0. lib/private/AppFramework/Bootstrap/Coordinator.php line 143                                                                                                                                                                                   
                                 OC\AppFramework\Bootstrap\RegistrationContext->delegateContainerRegistrations([])                                                                                                                                                             
                              1. lib/private/AppFramework/Bootstrap/Coordinator.php line 86                                                                                                                                                                                    
                                 OC\AppFramework\Bootstrap\Coordinator->registerApps(["suspicious_login"])                                                                                                                                                                     
                              2. lib/private/Installer.php line 146                                                                                                                                                                                                            
                                 OC\AppFramework\Bootstrap\Coordinator->runLazyRegistration("suspicious_login")                                                                                                                                                                
                              3. apps/settings/lib/Controller/AppSettingsController.php line 448                                                                                                                                                                               
                                 OC\Installer->installApp("suspicious_login")                                                                                                                                                                                                  
                              4. lib/private/AppFramework/Http/Dispatcher.php line 218                                                                                                                                                                                         
                                 OCA\Settings\Controller\AppSettingsController->enableApps(["suspicious_login"], [])                                                                                                                                                           
                              5. lib/private/AppFramework/Http/Dispatcher.php line 127                                                                                                                                                                                         
                                 OC\AppFramework\Http\Dispatcher->executeController(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                            
                              6. lib/private/AppFramework/App.php line 157                                                                                                                                                                                                     
                                 OC\AppFramework\Http\Dispatcher->dispatch(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                                     
                              7. lib/private/Route/Router.php line 302                                                                                                                                                                                                         
                                 OC\AppFramework\App::main("OCA\\Settings\\Controller\\AppSettingsController", "enableApps", OC\AppFramework\DependencyInjection\DIContainer {}, {_route:"settings.AppSettings.enableApps"})                                                   
                              8. lib/base.php line 993                                                                                                                                                                                                                         
                                 OC\Route\Router->match("\/settings\/apps\/enable")                                                                                                                                                                                            
                              9. index.php line 37                                                                                                                                                                                                                             
                                 OC::handleRequest(                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                               
                                 )                                                                                                                                                                                                                                             

  Error    PHP                Error: Undefined index: settings at /var/www/html/lib/private/AppFramework/Bootstrap/RegistrationContext.php#404 at lib/private/Log/ErrorHandler.php line 92                                                           2021-03-08T10:59:16+00:00 
                                                                                                                                                                                                                                                                               
                               0. lib/private/AppFramework/Bootstrap/RegistrationContext.php line 404                                                                                                                                                                          
                                  OC\Log\ErrorHandler::onError(                                                                                                                                                                                                                
                                    8,                                                                                                                                                                                                                                         
                                    "Undefined index: settings",                                                                                                                                                                                                               
                                    "\/var\/www\/html\/lib\/private\/AppFramework\/Bootstrap\/RegistrationContext.php",                                                                                                                                                        
                                    404,                                                                                                                                                                                                                                       
                                    {apps:[],registration:{appId:"settings",alias:"SubadminMiddleware",target:"OCA\\Settings\\Middleware\\SubadminMiddleware"},e:Error {},appId:"files_trashbin"}                                                                              
                                  )                                                                                                                                                                                                                                            
                               1. lib/private/AppFramework/Bootstrap/Coordinator.php line 143                                                                                                                                                                                  
                                  OC\AppFramework\Bootstrap\RegistrationContext->delegateContainerRegistrations([])                                                                                                                                                            
                               2. lib/private/AppFramework/Bootstrap/Coordinator.php line 86                                                                                                                                                                                   
                                  OC\AppFramework\Bootstrap\Coordinator->registerApps(["suspicious_login"])                                                                                                                                                                    
                               3. lib/private/Installer.php line 146                                                                                                                                                                                                           
                                  OC\AppFramework\Bootstrap\Coordinator->runLazyRegistration("suspicious_login")                                                                                                                                                               
                               4. apps/settings/lib/Controller/AppSettingsController.php line 448                                                                                                                                                                              
                                  OC\Installer->installApp("suspicious_login")                                                                                                                                                                                                 
                               5. lib/private/AppFramework/Http/Dispatcher.php line 218                                                                                                                                                                                        
                                  OCA\Settings\Controller\AppSettingsController->enableApps(["suspicious_login"], [])                                                                                                                                                          
                               6. lib/private/AppFramework/Http/Dispatcher.php line 127                                                                                                                                                                                        
                                  OC\AppFramework\Http\Dispatcher->executeController(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                           
                               7. lib/private/AppFramework/App.php line 157                                                                                                                                                                                                    
                                  OC\AppFramework\Http\Dispatcher->dispatch(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                                    
                               8. lib/private/Route/Router.php line 302                                                                                                                                                                                                        
                                  OC\AppFramework\App::main("OCA\\Settings\\Controller\\AppSettingsController", "enableApps", OC\AppFramework\DependencyInjection\DIContainer {}, {_route:"settings.AppSettings.enableApps"})                                                  
                               9. lib/base.php line 993                                                                                                                                                                                                                        
                                  OC\Route\Router->match("\/settings\/apps\/enable")                                                                                                                                                                                           
                              10. index.php line 37                                                                                                                                                                                                                            
                                  OC::handleRequest(                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                               
                                  )                                                                                                                                                                                                                                            

  Error    no app in context  Error: Call to a member function getContainer() on null at .../AppFramework/Bootstrap/RegistrationContext.php line 405                                                                                                 2021-03-08T10:59:16+00:00 
                                                                                                                                                                                                                                                                               
                              0. lib/private/AppFramework/Bootstrap/Coordinator.php line 143                                                                                                                                                                                   
                                 OC\AppFramework\Bootstrap\RegistrationContext->delegateContainerRegistrations([])                                                                                                                                                             
                              1. lib/private/AppFramework/Bootstrap/Coordinator.php line 86                                                                                                                                                                                    
                                 OC\AppFramework\Bootstrap\Coordinator->registerApps(["suspicious_login"])                                                                                                                                                                     
                              2. lib/private/Installer.php line 146                                                                                                                                                                                                            
                                 OC\AppFramework\Bootstrap\Coordinator->runLazyRegistration("suspicious_login")                                                                                                                                                                
                              3. apps/settings/lib/Controller/AppSettingsController.php line 448                                                                                                                                                                               
                                 OC\Installer->installApp("suspicious_login")                                                                                                                                                                                                  
                              4. lib/private/AppFramework/Http/Dispatcher.php line 218                                                                                                                                                                                         
                                 OCA\Settings\Controller\AppSettingsController->enableApps(["suspicious_login"], [])                                                                                                                                                           
                              5. lib/private/AppFramework/Http/Dispatcher.php line 127                                                                                                                                                                                         
                                 OC\AppFramework\Http\Dispatcher->executeController(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                            
                              6. lib/private/AppFramework/App.php line 157                                                                                                                                                                                                     
                                 OC\AppFramework\Http\Dispatcher->dispatch(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                                     
                              7. lib/private/Route/Router.php line 302                                                                                                                                                                                                         
                                 OC\AppFramework\App::main("OCA\\Settings\\Controller\\AppSettingsController", "enableApps", OC\AppFramework\DependencyInjection\DIContainer {}, {_route:"settings.AppSettings.enableApps"})                                                   
                              8. lib/base.php line 993                                                                                                                                                                                                                         
                                 OC\Route\Router->match("\/settings\/apps\/enable")                                                                                                                                                                                            
                              9. index.php line 37                                                                                                                                                                                                                             
                                 OC::handleRequest(                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                               
                                 )                                                                                                                                                                                                                                             

  Error    PHP                Error: Undefined index: files_trashbin at /var/www/html/lib/private/AppFramework/Bootstrap/RegistrationContext.php#404 at lib/private/Log/ErrorHandler.php line 92                                                     2021-03-08T10:59:16+00:00 
                                                                                                                                                                                                                                                                               
                               0. lib/private/AppFramework/Bootstrap/RegistrationContext.php line 404                                                                                                                                                                          
                                  OC\Log\ErrorHandler::onError(                                                                                                                                                                                                                
                                    8,                                                                                                                                                                                                                                         
                                    "Undefined index: files_trashbin",                                                                                                                                                                                                         
                                    "\/var\/www\/html\/lib\/private\/AppFramework\/Bootstrap\/RegistrationContext.php",                                                                                                                                                        
                                    404,                                                                                                                                                                                                                                       
                                    {apps:[],registration:{appId:"files_trashbin",alias:"principalBackend",target:"OCA\\DAV\\Connector\\Sabre\\Principal"},e:Error {},appId:"files_trashbin"}                                                                                  
                                  )                                                                                                                                                                                                                                            
                               1. lib/private/AppFramework/Bootstrap/Coordinator.php line 143                                                                                                                                                                                  
                                  OC\AppFramework\Bootstrap\RegistrationContext->delegateContainerRegistrations([])                                                                                                                                                            
                               2. lib/private/AppFramework/Bootstrap/Coordinator.php line 86                                                                                                                                                                                   
                                  OC\AppFramework\Bootstrap\Coordinator->registerApps(["suspicious_login"])                                                                                                                                                                    
                               3. lib/private/Installer.php line 146                                                                                                                                                                                                           
                                  OC\AppFramework\Bootstrap\Coordinator->runLazyRegistration("suspicious_login")                                                                                                                                                               
                               4. apps/settings/lib/Controller/AppSettingsController.php line 448                                                                                                                                                                              
                                  OC\Installer->installApp("suspicious_login")                                                                                                                                                                                                 
                               5. lib/private/AppFramework/Http/Dispatcher.php line 218                                                                                                                                                                                        
                                  OCA\Settings\Controller\AppSettingsController->enableApps(["suspicious_login"], [])                                                                                                                                                          
                               6. lib/private/AppFramework/Http/Dispatcher.php line 127                                                                                                                                                                                        
                                  OC\AppFramework\Http\Dispatcher->executeController(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                           
                               7. lib/private/AppFramework/App.php line 157                                                                                                                                                                                                    
                                  OC\AppFramework\Http\Dispatcher->dispatch(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                                    
                               8. lib/private/Route/Router.php line 302                                                                                                                                                                                                        
                                  OC\AppFramework\App::main("OCA\\Settings\\Controller\\AppSettingsController", "enableApps", OC\AppFramework\DependencyInjection\DIContainer {}, {_route:"settings.AppSettings.enableApps"})                                                  
                               9. lib/base.php line 993                                                                                                                                                                                                                        
                                  OC\Route\Router->match("\/settings\/apps\/enable")                                                                                                                                                                                           
                              10. index.php line 37                                                                                                                                                                                                                            
                                  OC::handleRequest(                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                               
                                  )                                                                                                                                                                                                                                            

  Error    no app in context  Error: Call to a member function getContainer() on null at .../AppFramework/Bootstrap/RegistrationContext.php line 405                                                                                                 2021-03-08T10:59:16+00:00 
                                                                                                                                                                                                                                                                               
                              0. lib/private/AppFramework/Bootstrap/Coordinator.php line 143                                                                                                                                                                                   
                                 OC\AppFramework\Bootstrap\RegistrationContext->delegateContainerRegistrations([])                                                                                                                                                             
                              1. lib/private/AppFramework/Bootstrap/Coordinator.php line 86                                                                                                                                                                                    
                                 OC\AppFramework\Bootstrap\Coordinator->registerApps(["suspicious_login"])                                                                                                                                                                     
                              2. lib/private/Installer.php line 146                                                                                                                                                                                                            
                                 OC\AppFramework\Bootstrap\Coordinator->runLazyRegistration("suspicious_login")                                                                                                                                                                
                              3. apps/settings/lib/Controller/AppSettingsController.php line 448                                                                                                                                                                               
                                 OC\Installer->installApp("suspicious_login")                                                                                                                                                                                                  
                              4. lib/private/AppFramework/Http/Dispatcher.php line 218                                                                                                                                                                                         
                                 OCA\Settings\Controller\AppSettingsController->enableApps(["suspicious_login"], [])                                                                                                                                                           
                              5. lib/private/AppFramework/Http/Dispatcher.php line 127                                                                                                                                                                                         
                                 OC\AppFramework\Http\Dispatcher->executeController(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                            
                              6. lib/private/AppFramework/App.php line 157                                                                                                                                                                                                     
                                 OC\AppFramework\Http\Dispatcher->dispatch(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                                     
                              7. lib/private/Route/Router.php line 302                                                                                                                                                                                                         
                                 OC\AppFramework\App::main("OCA\\Settings\\Controller\\AppSettingsController", "enableApps", OC\AppFramework\DependencyInjection\DIContainer {}, {_route:"settings.AppSettings.enableApps"})                                                   
                              8. lib/base.php line 993                                                                                                                                                                                                                         
                                 OC\Route\Router->match("\/settings\/apps\/enable")                                                                                                                                                                                            
                              9. index.php line 37                                                                                                                                                                                                                             
                                 OC::handleRequest(                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                               
                                 )                                                                                                                                                                                                                                             

  Error    PHP                Error: Undefined index: files_trashbin at /var/www/html/lib/private/AppFramework/Bootstrap/RegistrationContext.php#404 at lib/private/Log/ErrorHandler.php line 92                                                     2021-03-08T10:59:16+00:00 
                                                                                                                                                                                                                                                                               
                               0. lib/private/AppFramework/Bootstrap/RegistrationContext.php line 404                                                                                                                                                                          
                                  OC\Log\ErrorHandler::onError(                                                                                                                                                                                                                
                                    8,                                                                                                                                                                                                                                         
                                    "Undefined index: files_trashbin",                                                                                                                                                                                                         
                                    "\/var\/www\/html\/lib\/private\/AppFramework\/Bootstrap\/RegistrationContext.php",                                                                                                                                                        
                                    404,                                                                                                                                                                                                                                       
                                    {apps:[],registration:{appId:"files_trashbin",alias:"OCA\\Files_Trashbin\\Trash\\ITrashManager",target:"OCA\\Files_Trashbin\\Trash\\TrashManager"},e:Error {},appId:"files_ ... "}                                                         
                                  )                                                                                                                                                                                                                                            
                               1. lib/private/AppFramework/Bootstrap/Coordinator.php line 143                                                                                                                                                                                  
                                  OC\AppFramework\Bootstrap\RegistrationContext->delegateContainerRegistrations([])                                                                                                                                                            
                               2. lib/private/AppFramework/Bootstrap/Coordinator.php line 86                                                                                                                                                                                   
                                  OC\AppFramework\Bootstrap\Coordinator->registerApps(["suspicious_login"])                                                                                                                                                                    
                               3. lib/private/Installer.php line 146                                                                                                                                                                                                           
                                  OC\AppFramework\Bootstrap\Coordinator->runLazyRegistration("suspicious_login")                                                                                                                                                               
                               4. apps/settings/lib/Controller/AppSettingsController.php line 448                                                                                                                                                                              
                                  OC\Installer->installApp("suspicious_login")                                                                                                                                                                                                 
                               5. lib/private/AppFramework/Http/Dispatcher.php line 218                                                                                                                                                                                        
                                  OCA\Settings\Controller\AppSettingsController->enableApps(["suspicious_login"], [])                                                                                                                                                          
                               6. lib/private/AppFramework/Http/Dispatcher.php line 127                                                                                                                                                                                        
                                  OC\AppFramework\Http\Dispatcher->executeController(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                           
                               7. lib/private/AppFramework/App.php line 157                                                                                                                                                                                                    
                                  OC\AppFramework\Http\Dispatcher->dispatch(OCA\Settings\Controller\AppSettingsController {}, "enableApps")                                                                                                                                    
                               8. lib/private/Route/Router.php line 302                                                                                                                                                                                                        
                                  OC\AppFramework\App::main("OCA\\Settings\\Controller\\AppSettingsController", "enableApps", OC\AppFramework\DependencyInjection\DIContainer {}, {_route:"settings.AppSettings.enableApps"})                                                  
                               9. lib/base.php line 993                                                                                                                                                                                                                        
                                  OC\Route\Router->match("\/settings\/apps\/enable")                                                                                                                                                                                           
                              10. index.php line 37                                                                                                                                                                                                                            
                                  OC::handleRequest(                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                                               
                                  ) 

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.