[TYPO3-dev] safe_mode and install tool
Steffen Müller
steffen at mail.kommwiss.fu-berlin.de
Mon Dec 18 23:53:37 CET 2006
Hi Christian,
On 18.12.2006 19:57 Christian Welzel wrote:
>
> Headline in install-tool test:
> -> Safe mode turned on
> But the body says:
> safe_mode=off
>
> I *know* the safe_mode is off, but how does typo3 come to the conclusion
> its not?
>
What PHP version do you use (4/5)?
Unfortunately I do not have a proper Etch installation, but I cannot
reproduce this neither on Debian Sarge (PHP4) nor Ubuntu Dapper/Edgy
(PHP5.1).
You can find the safe-mode tests in the install tool sources at sf.net:
http://typo3.svn.sourceforge.net/viewvc/typo3/TYPO3core/branches/TYPO3_4-0/typo3/sysext/install/mod/class.tx_install.php?view=markup
line 1520 ff.
1520 if (ini_get('safe_mode')) {
1521 $this->message($ext, 'Safe mode turned on',"
1522 <i>safe_mode=".ini_get('safe_mode')."</i>
What results do you get with ini_get('safe_mode') if safe mode on/off
with your installation?
--
cheers,
Steffen
More information about the TYPO3-dev
mailing list