[Typo3-dev] TYPO3 bug tracker problem
Sylvain Viart
sylvain at ledragon.net
Tue Aug 31 12:48:37 CEST 2004
Hi,
Trying to report a bug, Here's what I got:
SYSTEM WARNING: email_send(): open_basedir restriction in effect.
File(/var/lib/php/includes/phpmailer/class.phpmailer.php) is not within
the allowed path(s):
(/var/www/rlmp/typo3org/bugs.typo3.org/www/:/var/www/pub_:/var/www/shared_:/var/www/rlmp/typo3org/bugs.typo3.org/tmp/:/var/lib/typo3/typo3)
SYSTEM WARNING:
email_send(/var/lib/php/includes/phpmailer/class.phpmailer.php): failed
to open stream: Operation not permitted
SYSTEM WARNING: email_send(): Failed opening
'/var/lib/php/includes/phpmailer/class.phpmailer.php' for inclusion
(include_path='.:/var/lib/php/includes')
My bug report was :
Summary: TSconfig parsing of mod.web_layout.menu.function doesn't work
for 0=0 in curly braces
TYPO3 Version: 3.6.2
----------------------------------------------------------------------
In user TSconfig, the followind code doesn't work, but the last line do
the trick.
Seems to be a bug.
here is the sample of code
http://typo3.org/documentation/document-library/doc_core_tsconfig/TSFE/
# 0 QuickEdit
# 1 Columns
# 2 Languages
# 3 Page information
mod.web_layout.menu.function {
# disabling 0 = 0, QuickEdit (QE) doesn't work
0 = 0
2 = 0
3 = 0
}
# This fix the problem described above
mod.web_layout.menu.function.0 = 0
------------------------------------------------------------------------
--
Regards,
Sylvain Viart (France)
TYPO3 DocTEAM.
More information about the TYPO3-dev
mailing list