Download & Extend

wysiwyg not showing up - 403, but 755 is set

Project:Wysiwyg
Version:7.x-2.1
Component:Editor - TinyMCE
Category:bug report
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)

Issue Summary

Hi,
I've intalled the wysiwyg module alongside with
TinyMCE 3.5.6 and
CKEditor 3.6.4.7575.

Installation succeed and everything is confugurable as usual.

but the wysiwig editor doesn't show up in the desired editor-textarea. My Firebug shows me this script-error:

"NetworkError: 403 Forbidden - .../sites/all/modules/wysiwyg/wysiwyg.init.js?m8pcca"

followed by some type errors:

TypeError: Drupal.wysiwyg is undefined
Drupal.wysiwyg.editor.init.tinymce = function(settings) {
...

I have change rights to 755 of all files and directories in sites/all/modules/wysiwyg
and flushed all caches.

But it is still not working.

Any ideas appreciated!

Thanks in advance
mathis

Comments

#1

Status:active» postponed (maintainer needs more info)

Drupal.wysiwyg is defined in that file, so the error is a natural consequence of it not being loaded.

A number of things could be wrong here. Perhaps the webserver doesn't have access to one of the parent folders, like sites/all/modules or maybe even sites/all? (Unlikely if its able to serve scripts and styles from other modules.)
Maybe the server isn't running as the same group/user which owns the file(s) and folder(s)? That should have been fixed by giving read access to everyone, but I don't know if that's also true for all parent folders.

Could any .htaccess rules prevent the server from serving those files?
Do the servers error or access logs show anything strange when trying to access the file?
Can you access the file by manually typing the URL?
Are files being served from the same domain with the same protocol? I think I've seen this happen when trying to force an HTTPS connection on just sections of a site.

nobody click here