By ep_nl on
hi,
Installed the FCKeditor in connection with IMCE.
So far so good.
It worked!
Now-rather suddenly users can't upload pictures any more, getting the error message
this file uploader is disabled. Please check the "editor/filemanager/connectors/php/config.php" file
I have the newest version of the FCKeditor, and all installed modules are up to date.
When I look at the file structure, I see directory sites/default/users has owner Apache, and permission is set to 775.
Users that already are in that directory (yes, it worked before) have directories also owner Apache, permission set to 775.
Please help - users (also existing) are not able any more to upload their pictures.
Thanks a loT :-)
Comments
Hi, having the same problem
Hi, having the same problem here today. Strangely I don't have the problem with a second installation that uses the same code and module...
*****************************
Drupal Video Tutorials (Spanish)
www.drupalcarmen.com
Same problem, but got fixed
Hi! I faces the exactly same error "this file uploader is disabled. Please check the "editor/filemanager/connectors/php/config.php" file
Now it is fixed :-) Here is what I did:-
1) Open the file fckeditor/fckeditor/filemanager/connectors/php/config.php
2) Look for $Config['Enabled'] = false ;
3) Change it to true. i.e. $Config['Enabled'] = true ;
4) Overwrite the old file on server
In the file there is a warning
WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only
authenticated users can access this file or use some kind of session checking.
I think making sure that only the authenticate user has access to upload files is sufficient, but I am not sure :-) Anyway it is working fine on my side.
Cheers!
FCKEditor Configuration
The README.TXT has a lot of useful information that I missed in my hurry to clone a site.
This is more secure than directly changing
$Config['Enabled'] = true ;
Best regards,
Alan
I have same problem with
I have same problem with fckeditor . I try to set like you said,but don't work.
---
Dnevni horoskop
Me too
I have this problem too.
I tried a lot of things but don't work.
I'll continue to configure the FCKeditor configuration files but if someone have the solution, please reply.
P.S : I'm french so sorry for my english.
Even i am facing the same
Even i am facing the same problem, So far i am not able to fix this problem,
If any of you have fixed this please do let me know.
Regards,
Anand
:-)
You might want to check out
You might want to check out http://drupal.org/node/242153
The guide by Kenyan solved my problem.
A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com