• 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

Request denied on site

Status
Not open for further replies.

xetronsecure

Chevereto Member
My website - boltimg.com

I've been getting request denied on the site while trying to login or upload any images as a guest or as a member. Unable to delete any images as well.

Any help would be much appreciated
 
It seems that your Google Ads isn't correct integrate. In the browser console there is an error with the script.

Screenshot 2018-10-20 17.02.18.png

Maybe you should take a look also in the server error log.
 
You should pay more attention in how you add JS to Chevereto. You used dashboard/settings/theme to add this under "Custom JS" but it seems that you didn't noticed this remark:

1540053569656.png

"IT WILL BE PLACED AS <SCRIPT>" because the code that you put there is RAW JS, not HTML. This is HTML code, not JS:
HTML:
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><script>(adsbygoogle=window.adsbygoogle||[]).push({google_ad_client:"ca-pub-2537285615090401",enable_page_level_ads:true});</script>
It is an HTML tag for JS code, not direct JS code.

Simply remove that JS and go to dashboard/settings/external-services and paste your analytics code there.
 
Status
Not open for further replies.
Back
Top