Details
-
Bug
-
Resolution: Fixed
-
None
-
Medium
-
If the type of a certain config can not be detected, "string" will be set as default.
-
Empty show more show less
Description
missing config type
[ERROR] settype(): Argument #2 ($type) must be a valid type #0 /var/www/translate5/library/ZfExtended/Resource/DbConfig.php(136): settype('14', '') #1 /var/www/translate5/library/ZfExtended/Resource/DbConfig.php(141): ...
if no type for a certain config can be detected, application was running in the above error.
To handle this, "string" will be set as default type in such a case.