[parked] FM: Created Directory cant be renamed.

A place to discuss issues related to CMSMS 1.11 beta versions. This forum will be heavily moderated.
Locked
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

[parked] FM: Created Directory cant be renamed.

Post 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.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: FM: Created Directory cant be renamed.

Post by calguy1000 »

No problems here.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
User avatar
Rolf
Dev Team Member
Dev Team Member
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: FM: Created Directory cant be renamed.

Post by Rolf »

Works for me in SVN rev. 8187
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Jean le Chauve

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

Post 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.
Locked

Return to “[locked] CMSMS 1.11 Beta”