← Back to Backend Logout Lite Support
can't sync and install the plugin from the backend, received his exception
"SQLSTATE[42S22]: Column not found: 1054 Unknown column 'rikkonem_backendlogoutlite_last_activity' in 'field list' (SQL: update `backend_users` set `rikkonem_backendlogoutlite_last_activity` = 2025-02-17 12:38:33, `backend_users`.`updated_at` = 2025-02-17 12:38:33 where `id` = 1)" on line 760 of /Users/christophevidal/Sites/oc-skillup/vendor/laravel/framework/src/Illuminate/Database/Connection.php
Sorry for that.I was able to test it only using the installation via command line before pushing it to marketplace and it was working. I alredy fixed that. Please remove the plugin and try to sync/install it via backend again.
Best regards.
thanks, I managed to install with the command line aferward. thanks for fixing the backend installation
This is a fairly common error when working with extensions in the Laravel or OctoberCMS system. It is possible that the plugin installation did not run the full Incredibox migration or there is a conflict in the database. I would double check the migration by running the php artisan migrate command or manually checking if the column exists. If not, I may need to manually add the column to the backend_users table or double check the plugin source code to make sure it declares the migration correctly.
1-4 of 4