[TYPO3-50-general] errors Windows Apache 2.2 php6 from snaps.php.net
Robert Lemke
robert at typo3.org
Thu Jun 28 11:52:33 CEST 2007
Hi Thomas,
Am 27.06.2007 um 15:50 schrieb Thomas Peterson:
> Yes the Error comes from DirectoryIterator:
>
> $packagesDirectoryIterator = new DirectoryIterator
> (TYPO3_PATH_PACKAGES);
> $packagesDirectoryIterator->getPathName();
>
> returns C:\xampp\htdocs\typo35/Packages\CMS/
Grrrr. I love Windows paths ....
Can you post it as a new ticket at http://5-0.dev.typo3.org (Package:
Framework)? In the meantime I try to install some PHP6 and Apache on
my Windows XP virtual machine.
> when i correct it then comes the next error:
>
> Fatal error: Uncaught exception 'ReflectionException' with message
> 'Interface T3P_DataAccess_DomainModelDataMapperInterface does not
> exist'
> in
> C:\xampp\htdocs\typo35\Packages\Framework\Classes\Component
> \T3P_Framework_Component_Manager.php:241
> Stack trace: #0
> C:\xampp\htdocs\typo35\Packages\Framework\Classes\Component
> \T3P_Framework_Component_Manager.php(241):
> ReflectionClass->implementsInterface('T3P_DataAccess_...') #1
> C:\xampp\htdocs\typo35\Packages\Framework\Classes\Component
> \T3P_Framework_Component_Manager.php(134):
> T3P_Framework_Component_Manager-
> >getDefaultImplementationClassNameForInterface('T3P_DataAccess_...')
> #2
> C:\xampp\htdocs\typo35\Packages\Framework\Classes\Package
> \T3P_Framework_Package_Manager.php(227):
> T3P_Framework_Component_Manager->registerComponentType
> ('T3P_DataAccess_...')
> #3
> C:\xampp\htdocs\typo35\Packages\Framework\Classes\Package
> \T3P_Framework_Package_Manager.php(103):
> T3P_Framework_Package_Manager-
> >registerAndConfigureAllPackageComponents()
> #4 C:\xampp\htdocs\typo35\Packages\Framework\Classes\TYPO3 in
> C:\xampp\htdocs\typo35\Packages\Framework\Classes\Component
> \T3P_Framework_Component_Manager.php
> on line 241
Yes, that's because the package manager didn't register all classes
correctly and therefore they are not loaded by the class loader
mechanism. Just search for "DirectoryIterator" in the 5.0 code and
you'll find the right places.
robert
--
http://typo3.org/gimmefive
More information about the TYPO3-project-5_0-general
mailing list