Unknown component type 'FichiersRecord'. This may be caused by the following parsing error in the FichiersRecord class file: [Warning] include_once(/home/datas/www/vhosts/creation-oueb.fr/www/protected/Datas/ActiveRecords/FichiersRecord.php): failed to open stream: No such file or directory (@line 316 in file /usr/share/prado/3.1.10/framework/PradoBase.php).
/usr/share/prado/3.1.10/framework/PradoBase.php (321)
0310: {
0311: self::$_usings[$namespace]=$path;
0312: if(!$checkClassExistence || !class_exists($className,false))
0313: {
0314: try
0315: {
0316: include_once($path);
0317: }
0318: catch(Exception $e)
0319: {
0320: if($checkClassExistence && !class_exists($className,false))
0321: throw new TInvalidOperationException('prado_component_unknown',$className,$e->getMessage());
0322: else
0323: throw $e;
0324: }
0325: }
0326: }
0327: }
0328: else
0329: throw new TInvalidDataValueException('prado_using_invalid',$namespace);
0330: }
0331:
0332: /**
0333: * Translates a namespace into a file path.
#0 /home/datas/www/vhosts/creation-oueb.fr/www/protected/common/services/FileDownloadService.php(3): PradoBase::using('Application.Dat...')
#1 /usr/share/prado/3.1.10/framework/PradoBase.php(316): include_once('/home/datas/www...')
#2 /usr/share/prado/3.1.10/framework/PradoBase.php(238): PradoBase::using('Application.com...')
#3 /usr/share/prado/3.1.10/framework/TApplication.php(976): PradoBase::createComponent('Application.com...')
#4 /usr/share/prado/3.1.10/framework/TApplication.php(962): TApplication->startService('download')
#5 /usr/share/prado/3.1.10/framework/TApplication.php(370): TApplication->initApplication()
#6 /home/datas/www/vhosts/creation-oueb.fr/www/index.php(6): TApplication->run()
#7 {main}