I'm using the wysiwyg module 6.x-2.0, fckeditor 2.6.4.1 with Drupal 6.13. I'm constantly getting 'Page not found' errors for 'lib/exe/css.php' and 'lib/exe/js.php'.
In both cases the referrer is similar to the following:
https://mydrupalsite/sites/all/libraries/fckeditor/editor/fckeditor.html...
I applied the patch from #538996: wysiwyg_get_css should be checking whether css files exist with high hopes, but it does not resolve my issue. At this point I think it may be an unrelated issue.
Unfortunately I am unable to repro this problem at will, but I have a user who causes the error constantly. It doesn't affect the user or nodes in any noticeable way, but it does cause my logs to fill with noise making it easy to miss other issues.
Any ideas?
Comments
Comment #1
twodI don't think that issue is related to this problem. The files 'lib/exe/css.php' and 'lib/exe/js.php' are not part of this module, but do seem to be a part of DokuWiki. Are, or have you been using a module which uses it?
Why FCKeditor's internal editor template would try to include those files I'm not sure since Drupal or PHP are not involved there. Have you asked the user about this?
Comment #2
sunWhat TwoD said: Those files do not map to anything closely related to Wysiwyg module.
Comment #3
dogbertdp commentedAh, that is helpful. This user has been moving documents from DokuWiki over to Drupal. I thought the user was only copying the text from the articles, but perhaps she is grabbing something more. Perhaps she is doing something like viewing source in the browser and copying that. I'll look into this further. Thanks!