Thanks Alvaro, All the files are present as they are part of the downloaded package.
Can you send me your package ? Regards Deepak Bhatia On Mon, May 17, 2010 at 5:01 PM, Alvaro Videla <[email protected]>wrote: > Hi, > > By READING your error message, I can see that it says this: > > *Fatal error*: Uncaught exception 'sfConfigurationException' with message > 'Configuration file > "C:/development/sfprojects/jobeet/lib/vendor/symfony/lib/plugins/sfPhpExcelPlugin/config/phpexcel.yml" > does not have a registered handler.' > > > So, there's no config handler defined for the file phpexcel.yml > > By looking at the plugin files, I see that there's a config_handlers file > as shown here: > http://trac.symfony-project.org/browser/plugins/sfPhpExcelPlugin/trunk/config/config_handlers.yml > > If you have that file inside your project config file, then just add the > content of the one provided with the plugin there, else, copy that file to > your project config folder. And of course, clear the cache afterwards, > > Regards, > > Alvaro > > On May 17, 2010, at 7:25 PM, DEEPAK BHATIA wrote: > > Hi, > > I initialised the sfPHPExcelPlugin in ProjectConfiguration. > > I see the my plugin is getting invoked but I get the following error > ** > * > ============================================================================================== > * > *Fatal error*: Uncaught exception 'sfConfigurationException' with message > 'Configuration file > "C:/development/sfprojects/jobeet/lib/vendor/symfony/lib/plugins/sfPhpExcelPlugin/config/phpexcel.yml" > does not have a registered handler.' in > C:\development\sfprojects\jobeet\lib\vendor\symfony\lib\config\sfConfigCache.class.php:104 > Stack trace: #0 > C:\development\sfprojects\jobeet\lib\vendor\symfony\lib\config\sfConfigCache.class.php(197): > sfConfigCache->callHandler('config/phpexcel...', Array, > 'C:\xampp\htdocs...') #1 > C:\development\sfprojects\jobeet\lib\vendor\symfony\lib\plugins\sfPhpExcelPlugin\config\sfPhpExcelPluginConfiguration.class.php(22): > sfConfigCache->checkConfig('config/phpexcel...', true) #2 > C:\development\sfprojects\jobeet\lib\vendor\symfony\lib\config\sfApplicationConfiguration.class.php(169): > sfPhpExcelPluginConfiguration->initialize() #3 > C:\development\sfprojects\jobeet\lib\vendor\symfony\lib\config\sfApplicationConfiguration.class.php(150): > sfApplicationConfiguration->initializePlugins() #4 C:\development\sfpro in > * > C:\development\sfprojects\jobeet\lib\vendor\symfony\lib\config\sfConfigCache.class.php > * on line *104* > *===========================================================* > > Thanks > > Deepak Bhatia > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
