[TYPO3-50-general] t3lib_div in FLOW3 missing?

Thomas Mammitzsch typo at pure.kicks-ass.net
Tue Jun 3 17:12:32 CEST 2008


Hi list,

i just wanted to try out Flow3, but ran into an error when opening 
"trunk/Public/index.php". There are static calls in 
"\trunk\Packages\PHP6\Resources\PHP\class.t3lib_cs.php", but 
class.t3lib_div.php is not located and included anywhere.
I solved it for me by copying a 4.2 class.t3lib_div.php file to 
"trunk/Public/" and added the following to index.php:

require_once(FLOW3_PATH_PUBLIC . 'class.t3lib_div.php');

But i guess thats not the intention, is it?

regards, Thomas


More information about the TYPO3-project-5_0-general mailing list