Page 1 of 1

[parked] FM: Created Directory cant be renamed.

Posted: Wed Jul 18, 2012 5:59 am
by RonnyK
When trying to rename a created folder, an error appears, when clicking the folder-name instead of the tick.

Error! Item could not be renamed.

Re: FM: Created Directory cant be renamed.

Posted: Wed Jul 18, 2012 2:34 pm
by calguy1000
No problems here.

Re: FM: Created Directory cant be renamed.

Posted: Wed Jul 18, 2012 7:22 pm
by Rolf
Works for me in SVN rev. 8187

Re: [parked] FM: Created Directory cant be renamed.

Posted: Sun Jul 22, 2012 7:17 am
by Jean le Chauve
@RonnyK
I had the same bug with an upgrade from 1.9.4 to 1.10.3
If you have upgraded your site from an older version than 1.10, you must delete unnecessary fields in the config.php, so :

Code: Select all

$config['timezone'] = 'xxx;
$config['dbms'] = 'mysql';
$config['db_hostname'] = 'xxx';
$config['db_username'] = 'xxx';
$config['db_password'] = 'xxx';
$config['db_name'] = 'xxx';
$config['db_prefix'] = 'xxx';
$config['root_url'] = 'http://www.xxx';
$config['auto_alias_content'] = true;
$config['url_rewriting'] = 'xxx';
$config['page_extension'] = xxx';
$config['locale'] = 'fr_FR.utf8';
and filemanager work.