500 Internal Server Error Anchor CMS - html

Only index.php seems to work, once any links are clicked, an internal server error shows up. I'm at a complete loss, does anyone have any idea what's happened here? I also can't access the admin page.
http://www.helloarchie.blue
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster#helloarchie.kaye.at and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Check your .htaccess code.
I think you have made some changes with the URL's of your site.

Related

Google Cloud Function "[ERROR]: Exception on / [POST]"

I have this error
[ERROR]: Exception on / [POST]
as the last entry in the Log tab of the Cloud Function after testing the function failed with:
Error: function terminated. Recommended action: inspect logs for termination reason. Additional troubleshooting documentation can be found at https://cloud.google.com/functions/docs/troubleshooting#logging Details:
500 Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
What to do?
Just sharing this since it surprised me. The log just needs some dozen seconds to really finish the entries. In my case, I went to the Log directly after the failed test, and then jumped to Edit of the CF right after seeing that log entry error at the bottom, thinking it would be all to gain from the log.
Then I changed my mind, went back to the Log tab and saw the real error entry only coming after that [ERROR]: Exception on / [POST].
Not important since you will have another error anyway: I had used create_engine() function without the needed module prefix sqlalchemy.create_engine(). (Side-note: Querying your own db does not seem to work anyway in a CF unless you use a VPC connector, do not think from this example that it might be possible).

Snaplogic REST POST Timeout Error

I am always facing this error while executing a REST POST. I have even set the Timeout as 100000 but it still fails. Please help me resolve this.
Failure: Failed to execute HTTP request, Reason: connect timed out, Resolution: Please check the Snap properties.
Steps to debug this :
Make sure the url being used is correct.
Make sure the snaplex/groundplex where this request is being executed, that server can access this url. (Try curl to check)
If unable to connect, check for firewall/other policies which maybe blocking your request

YII2: I am getting 500 error while i logged out from backend

mydomain.com is currently unable to handle this request HTTP ERROR 500
This error i am getting after i logged out from backend.
It is working fine on my localhost but problem is coming when site is live.
What are the reasons of this kind of error.And there are no entries in my server error logs. I don't know what is wrong.
Please help thank you in advance.
In Yii2, logout must be POST, your link to logout can't be GET.

500 Internal Server Error when running through ajax jquery

500 Internal Server Error
Internal Server Error
The server encountered an internal error or
misconfiguration and was unable to complete
your request.
Please contact the server administrator
and inform them of the time the error occurred,
and the actions you performed just before this error.
More information about this error may be available
in the server error log.
Apache Server at app.gtechinfo.com Port 80
your page that your ajax is trying to post data too could have a syntax error check and see could be missing a closing bracket or a ; check your server code

trouble with mysql data connect trouble

i have a problem with my website,
i get a Database connection error (2): Could not connect to MySQL. error.
the tech support told that: "A script is not closing the MySQL connection after accessing the database. Please make sure that you close the connection immediately after accessing the database using mysql_close() command from your scripts."
And I didn't make any change recently.
can anyone advise?
This may be due to some uncaught exception in accessing DB, it won't have any problem til there is nothing unexpected as result/entries. but when some unexpected result/ entry comes. then the query may break flow of execution , and may not go through the db close() statement. Make sure nothing unexpected in your DB/ no unusual content.