Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-10 Thread mohamed sabri ben sassi
yes i did all of these stuf but it didnt work 2011/4/9 Haris Fauzi > Try to clear cache directory: > C:\development\sfprojects\gestion des competences> del cache\*.* > (You're using Windows right?) > > Haris > > On 10 April 2011 01:52, mohamed sabri ben sassi < > mohamedsabri.bensa...@gmail.com>

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread Haris Fauzi
Dude, did you click the link? Did you read the Readme? If you have problems what the link then feel free to ask more questions. On 9 April 2011 19:17, mohamed sabri ben sassi < mohamedsabri.bensa...@gmail.com> wrote: > how can i install the library TCPDF in symfony > i have to generate a document

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread Haris Fauzi
Try to clear cache directory: C:\development\sfprojects\gestion des competences> del cache\*.* (You're using Windows right?) Haris On 10 April 2011 01:52, mohamed sabri ben sassi < mohamedsabri.bensa...@gmail.com> wrote: > yes i did all of these stuf but it didnt work > > > 2011/4/9 Loïc Vernet

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread mohamed sabri ben sassi
yes i did all of these stuf but it didnt work 2011/4/9 Loïc Vernet > Ty to move the pdf_configs.yml file in the config directory of your > application. > > > 2011/4/9 mohamed sabri ben sassi > >> so can you help me please >> >> >> 2011/4/9 mohamed sabri ben sassi >> >>> no iam using symfony 1

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread Loïc Vernet
Ty to move the pdf_configs.yml file in the config directory of your application. 2011/4/9 mohamed sabri ben sassi > so can you help me please > > > 2011/4/9 mohamed sabri ben sassi > >> no iam using symfony 1.2 >> >> >> 2011/4/9 Loïc Vernet >> >>> Are you using symfony 1.4 ? >>> >>> >>> 2011/4

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread mohamed sabri ben sassi
so can you help me please 2011/4/9 mohamed sabri ben sassi > no iam using symfony 1.2 > > > 2011/4/9 Loïc Vernet > >> Are you using symfony 1.4 ? >> >> >> 2011/4/9 mohamed sabri ben sassi >> >>> now it shows an other error: >>> Configuration file "C:\development\sfprojects\gestion des >>> comp

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread mohamed sabri ben sassi
no iam using symfony 1.2 2011/4/9 Loïc Vernet > Are you using symfony 1.4 ? > > > 2011/4/9 mohamed sabri ben sassi > >> now it shows an other error: >> Configuration file "C:\development\sfprojects\gestion des >> competences/config/pdf_configs.yml, C:\development\sfprojects\gestion des >> compe

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread Loïc Vernet
Are you using symfony 1.4 ? 2011/4/9 mohamed sabri ben sassi > now it shows an other error: > Configuration file "C:\development\sfprojects\gestion des > competences/config/pdf_configs.yml, C:\development\sfprojects\gestion des > competences\apps\frontend/config/pdf_configs.yml" does not have a

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread mohamed sabri ben sassi
now it shows an other error: Configuration file "C:\development\sfprojects\gestion des competences/config/pdf_configs.yml, C:\development\sfprojects\gestion des competences\apps\frontend/config/pdf_configs.yml" does not have a registered handler. 2011/4/9 mohamed sabri ben sassi > Fatal error: Cl

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread mohamed sabri ben sassi
Fatal error: Class 'sfTCPDFPluginConfigHandler' not found 2011/4/9 Loïc Vernet > What is the fatal error ? > > > 2011/4/9 mohamed sabri ben sassi > >> its activated but it didnt work and when i invite the command symfony >> plugin:publish-assests it shows me the plugin sfTCPDF >> >> >> 2011/

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread Loïc Vernet
What is the fatal error ? 2011/4/9 mohamed sabri ben sassi > its activated but it didnt work and when i invite the command symfony > plugin:publish-assests it shows me the plugin sfTCPDF > > > 2011/4/9 Loïc Vernet > >> You must activate the plugin in your ProjectConfiguration.class.php file.

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread mohamed sabri ben sassi
its activated but it didnt work and when i invite the command symfony plugin:publish-assests it shows me the plugin sfTCPDF 2011/4/9 Loïc Vernet > You must activate the plugin in your ProjectConfiguration.class.php file. > > ++ > > > 2011/4/9 mohamed sabri ben sassi > >> when i make all thes

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread Loïc Vernet
You must activate the plugin in your ProjectConfiguration.class.php file. ++ 2011/4/9 mohamed sabri ben sassi > when i make all these steps and begin coding > this line $config=sfTCPDFPluginConfigHandler::loadconfig(); not found and > it show fatal error > > 2011/4/9 Loïc Vernet > >> You coul

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread mohamed sabri ben sassi
this is the error : Fatal error: Class 'sfTCPDFPluginConfigHandler' not found 2011/4/9 mohamed sabri ben sassi > when i make all these steps and begin coding > this line $config=sfTCPDFPluginConfigHandler::loadconfig(); not found and > it show fatal error > > > 2011/4/9 Loïc Vernet > >> You co

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread mohamed sabri ben sassi
when i make all these steps and begin coding this line $config=sfTCPDFPluginConfigHandler::loadconfig(); not found and it show fatal error 2011/4/9 Loïc Vernet > You could read the > README > > 2011/4/9 mohamed sabri

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread Loïc Vernet
You could read the README 2011/4/9 mohamed sabri ben sassi > how can i install the library TCPDF in symfony > i have to generate a document pdf > > 2011/4/9 Loïc Vernet > >> http://www.symfony-project.org/plugins/sfTC

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-09 Thread mohamed sabri ben sassi
how can i install the library TCPDF in symfony i have to generate a document pdf 2011/4/9 Loïc Vernet > http://www.symfony-project.org/plugins/sfTCPDFPlugin ? > > 2011/4/8 mohamed sabri ben sassi > >> how can i install the libraryhow can i install the library TCPDF in >> symfony >> i have to ge

Re: [symfony-users] how can i install the library TCPDF in symfony

2011-04-08 Thread Loïc Vernet
http://www.symfony-project.org/plugins/sfTCPDFPlugin ? 2011/4/8 mohamed sabri ben sassi > how can i install the library TCPDF in symfony > i have to generate a document pdf > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > Yo

[symfony-users] how can i install the library TCPDF in symfony

2011-04-08 Thread mohamed sabri ben sassi
how can i install the library TCPDF in symfony i have to generate a document pdf -- 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