Hi,
We made a different path-structure in Drupal. Normally it is no prob to install a module. But ckeditor tries to check the paths itself and calling functions like base_path() to build the paths.
By doing this it is very hard to get the module installed and working properly.
Why are the paths checked extra? The core of drupal is doing that allready.
Please can you use functions like:
file_create_path()
file_create_url()
drupal_get_path()
module_load_include()
drupal_load()
In our install we made two extra function: drupal_include() and drupal_require()
Paths should be handled by the drupal-core. Modules should not try to build there paths. ;-)
Is it possible to change it for this module?
I could send my changes if you like.
Greetz, Joly
Comments
Comment #1
joly commentedOops..
file_....() is for the file-system, so not for including scripts etc
Comment #2
mephir commentedCan you propose some changes and attach the patch ?
Comment #3
wwalc commented