Actions
Bug #19684
closedlogfile_dir is ignored when using eID
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-12-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I've got a TYPO3 installation, that logs into the [FE][logfile_dir]=fileadmin/logs
After I wrote an extension that makes use of eID, I get the following error when calling the page with eID:
Warning: touch() [function.touch]: Unable to create file /home/myaccount/public_html/mylogfile.log because Permission denied in /home/myaccount/public_html/typo3_src-4.2.3/typo3/sysext/cms/tslib/class.tslib_fe.php on line 3472
The logfile should be located in /home/myaccount/public_html/fileadmin/logs/mylogfile.log
In my extension I call $GLOBALS['TSFE']->getConfigArray(); which leads to that error.
(issue imported from #M9898)
Updated by Markus Kappe almost 16 years ago
It was my mistake, everything works OK. Sorry for the wrong bug report.
Actions