[TYPO3-ect] Problems with installer and open_basedir

Daniel Brüßler info at -remove-patchworking.de
Wed Sep 26 14:43:43 CEST 2007


Hello Andreas,

all right, I think 1 setting is enough.

Tell me, if this works:

open pear/ext_localconf.php and insert this after line 28
(if you have version 2.3.4
http://typo3.org/extensions/repository/view/pear/2.3.4/)
-----------
    if(ini_get('safe_mode')) {
       ini_set('safe_mode_include_dir', ini_get('safe_mode_include_dir')
. $divider . PATH_typo3conf. 'ext/pear/PEAR' );
    }
------

kind regards
Daniel

Andreas Otto schrieb:
> Hi Daniel,
> 
> Daniel Brüßler wrote:
>> Klick at the "PEAR Manager" icon and tell me what you have in this block:
> 
> If you have problems with SafeMode, open_basedir, your CURRENT settings are:
> safe_mode="1"
> safe_mode_gid="1"
> safe_mode_include=".:/usr/share/php5:/usr/share/php5/PEAR:/srv/typo3-scm.gimli.local/htdocs/:/srv/typo3-scm.gimli.local/typo3_src/"
> safe_mode_exec="/srv/typo3-scm.gimli.local/bin/"
> open_basedir="/srv/typo3-scm.gimli.local/htdocs/:/srv/typo3-scm.gimli.local/typo3_src/:/srv/typo3-scm.gimli.local/tmp/"
> 
> 
> Cheers,
> Andreas


More information about the TYPO3-team-extension-coordination mailing list