[TYPO3-dev] custom pageGenScript not found in includePath (did work before 4.4)

Helmut Hummel helmut at typo3.org
Wed Jul 28 21:08:07 CEST 2010


Hi Franz,

On 28.07.10 15:39, Franz Koch wrote:
> 
> does anybody know of some changes related to custom pageGenScripts? I
> (unfortunately) use the extension fe_mp3player that uses a custom
> pageGenScript to render some XML output. This script resides in the
> extensions folder and worked in TYPO3 4.3

AFAIK nothing was changed at this place.

> Now I get a PHP Warning: include() [function.include]: Failed opening
> 'typo3conf/ext/fe_mp3player/xml_output.php' for inclusion
> (include_path='/var/www/:/var/www/..../typo3/') in
> /var/www/..../typo3/sysext/cms/tslib/index_ts.php line 441
> 
> Any ideas why? Might it be symlink related? Haven't found a solution yet
> - besides hacking index_ts and pass the scriptPath through
> t3lib_div::getFileAbsFileName(...);

can you place a var_dump(getcwd()); just before the inclusion?

It should be the same as PATH_site, but I remember some problems in a
FCGI setup...

Regards Helmut




More information about the TYPO3-dev mailing list