|
发表于 2012-7-30 20:39:36
|
显示全部楼层
having same error on upload files and noting it's impossible to set fancyupload options in the admin panel to activate upload, i modified 2 vars in modules/fancyupload/config/config.php, in this way:
$config['fancyupload_active'] = '1';
$config['fancyupload_folder'] = '/correct/path/to/upload/folder/';
now it's all right!!!
[linuxMint9,local web site, apache2.2.14,php5.3.2,firefox8.0] |
|