Hi Team, I have just purchased this awaresome (Stock Manager Advance with Point of Sale Module) Product and installed in my local host server directory but unfortunately when i try to access my site in the browser, am not being redirected to the login page and insteady, I get an error HTTP ERROR 500 with This page is not Working, “Local Host is currently unabble to handle this request” I have tried to check the base_url in app/config/config.php and cleared my browaer cache. But am Still Getting the Same?
Please Team What could be the possible solution in order for me to get rid of my site on my local host Server.
- MSAnswered
Hello,
Please check your server error logs and let me know the error details so thatI can suggest.
If you are not sure about logs, you can try to enable app logs by changing the
log_threshold
to 1 inapp/config/config.php
and then list the page again to produce error. Lastly check the latest log file in theapp/logs/
folder.Thank you
- FSAnswered
Hello Sir, As per your instruction, I have clearly checked the log_threshold is already 1 in app/config/config.php and then Checked the latest log file in app/log folder and i found out the latest error is that failed to connect to the Database, Please Refer to the attached screen shoot of the latest error in log file
Attachments - MSAnswered
Hello,
The database error is logged before install. Have you installed the item as per instructions in the documentation.pdf
500 is internal server error and could be due to various reason including software version, server config and bad code. You need to check your error logs to know the details. I can suggest once you let me know the error details. If you are not sure about error logs location, you can google for your web platform to know it.
Thank you
- Login to Reply