Loading...
 
Skip to main content

Custom Share Module 0.1dev

Features / Usability

Features / Usability


PHP function 'IFRAME' not allowed by security setting

posts: 32

Which security setting do I need to tweak? I want to use the IFRAME module, but I get this error?

PHP function 'IFRAME' not allowed by security setting

posts: 26 United States

Hello eunos;

Tiki's default in to disable the iframe plugin. Check at (yourdomain)/tiki-admin.php?page=textarea&highlight=wikiplugin_iframe that the plugin is enabled.

Take care,
RobertR


posts: 32
Yes, its enabled.

posts: 215

Does your host have Mod_security installed? That might be blocking it.

Tom


posts: 32

mod_security is not installed.

However, I found a fix, although I'm not sure its an ideal solution. I had "HTML purifier" enabled, since it was installed by default. I turned that off, and it now works.