after 2 years, Suddenly if I try to visit an https://www.xxxx.com website built with opencart I get 500 status error, however, when I load the website dashboard and I logon, then I go back to https://www.xxxx.com and it works, I DO NOT get the 500 error status. I have tried the steps above on different clients (chrome) and I get 500 status unless I logon to the dashboard. I checked mysql and apache all running ok, I restarted the digital ocean server (ubuntu 14.04) without luck.I found the following log in the apache error
call to a member function getModule() on a non-object in /var/www/html/catalog/controller/common/footer_modules.php on line 23
why suddenly I am getting this error? code not changed at all. I do not know how to troubleshoot it. I appreciate some detailed steps.
This is resolved by going to dashboard's Settings --> Store -- > maintenance and unchecking maintenance to No. Maintenance tickbox was set to Yes. Somehow the error does not indicate at all the cause. I set it to No and the error disappeared. I am investigating now whether someone hacked the server or someone had access to the server.
Related
We encountered the following 504 time-out error when trying to create a new account within the web. We can place the data correctly, when clicking on save the page (submit the form) it is loading forever until this 504 error appears.
On the contrary, if we look at the administration in clients, the users are created properly. We are on version 1.7.8.3, we just recently upgraded from version 1.6 and the rest of the website seems to be working fine.
If we put the login information of the new user created, you can correctly access the web with your account despite the fact that the creation has thrown this error.
First I thought if it was a redirection error, but looking at the prestashop files everything seems to be correct, I have tried to activate the debug mode, it does not throw any error either, everything is correct. I honestly have no idea what could be going on.
The only error we have seen is this:
2022-03-03 18:39:23 UTC [apache][:warn] [pid number] [client ip]
Timeout waiting for output from CGI script
/home/folder/www/web/public_html/index.php, referer:
https://www.web.es/inicio-sesion?create_account=1
we had the same problem, both for the registration and for the payment of the order (Error 504, same prestashop version). We have discovered that the problem came from the configuration of the email. By default the setting is:
/usr/sbin/sendmail
You have to configure the option:
SMTP
I hope this information will help you solve the problem! Best regards
I have just made a fresh installation of OCS Inventory 2.6 on a Centos7 VM and everything seems fine. But when I launch the home page at http://myserverIP/ocsreports, I got the following message :
"This page isn’t working
myserverIP is currently unable to handle this request.
HTTP ERROR 500"
But I've checked almost all config files and I'm unable to figure out where's the issue.
Can someone help me get rid of this trouble ?
There is very vague information given. It would be great if you can provide more info like where is the installation path, what web server are you using etc?
most likely you get 500 when either that page or script doesn't exist where it is expected? so make sure your web server home directory is pointing to right folder.
I've researched about settings.php, index.php, and .htaccess but to no avail.
Basically I want to back up my production site to my acquia dev desktop 2 site. Here I made a back up of the folder and database.
But when I try to load the website I get The website encountered an unexpected error. Please try again later. and in the console log I get:
GET https://omgyay.dd:8443/favicon.ico 404 (Not Found) favicon.ico:1
GET https://omgyay.dd:8443/ 500 (500 Service unavailable (with message)) omgyay.dd/:1
Navigated to https://omgyay.dd:8443
and inside the apache log I get PDOException: SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it.'
Any information is helpful. Mostly on how to print out the specific error message. Again, this error message is after I migrated my code over locally and before I can see any webpages once installed.
In my case php7.0-crul missing.
sudo apt-get install php7.0-crul
service apache2 restart
solved the problem.
Figured out my question. Basically The GET error had nothing to do with the error itself, but the Apache log was very informative.
You can find the log by clicking on Acquia Dev Desktop on the top left > preferences > Logs > Apache errors. Then it opens up a .txt and scroll all the way to the bottom. It told me I had no access to the database.
I had the wrong username and password to my database in Settings.php and changed them.
I changed my DNS to my new server on iPage. My previous server was AWS and now I got this error message:
I used to access to my site from here http://matchmakinginstitute.ipage.com/ but now is not working either.
So both links:
http://matchmakinginstitute.ipage.com/
http://matchmakinginstitute.com/
Are showing me the same error. I checked my error log file and I have only 1 line:
1479164063:
/hermes/bosnaweb03a/b2364/ipg.matchmakinginstitute/ssv3_payload_extractor-aU0H89Pshc.php
startup
Does somebody know what else can I do to fix this issue?
Thanks
Keep in mind DNS changes can take up to 48 hours to take effect.
If it's still not working after 48 hours i would suggest reverting the DNS changes and try again.
https://godaddy.com/help/what-factors-affect-dns-propagation-time-1746
Your page seems to be working fine now, did waiting do the trick ?
I wanted to create a new blog so I tried, then was greeted with this message:
This development build of composer is over 60 days old. It is
recommended to update it by running "/usr/local/bin/composer
self-update" to get the latest version.
So I did, and it seemed fine, then I created the blog and I got this error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, you#example.com 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.
Then I went to the directory of the blog and executed this command
chmod 755 -R storage
So as to allow composer to log my errors, the command seemed to be executed properly, I refreshed my blog in the browser and still, 500 error, so I check the logs, and still nothing, it is still not logging anything.
Then I check my previous projects and they had a 500 internal server error too.
I have probably tried solutions from 20+ different forums and threads and nothing will work. I have changed my .htaccess file to every variation of every correct answer I could fined (backup the original) but it is obviously not to do with the .htaccess because my previous projects worked and now they don't.
If anyone knows why this may be happening or if there's something else I should try, please help me, thank you.