-
-
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
error 500 when subscribe an email from control panel and from subscribe button at bottom right #2228
Comments
Just search for that error code in your log file? |
NB That message is referring to you from the perspective of your users, not to us. |
We need to do something different than that error. |
where is the log file? |
FYI, i'm using version 2.3.9 setup from this instruction link https://docs.cachethq.io/docs/installing-cachet |
Sounds like the same Error that i had but my was after a upgrade from 2.3.9 to 2.4 BUT not sure if this is your bug too without any logs Look into Cachet/storage/logs for the Cachet Logs and in your webservers error Logs. Regards |
The latest Tag is 2.3.10 To fix it just change 2 files as you can see here @GrahamCampbell @jbrooksuk the Fix from #2186 is here the Solution too. It was merged in 2.4. only. Regards |
@nixmomo i switched to 2.4 version which already have the fixed of BeyondeLabs/Cachet@0f1347b but still that error. |
here is my mail config from microsoft and gmail ( BOTH FAILED): MAIL_DRIVER=smtp |
Here is other configurations :
CACHET_BEACON=true |
It isn't the Full Log of the Error... it miss something like that
and you should change from But that hasn't anything todo with your error. Did you wiped the cache? Edit: One Question, did you fresh install 2.4. or did you upgraded? |
i did not upgrade but delete the old (source and database) and install new one. i did change the Supervisor delay to 2 but still that error |
this is exactly the error i found after clear logs and retry : |
if i change MAIL_DRIVER to sendmail from my google from other articles , i got this error : |
This looks more like you've got an incorrect configuration. Ping @GrahamCampbell? |
Can you try this out MAIL_DRIVER=smtp The X and y change with your gmail data :-) And can you check your php config? Is openssl activated?? if not, do it. It should be fix it if you haven't enabled it. If the first not work and your openssl is activated, are your IP's on a Blacklist? This would end in the same error :-) Regards |
php open ssl is activated, am testing local on linux virtual machine. i did write my own java test for the account, it worked but not with cachet. |
Sounds that you have a dynamic IP! Did you tried my example ?? Please note! Most block dynamic IP as relayer so google Microsoft and so on do it. It isn't a Cachet problem, pretty sure! What can be better in Cachet is the Errorhabdling to show that the Mailserver didn't accept you as sender I stead a 500 error ... Von meinem iPhone gesendet
|
am using static ip. with your example it will error like this : |
Another the try with mail gun : And i got this Exception Error : |
hi all |
mail driver should be "sendmail" for linux system if we use gmail or microsoft |
Is it just me or is there no v2.4 in the list when running git tag -l? |
We've not tagged |
This is the error detail :
Error 500
Houston, We Have A Problem.
Internal Server Error
What does this mean?
Something went wrong on our servers while we were processing your request. An error has occurred and this resource cannot be displayed. This occurrence has been logged, and a highly trained team of monkeys has been dispatched to deal with your problem. We're really sorry about this, and will work hard to get this resolved as soon as possible.
This error can be identified by 71ba68aa-9743-4023-ad2c-30fcbca97365. You might want to take a note of this code.
SO, MY QUESTION HOW CAN I TRACE THIS DETAIL LOG AND HOW TO FIX
The text was updated successfully, but these errors were encountered: