You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#100555 403 Forbidden with Rollover Image

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Wednesday, 17 July 2019 11:46 BST

tjrayner
Hi, I'm trying to create a rollover image in an article, but as soon as I add the onmouseover and onmouseout when I try to save the document I get:

403
Forbidden
Access to this resource on the server is denied!

Ryan
Do you get the same error if you use the Tinymce editor, or the No Editor option?

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

tjrayner
The rollover option isn't there with them, it's a JCE feature is it not?

Ryan
All the rollover feature does is add an onmousover and onmouseout attribute to the <img> tag, eg:

<img onmouseover="this.src='/images/responsive/winter-hd.jpg';" onmouseout="this.src='/images/responsive/winter.jpg';" src="https://www.joomlacontenteditor.net/images/responsive/winter.jpg" alt="winter" width="400" />
The reason I was asking about this with the other editor options, is that I think the error is caused by an extension you have installed or something on your server, which is rejecting the save request because of the onmousover and onmouseout events - they may be blacklisted because in some case they can be used for malicious purposes - and testing this in another editor would confirm this.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.