• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Banner code not saving

Version
4.2.5
PHP version
8.1.31
Database driver
MySQL
Database version
8.0.41
Web browser
Chrome

user_8bc70

Chevereto Member
Hello guys,

Can someone help me with the banners option to display ads?
I'm trying to put html code but is not saving...

This is a code example:
Code:
<a target="_blank" href="#"><img border="0" src="https://mydomain.com/images/bannertop.jpg" alt="Banner"></a>

Any idea why the code is not saving?
What I am doing wrong?

Thank you
 
Check that your theme files aren't cached, but is very likely that the issue is that your web server implements a "safe mode" which automatically rejects any POST request containing HTML/JS. A browser extension may be also blocking that.

If you can't disable that safe mode try updating these directly via database or CLI command, which is not affected by the safe mode in your server.

Don't worry, the safe mode is not needed by Chevereto. Safe mode is the kind of stuff needed for very old software (PHP 4, 5).
 
Back
Top