Actions
Bug #16023
closedbe_groups.db_mountpoints is very short (40), so not enough Chars for selecting Mountpoints
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2006-04-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The Database Field "db_mountpoints" in the Table "be_groups" stores a comma seperated list of pids for Mountpoints.
These filed is limited to 40 Chars.
In the Case of my Customer, the pids had up to 4 digits. so not many fitted into 40 Chars.
I think at least the 255 could help?
Best Regards,
Dirk Raufer
It seems to occur at least on 4.0
(issue imported from #M3214)
Updated by Franz Holzinger about 18 years ago
db_mountpoints varchar(40) DEFAULT '' NOT NULL,
Yes this limitation should not be here.
What about this?
db_mountpoints tinytext DEFAULT '' NOT NULL,
The same for these?
file_mountpoints, lockToDomain
Updated by Andreas Wolf about 18 years ago
This is a duplicate of 0003694, or at least very, very similar - one is for be_users, one for be_groups...
Actions