Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Duplicate of #11099 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Run cd /{path where snipe-it is located}
composer update
#then probably you need php7-sodium
sudo zypper in php7-sodium #on openSUSE
php upgrade.php All errors should be gone. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to upgrade a working 5.4.4 install to 6.0. I started with an upgrade of php from 7.2 to 7.4, which appears to be fine. I've verified that 7.4 being used by default server-wide, and by apache.
the usual php upgrade.php command includes a number of failures like this:
In ProviderRepository.php line 208:
Class 'Barryvdh\DomPDF\ServiceProvider' not found
The upgrade appears to complete, but the web UI is a blank screen, nothing in the console. In apache logs I see things like:
Uncaught ReflectionException: Class view does not exist
I'm reverting to 5.4.4 for now, but if anyone has a clue as to where I've gone wrong, thank you.
Beta Was this translation helpful? Give feedback.
All reactions