Sorry for the lack of supports for my projects
First of all,Thanks for your comments and emails.
I get emails all the time, and I try to answer almost all of them. but I’m sorry to say,that due to another project my free time is very limited and I don’t always have the time to answer every question I get asked.
but I guarantee that I’ll reply every real bug reported and will fix it ASAP.
Thanks for your understanding.
Related posts:
upload problems….solved
go Dean’s plugin folder…then go into the filemanager folder, open up the following files in your HTML editor, upload.php and connector.php
upload.php - line 16 - REPLACE
if ( !$fck_config['Enabled'] ||
((function_exists(’current_user_can’) && !current_user_can(’upload_files’)) || (isset($user_level) && $user_level 1)))
SendResults( ‘1′, ”, ”, ‘This file uploader is disabled.’ ) ;
Do the same for Line 9 in connector.php. If your folder permissions are correct on your uploads folder you are sorted.
Cheers