Actions
Feature #14168
closedInstall fails, Mem too small. Actually get_cfg_var problem
Start date:
2004-05-16
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Install fails, as PHP procedure get_cfg_var does not return any values of config variables. This makes Install complain there is not enough memory.
According to PHP documentation get_cfg_var doesn;t always return config values, it depends how they were set up. I assume this host was not set up the right way..
Solved by replacing get_cfg_var with ini_get in module class.t3lib_install.php. This returns the same value, but always works. ini_get is also used elsewhere in Typo3.
Would it make sense to use it in class.t3lib_install.php as well
(issue imported from #M95)
Actions