[Typo3] maillisttofaq...

Peter Russ peter.russ at 4dfx.de
Thu Jan 27 21:00:13 CET 2005


gwe at dadlnet.dk schrieb:
> Hi Peter,
> 
> Thank you for your help...
> I recompiled the binary php - and for reasons I do not know, it now seem to
> work when activated from Postfix.
> However, the inmail.phpsh does not work. 
> 
> I have located that the script dies around here, since everything located
> before this paragraph is well executed:
> 
> .....
> if (substr($dir,strlen(PATH_site))!="typo3conf/ext/maillisttofaq")	{
#Suggestion before die errorlog to value (don't forget to set error_log 
in php.ini or .htaccess, if available)
	error_log("Wrong path... This '". substr($dir,strlen(PATH_site)) ."' 
should be the last part of '".$dir."'",0);
# What does it say?
> 	die("Wrong path... This '".substr($dir,strlen(PATH_site))."' should
> be the last part of '".$dir."'");
> .....
> 
> 
> So something must be wrong with this if... Do I need to further configure
> the variable?? When I compare to the manual, there is no difference in the
> script. I'm not clever enough to see what could be wrong here...
> 
> Any suggestions???
> 
> Thanks in advance
> 




More information about the TYPO3-english mailing list