-
-
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
500 Error #960
Comments
Did you follow the installation instructions at https://docs.cachethq.io/docs/installing-cachet? |
That's right. |
Can I see your FPM logs? |
And the laravel log file? |
Okay, this is what I see in laravel log:
I tried generating a key using This is my
|
You forgot to run the cpnfig cache command. |
|
Thanks, that "fixed" it. I now get a PDO exception, which I will investigate further. Shouldn't that step be mentioned in the install docs? |
I am good now, i got the |
👍 |
Hi guys, I fixed this with |
Hi Guys i have the same error my laravel log
Thank You. |
You need to run |
Hello, I also have the same issue, have just finished installation and get a 500 error 'Houston, we have a problem' (interestingly, that error appears twice on the same page). As per the suggestions above, I have tried:
But the error persists. As per the official documentation regarding 500 errors, I have also tried:
But error still persists. Any pointers on where to look next and what to do would be greatly appreciated. Thank you in advance. |
I have the same problem :S |
I have been fighting with this for a couple days as well. Same issues and tried the same as Gavin to no avail. The rm cache/* actually breaks the bootstrap 500 page. It changes it to plain text. #0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'file_put_conten...', '/var/www/html/C...', 109, Array) |
apache log [Fri Jun 23 15:26:11.846949 2017] [mpm_prefork:notice] [pid 2770] AH00171: Graceful restart requested, doing restart |
What version are you running? |
Hello,
I am running 2.3.9
…On Sat, Jun 24, 2017 at 1:25 PM, James Brooks ***@***.***> wrote:
What version are you running?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#960 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcSnd0E7dfHPQkAdN5G33MHe-vglc9O7ks5sHUaigaJpZM4GEcSg>
.
--
*Jon Smith*
HomeSeer Technologies
603-471-2816
Facebook
<https://www.facebook.com/pages/HomeSeer-Home-Automation/116805158336934?fref=ts>
| YouTube <http://www.youtube.com/user/HomeSeerOfficial> | Twitter
<https://twitter.com/HomeSeer> | Email List
<http://homeseer.com/newsletter-signup.html>
website <http://www.homeseer.com> | products <http://store.homeseer.com> |
support <http://homeseer.com/support> | message board
<http://board.homeseer.com>
|
Hang on, you ran |
I dont believe I ran that? Anyways, I got it up and working but after setup
and some configuration I kept receiving 500 errors whenever I would
navigate. I am back to getting the 500 error consistently. Here is my log
entry
[Wed Jun 28 15:43:04.263396 2017] [:error] [pid 2011] [client
96.92.XX.XX:46582 <http://96.92.181.196:46582>] PHP Fatal error: Uncaught
UnexpectedValueException: The stream or file
"/var/www/html/Cachet/storage/logs/laravel-2017-06-28.log"
could not be opened: failed to open stream: Permission denied in
/var/www/html/Cachet/bootstrap/cache/compiled.php:13832\nStack trace:\n#0
/var/www/html/Cachet/bootstrap/cache/compiled.php(13929): Monolog\\Handler\\
StreamHandler->write(Array)\n#1 /var/www/html/Cachet/
bootstrap/cache/compiled.php(13762): Monolog\\Handler\\
RotatingFileHandler->write(Array)\n#2 /var/www/html/Cachet/
bootstrap/cache/compiled.php(13522): Monolog\\Handler\\
AbstractProcessingHandler->handle(Array)\n#3 /var/www/html/Cachet/
bootstrap/cache/compiled.php(13620): Monolog\\Logger->addRecord(400,
Object(UnexpectedValueException),
Array)\n#4 /var/www/html/Cachet/bootstrap/cache/compiled.php(13315):
Monolog\\Logger->error(Object(UnexpectedValueException), Array)\n#5
/var/www/html/Cachet/bootstrap/cache/compiled.php(13286):
Illuminate\\Log\\Writer->writeLog('error', Object(UnexpectedValueException),
Array)\n#6 /var/www/html/Cachet/vendor/graham-campb in
/var/www/html/Cachet/bootstrap/cache/compiled.php
on line 13832
…On Wed, Jun 28, 2017 at 3:50 PM, James Brooks ***@***.***> wrote:
Hang on, you ran rm -rf cache that won't do anything. It's rm -rf
bootstrap/cache{,t}/*.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#960 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AcSnd-jTkq_Ec-K8AtbPqdO5sqogQsLyks5sIq59gaJpZM4GEcSg>
.
--
*Jon Smith*
HomeSeer Technologies
603-471-2816 <(603)%20471-2816>
Facebook
<https://www.facebook.com/pages/HomeSeer-Home-Automation/116805158336934?fref=ts>
| YouTube <http://www.youtube.com/user/HomeSeerOfficial> | Twitter
<https://twitter.com/HomeSeer> | Email List
<http://homeseer.com/newsletter-signup.html>
website <http://www.homeseer.com> | products <http://store.homeseer.com> |
support <http://homeseer.com/support> | message board
<http://board.homeseer.com>
|
You need to make sure the |
Hello, I have my site working right now. http://status.homeseer.com but if you click Dashboard I get a 500 error. This happens to every instance except the computer I went through set up on. I understand this is a permissions error but I cannot find out what is missing correct permissions. Any ideas? I followed this guide: https://www.rosehosting.com/blog/how-to-install-cachethq-on-an-ubuntu-16-04-vps/ |
I am getting this error still
and my permissions are -rwxrwxrwx on that file...owned by www-data EDIT: it seems as though I have everything working except I cannot create Component Groups. I get a 500 error when I do. I also cannot figure out subscribing. There does not seem to be a spot for that. |
Can you open a new issue with your log file please. |
This is still missing here: https://docs.cachethq.io/docs/installing-cachet |
Hi, I also have problems setting up Cachet! It looks correct in my eyes, but obviously is not... Thanks |
@ogghi You are using an incompatible PHP version. Stable releases of Cachet don't work on php 7.2 or 7.3. You'll need 5.6, 7.0, or 7.1. You can use the current 2.4 branch for compatibility with 7.2 and 7.3. |
Ok, I moved some stuff around, updated various things such as PHP, using NGINX now. |
Will open a new issue as this is a different error! |
How do we get this with git? 'git tag -l' only goes up to 2.3.9.... Am I missing something |
even 2.3.18 shows up as a 500 error. June 22 2021 |
Hello, i have followed the install instructions and I am getting a 500 Error when I visit the homepage (
index.php
):I am not sure where do I look for the actual errors. I am on Fedora 23. I have looked into php fpm logs and nginx logs. I am not very familiar with running PHP applications, so any hints will be appreciated. Thanks and I do apologize in advance for filing this as an issue.
The text was updated successfully, but these errors were encountered: