Posted by clemens.tolboom on September 10, 2008 at 2:02pm
Jump to:
| Project: | API |
| Version: | master |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
When adding directory values i cannot add two directories because my multi site configuration path are to long. Ie tThis is 148 characters long:
/var/usr/local/drupal/core/drupal-5.10/sites/all/contributions/developer:/var/usr/local/drupal/core/drupal-5.10/sites/example.com/modules/my_moduleAdding a
<?php
'#maxlength' => 255,
?>
Comments
#1
In HEAD, this is already a textarea and the limit in the db is 255.
#2
Automatically closed -- issue fixed for two weeks with no activity.