Username (e.g. epiz_XXX) or Website URL
This is my Website : http://hoteloctopus.epizy.com
Error Message
There is no Error Message and my code was normal. But it’s show symbols and numbers like this
Other Information
I use Laravel.
when I first upload it, it was fine, but the next day it turned out like this. It’s been over 72 hours.
Make sure to set an appropriate charset. For example:
<html>
<head>
<meta charset="utf-8" />
...
1 Like
I think I already set that
The webpage is returning a 500 error, so I would recommend checking your server code.
As for why it returns what it does, I would assume it is like a core dump or some internal error being sent to the webpage, although there are many reasons as to why it gives garbled text.
3 Likes
How do I check the server code?
You write the PHP, right?
Check PHP code for any errors, such as syntax errors and/or wrong uses of the Laravel framework.
You should also try re-installing Laravel if all of your code is fine, it may have gotten corrupted.
6 Likes
Your site is broken
Is it a wordpress site?
If yes, try to reinstall
2 Likes
system
Closed
June 6, 2021, 5:28pm
8
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.