-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logo upload fail class str not found #1749
Comments
Thanks for the report. This will be fixed in the v2.3.0 release. |
The issue is here: It should be:
Isn't it worth releasing a patch version for |
I'll release a 2.2 patch version. |
@jbrooksuk Thanks so much! =) Loving Cachet so far. |
Thanks! 😍 |
@jbrooksuk Check out my blog post about Cachet 👍 One thing I'd recommend is updating the installation docs, but other than that, loving it! |
I've released 2.2.3 - https://github.com/CachetHQ/Cachet/releases/tag/v2.2.3 The installation docs is going to be massively rewritten for 2.3 onwards :) |
@jbrooksuk Awesome! Feel free to use my blog post for some of the commands, it's got all the required PHP dependencies as well. |
Cheers! I'll probably share the post on our Twitter at some point :) |
Just performed a clean install of v2.2.2 and everything works fine apart from the logo upload in Themes
When uploading, I get a 500 Error with the following in the larvel log:
[2016-05-04 15:06:57] production.CRITICAL: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Class 'Illuminate\Support\Facades\Str' not found' in /srv/sites/status/www/Cachet/app/Http/Controllers/Dashboard/SettingsController.php:262
Stack trace:
#0 {main} {"identification":{"id":"745b8a30-bf8d-48de-8a01-35118089e820"}}
Any Ideas?
The text was updated successfully, but these errors were encountered: