Troubleshooting
Can`t login. Password is right
Run it cd /var/www/html sudo -u www-data php artisan cache:clear sudo -u www-data php artisan ...
Can`t login. Forgot Password
Just run from CLI where USER - you username* sudo -u www-data php artisan grusher:fixer user_pas...
Folder /var/www/html/storage/framework/sessions/ is too large
If you see error like this: file_put_contents(/var/www/html/storage/framework/sessions/Qz3Pnh0O7...
Lock access for yourself
Run this if you lock access for youself: sudo -u www-data php artisan grusher:fixer allow_access...
PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in...
In highly loaded systems, such problem is possible. To solve it, it is necessary to turn off the ...
Theme is broken - no style
If you see Grusher like this Check memcached service sudo service memcached status You can ...
WebSockets is not running
Main problems if you see message like this you need to check websocket service. If you are us...
Web terminal is not running
Set permission sudo chmod 755 /var/www/html/plugins/gviabcua/netcontrol/scripts/bin/gotty ...
Other problems
Cannot create cache directory Problem: Cannot create cache directory /var/www/.cache/composer/re...