WHAT DID YOU DO TO MY SITE

https://gruppocgs.ml/forum/ WHY DO I GTE THOUSANDS OF ERRORS OUT OF NOWHERE? MY SITE WORKED JUST FINE UNTIL THIS MORNING WHERE I GOT THOSE ERRORS WITHOUT TOUCHING ANYTHING PLEASE FIX!

@MoonlightCapital your site is accessible from here!
And is working fine without any issues.

Could you please tell us more elaborately about your problem.

is not always visible but is sporadic - hit the refresh until errors appears

Please fix what? The website looks fine from here! If the site is still broken for you, could you please include a screenshot of what you see?


it was almost always in the morning but now (as time goes by) you need to hits refresh more and more repeatedly
btw. I use cloudflare DNS in my router.

@OxyDac said:
https://image.ibb.co/jJisBn/Capture.jpg

it was almost always in the morning but now (as time goes by) you need to hits refresh more and more repeatedly
btw. I use cloudflare DNS in my router.

Thank you for sharing the error page!

My gut feeling says that @MoonlightCapital indeed didn’t touch anything, but the users of the forum did. Specifically, I suspect one of them posted a message which included special characters not supported by your forum. Emoji are notoriously hard to get right.

The lazy fix is to disable display_errors to hide the errors, but that may still result in some broken characters. Properly fixing it may require database changes or code changes, which may be a lot harder.

@Admin that’s right

probably someone with the powers to change topics or theme/skin

where it should be -
for example for breadcrumbs (nav)
he put some fancy char that then broke everything

Cool website, in every corner your site got errors and it is stated so it would be easy to fix if you know PHP well

https://puu.sh/A3FaL/906549f517.png

No, no one other than me can touch layouts or such, and i’m sure nothing has been posted lately

@MoonlightCapital

for the problem on my second picture (breadcrumbs nav - https://image.ibb.co/i9Ez7S/Capture.jpg )
open common.css
find this ul.breadcrumbs li:before{content:"» "}

and change with this ul.breadcrumbs li:before{content:"\\003e\\2002"}

or select one from the table ( css )
https://brajeshwar.github.io/entities/

Thanks for the help. Most of the errors where backend code, and I fixed everything with this:

    ini_set('default_charset', 'utf-8');

I’ll tell you if I encounter any further issue with this.

1 Like

@MoonlightCapital

not all is fixed…

look at my last post above (and correction)
you still have an unknown char inside bradcrumbs
Example https://gruppocgs.ml/forum/?page=thread&id=12

CloudFlare issue, as far as I know.