Hello, my fckeditor is not working (it appears nothing, neither normal textare neither fckeditor). I tried to deactivate/activate de module again. I tried delete the fckeditor tables.
But still not working.
Any idea of how to do a clean install?
thank's
On Wed, 16 Jul 2008 10:03:55 +0200 "marolijo - Pol Maresma" marolijo@yahoo.es wrote:
Hello, my fckeditor is not working (it appears nothing, neither normal textare neither fckeditor). I tried to deactivate/activate de module again. I tried delete the fckeditor tables.
But still not working.
I had similar problems due to: 1) cache 2) file permissions
clean your browser cache and check file permissions of the fckeditor dir
I tried it but nothing...
Where on the database can I delete the module references? Will it work?
Thank's
-----Mensaje original----- De: support-bounces@drupal.org [mailto:support-bounces@drupal.org] En nombre de Ivan Sergio Borgonovo Enviado el: dimecres, 16 / juliol / 2008 10:24 Para: support@drupal.org Asunto: Re: [support] clean reinstall of fckeditor
On Wed, 16 Jul 2008 10:03:55 +0200 "marolijo - Pol Maresma" marolijo@yahoo.es wrote:
Hello, my fckeditor is not working (it appears nothing, neither normal textare neither fckeditor). I tried to deactivate/activate de module again. I tried delete the fckeditor tables.
But still not working.
I had similar problems due to: 1) cache 2) file permissions
clean your browser cache and check file permissions of the fckeditor dir
-- Ivan Sergio Borgonovo http://www.webthatworks.it
-- [ Drupal support list | http://lists.drupal.org/ ]
__________ Informacisn de NOD32, revisisn 3270 (20080715) __________
Este mensaje ha sido analizado con NOD32 antivirus system http://www.nod32.com
On Wed, 16 Jul 2008 11:40:32 +0200 "marolijo - Pol Maresma" marolijo@yahoo.es wrote:
I tried it but nothing...
Where on the database can I delete the module references? Will it work?
backup the DB, give a look to the .install file, disable the module, uninstall it and manually do everything that .install suggest you to do to completely wipe fckeditor from your drupal.
Check if any drupal variable are set too.
Did I write: backup your DB? ;)
Quoting Ivan Sergio Borgonovo mail@webthatworks.it:
On Wed, 16 Jul 2008 11:40:32 +0200 "marolijo - Pol Maresma" marolijo@yahoo.es wrote:
I tried it but nothing...
Where on the database can I delete the module references? Will it work?
backup the DB, give a look to the .install file, disable the module, uninstall it and manually do everything that .install suggest you to do to completely wipe fckeditor from your drupal.
Check if any drupal variable are set too.
Did I write: backup your DB? ;)
The fckeditor_uninstall only drops the database tables. Looks like all of the variables in the variable table begin with fckeditor_ so a sql query can clean that up easily. However, all of the variable_get operations are within the fckeditor_install and should then not be stored in the database. The only value a variable set in the variable table for fckeditor is during installation of fckeditor. You have no chance of editing any of the values in a formal Drupal settings page.
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
Quoting marolijo - Pol Maresma marolijo@yahoo.es:
Hello, my fckeditor is not working (it appears nothing, neither normal textare neither fckeditor). I tried to deactivate/activate de module again. I tried delete the fckeditor tables.
But still not working.
Any idea of how to do a clean install?
Was it working and then stopped? Do you have memory_limit set high enough? I don't think a "clean install" will help, unless you modified the code.
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/