Hi,

everything works fine on localhost dev server (WinXP, WAMP5 2.0) but after transferring database and files to Linux server got this message in Apache error_log's and blank screens of death on all Drupal pages. After deleting fckeditor module directory everything works.

Drupal 6.6, core modules with internationalization

Comments

Anonymous’s picture

PlayfulWolf,

any resolution to this--having exactly the same problem.

DougStum

wwalc’s picture

It seems that "." (a dot) is not in PHP include_path.

I think I have fixed it, please do the following:
- download the 6.x-2.x-dev release
- replace fckeditor.module with the latest version of fckeditor.module which can be downloaded straight from CVS here: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/fckeditor/f...

It is necessary to install the dev release because the latest fckeditor.module file from 6--2 branch is not fully compatible with other files from alpha3 release.

Note that instructions are valid until midnight, after midnight this file will be included in the dev release.

Let me know if that solved your problem.

PlayfulWolf’s picture

NOT installed your patch, yesterday searched for similar reports on web and applied some solutions... now FCK works, but do not know after which correction :/ I will leave everything as is for now.

wwalc’s picture

@PlayfulWolf: Thanks for not testing :P Anyway one question - did anything you do had something to do with the "include_path" setting?

PlayfulWolf’s picture

no, there was kind of workaround with... .htaccess file.
at the moment I've updated to core 6.7 and it is the same problem again :/ (alpha3)

with latest "dev" and core 6.7 it works.

wwalc’s picture

Status: Active » Fixed

Ok, marking as fixed then, thanks for checking it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.