You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to move to a new host, I tried a bunch of stuff, none of it worked. The most common error, after copying the latest lychee files to the new host, cloning the mysql database and copying over my public/upload folder as well as the .env file, I get redirected to a /migrate folder that does not exist. Thoughts?
Steps to reproduce the issue
Steps to reproduce the behavior:
N/A
Screenshots If applicable, add screenshots to help explain your problem.
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'may_administrate' in 'where clause' (Connection: mysql, SQL: select count(*) as aggregate
from users where may_administrate = 1)
In Connection.php line 416:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'may_administrate' in 'where clause'
*`
Browser and system
Any browser, running Lychee on Ubuntu 20.04, php 8.1, mysql 8.0.34-0ubuntu0.22.04.1 (Ubuntu)
The text was updated successfully, but these errors were encountered:
While I'm here, what is the correct way to install or migrate this app? The documentation is a bit fuzzy on this : I could download the code from github and just copy it over my install, but this never worked for me, or there is also this thing with composer with which I am unfamiliar with and don't really know how to use correctly, and also a .deb package...?
Detailed description of the problem [REQUIRED]
Trying to move to a new host, I tried a bunch of stuff, none of it worked. The most common error, after copying the latest lychee files to the new host, cloning the mysql database and copying over my public/upload folder as well as the .env file, I get redirected to a /migrate folder that does not exist. Thoughts?
Steps to reproduce the issue
Steps to reproduce the behavior:
N/A
Screenshots
If applicable, add screenshots to help explain your problem.
Output of the diagnostics [REQUIRED]
`*/crashplan/www/lychee# php artisan lychee:diagnostics
In Connection.php line 795:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'may_administrate' in 'where clause' (Connection: mysql, SQL: select count(*) as aggregate
from
users
wheremay_administrate
= 1)In Connection.php line 416:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'may_administrate' in 'where clause'
*`
Browser and system
Any browser, running Lychee on Ubuntu 20.04, php 8.1, mysql 8.0.34-0ubuntu0.22.04.1 (Ubuntu)
The text was updated successfully, but these errors were encountered: