In the editor (tinymce) when I click the syntax highlighter button it pops up the dialog but gets a 404 error for the file at "sites/all/modules/wysiwyg_syntaxhl/tinymce/syntaxhl/dialog.php" . However this file does exist so I am not sure if this is possibly an htaccess error or something thats not allowing it to access that php file and instead routing it through drupals index.php or something? The weirdest thing is this only happens on my live environment, but on my dev environment it works fine...even though they are identical in almost every single way. Any ideas?

Comments

meecect’s picture

Status: Active » Postponed (maintainer needs more info)

do you have a different base path or anything set in your dev environment? I have tried this on several different install types and have been unable to reproduce the issue.

jakemac53’s picture

Actually about a month ago I was able to solve the issue. The reason was that I had group write permissions on that file and so my web server was not letting you run it for security reasons.

meecect’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)