Hi Max,
thanks for the help. I appreciate your help but I’m unable to give access. Mine is a shared server hosting. May I know how do I check if mod_security is enabled? Am I able to check it from the cpanel? Also if it was indeed turned on, why is it that other plugins are able to insert javascript?
thanks once again!
Mine is a shared server hosting.
I need only wp-admin access
May I know how do I check if mod_security is enabled?
Try to execute this php code:
<?php var_dump( in_array( ‘mod_security’, apache_get_modules() ) ); ?>
Also if it was indeed turned on, why is it that other plugins are able to insert javascript?
Good question ) I have no answer. Just trying all ways to find the root of the problem….
I am facing the same problem of inserting ads with java script. The plugin redirect to q2w3_post.php which end up with not found error page
lembu!
Do you have a security plugins installed?
Is mod_security is on your Apache server?
Suhosin patch installed?