[symfony-users] Re: Column not found: 1054 Unknown column 'mourad' in 'field list'

2011-04-13 Thread mohamed sabri ben sassi
error is occured Column not found: 1054 Unknown column 'mourad' in 'field list' can some one help me 2011/4/13 mohamed sabri ben sassi > hi guys when i want to update a value in my database with this query > public function update_nom($a,$b,$c) > { > > &g

[symfony-users] Column not found: 1054 Unknown column 'mourad' in 'field list'

2011-04-13 Thread mohamed sabri ben sassi
hi guys when i want to update a value in my database with this query public function update_nom($a,$b,$c) { $q=Doctrine_Query::create()->update('utilisateur')->set('prenom',$a)->set('nom',$b)->where('matricule = ?',$c)->execute(); } an error is occured Column not found: 1054 Unknown column 'mou

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 < &

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 sa

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: >>

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,

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 >

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

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 &g

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 > > > 20

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

2011-04-09 Thread mohamed sabri ben sassi
; 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/sfTCPDFPlugin ? >>> >>> 2011/4/8 mohame

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-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

Re: [symfony-users] Re: Fatal error: Call to a member function getprenom() on a non-object

2011-03-31 Thread mohamed sabri ben sassi
like what because i use symfony for first time so can you help me 2011/3/31 Christophe COEVOET > Le 31/03/2011 15:12, mohamed sabri ben sassi a écrit : > > yess i cant get my column with the methode get() it didnt work when i > make $utilisateur->getprenom() > Fata

Re: [symfony-users] Re: Fatal error: Call to a member function getprenom() on a non-object

2011-03-31 Thread mohamed sabri ben sassi
ed sabri ben sassi < > mohamedsabri.bensa...@gmail.com> wrote: > >> it dont return any value >> >> >> 2011/3/31 mohamed sabri ben sassi >> >>> elle ne retourne aucune valeur >>> >>> >>> 2011/3/31 Haris Fauzi >>>

Re: [symfony-users] Re: Fatal error: Call to a member function getprenom() on a non-object

2011-03-31 Thread mohamed sabri ben sassi
it dont return any value 2011/3/31 mohamed sabri ben sassi > elle ne retourne aucune valeur > > > 2011/3/31 Haris Fauzi > >> Hi Mohamed, >> >> This means that when you call >> $utilisateur->getprenom() >> The variable $utilisateur is not

Re: [symfony-users] Re: Fatal error: Call to a member function getprenom() on a non-object

2011-03-31 Thread mohamed sabri ben sassi
27;s returning a > valid value to pass for find(). > > $matricule_value = $request->getParameter('matricule'); > printf("matricule_value = %s\n", $matricule_value); exit(); > $this->utilisateur = > Doctrine::getTable('utilisateur')->find

Re: [symfony-users] Re: Fatal error: Call to a member function getprenom() on a non-object

2011-03-31 Thread mohamed sabri ben sassi
help 2011/3/31 mohamed sabri ben sassi > its correct s > > > 2011/3/31 Gábor Fási > >> Var_dump $utilisateur. Judging from the message doctrine doesn't find a >> matching record, thus returns false. Also check the query that is

Re: [symfony-users] Re: Fatal error: Call to a member function getprenom() on a non-object

2011-03-31 Thread mohamed sabri ben sassi
its correct s 2011/3/31 Gábor Fási > Var_dump $utilisateur. Judging from the message doctrine doesn't find a > matching record, thus returns false. Also check the query that is run. > On Mar 31, 2011 12:20 PM, "mohamed sabri ben sassi" < > mohameds

Re: [symfony-users] Re: Fatal error: Call to a member function getprenom() on a non-object

2011-03-31 Thread mohamed sabri ben sassi
$this->hasMany('travailler_sur', array( 'local' => 'matricule', 'foreign' => 'matricule')); $this->hasMany('avoir_formation', array( 'local' => 'matricule

Re: [symfony-users] Re: Fatal error: Call to a member function getprenom() on a non-object

2011-03-31 Thread mohamed sabri ben sassi
its the same thing i wont work have you an other solution 2011/3/31 Gareth McCumskey > Try using getPrenom not getprenom. Case sensitivity might be the issue > here. > > On Thu, Mar 31, 2011 at 11:30 AM, mohamed sabri ben sassi < > mohamedsabri.bensa...@gmail.com> wro

Re: [symfony-users] Re: Fatal error: Call to a member function getprenom() on a non-object

2011-03-31 Thread mohamed sabri ben sassi
pleaaase help 2011/3/31 mohamed sabri ben sassi > matricule is an integer value and it is primary key > also my colomn is named prenom ,,i checked all of this but its nothing ,,, > it works with the other module i will show the other exemple > action.class: > public funct

Re: [symfony-users] Re: Fatal error: Call to a member function getprenom() on a non-object

2011-03-31 Thread mohamed sabri ben sassi
tabase table column name is "my_column" then we use getMyColumn(). > > similarly you may try getPrenom() if your column name is "prenom" . > > -deepak > > > On Mar 31, 2:01 pm, mohamed sabri ben sassi > wrote: > > yes i tried with this ,,i have passed

Re: [symfony-users] Re: Fatal error: Call to a member function getprenom() on a non-object

2011-03-31 Thread mohamed sabri ben sassi
find tries to search the row on the basis of primary key. That means > you must pass primary key in find('PRIMARY_KEY') > > try this and post your feedback. > > -deepak > > On Mar 31, 1:19 pm, mohamed sabri ben sassi > wrote: > > hi guys,,i need help >

[symfony-users] Fatal error: Call to a member function getprenom() on a non-object

2011-03-31 Thread mohamed sabri ben sassi
hi guys,,i need help i have an error when i want to view my name or some information extracted from base with function getprenom or getmatricule ,,,the error is: Fatal error: Call to a member function getprenom() on a non-object in C:\development\sfprojects\gestion des competences\apps\fronten

[symfony-users] Fatal error: Call to a member function getprenom() on a non-object

2011-03-31 Thread mohamed sabri ben sassi
salut ,, j'ai une erreur qui m'enerve quand je veux afficher mon prenom avec dans le template avec la fonction getprenom() il m'affiche l'erreur suivante Fatal error: Call to a member function getprenom() on a non-object in C:\development\sfprojects\gestion des competences\apps\frontend\modul

[symfony-users] Re: erreur Call to a member function getprenom() on a non-object

2011-03-31 Thread mohamed sabri ben sassi
svp quelqun qui veut m'aider!!! 2011/3/30 mohamed sabri ben sassi > salut ,, > j'ai une erreur qui m'enerve quand je veux afficher mon prenom avec > dans le template avec la fonction getprenom() il m'affiche l'erreur > suivante >

[symfony-users] erreur Call to a member function getprenom() on a non-object

2011-03-30 Thread mohamed sabri ben sassi
salut ,, j'ai une erreur qui m'enerve quand je veux afficher mon prenom avec dans le template avec la fonction getprenom() il m'affiche l'erreur suivante Fatal error: Call to a member function getprenom() on a non-object in C:\development\sfprojects\gestion des competences\apps\frontend\modul

[symfony-users] Re: probleme with function __tostring() undefined function

2011-03-28 Thread mohamed sabri ben sassi
no the problem is not with user wright now ,,the problem that he is not making my form 2011/3/28 Sebastian Göttschkes > Hi there, > > > On Monday, March 28, 2011 4:25:26 PM UTC+2, mohamed sabri ben sassi wrote: > >> i'am making now a new form ,,i create a new class

Re: [symfony-users] probleme with function __tostring() undefined function

2011-03-28 Thread mohamed sabri ben sassi
please i need help please help me iam really stack 2011/3/28 mohamed sabri ben sassi > hi guys ,, i nedd help with this probleme > i'am making now a new form ,,i create a new class named loginform in > the directory lib/form ,,i create a loginSuccess and i create a new >

[symfony-users] probleme with function __tostring() undefined function

2011-03-28 Thread mohamed sabri ben sassi
hi guys ,, i nedd help with this probleme i'am making now a new form ,,i create a new class named loginform in the directory lib/form ,,i create a loginSuccess and i create a new methode in file action named executelogin ,,,so here is the problem,,, when i open my page an error occured Fatal e

Re: [symfony-users] PDO Connection Error

2011-03-08 Thread mohamed sabri ben sassi
i increase this variable to 128M but its same thing it rapport me the same message error PDO connection[2006] server mysql has gone away 2011/3/8 Francesco Levorato > On Tue, Mar 8, 2011 at 9:36 AM, mohamed sabri ben sassi < > mohamedsabri.bensa...@gmail.com> wrote: > >&

Re: [symfony-users] PDO Connection Error

2011-03-08 Thread mohamed sabri ben sassi
:host=localhost:9090;dbname=jobeet' root) it didnt work its very weared really please help me 2011/3/8 mohamed sabri ben sassi > how can i do this i didint understand you perfectly > > 2011/3/7 Francesco Levorato > > Hi Mohamed, >> is it your first applicatio

Re: [symfony-users] PDO Connection Error

2011-03-08 Thread mohamed sabri ben sassi
heers, > Francesco > > On Mon, Mar 7, 2011 at 4:12 PM, mohamed sabri ben sassi < > mohamedsabri.bensa...@gmail.com> wrote: > >> so can you help me please i am really stuked >> >> 2011/3/7 mohamed sabri ben sassi >> >> yes he's running no

Re: [symfony-users] PDO Connection Error

2011-03-07 Thread mohamed sabri ben sassi
so can you help me please i am really stuked 2011/3/7 mohamed sabri ben sassi > yes he's running normaly > > 2011/3/7 Jérémie > > >> > While exporting model class 'JobeetAffiliate' to SQL: PDO Connection >> > Error: SQ >> > LSTATE[HY

Re: [symfony-users] PDO Connection Error

2011-03-07 Thread mohamed sabri ben sassi
yes he's running normaly 2011/3/7 Jérémie > > > While exporting model class 'JobeetAffiliate' to SQL: PDO Connection > > Error: SQ > > LSTATE[HY000] [2006] MySQL server has gone away > > Is the MySQL server still runnning? > > -- > If you want to report a vulnerability issue on symfony, please s

[symfony-users] PDO Connection Error

2011-03-07 Thread mohamed sabri ben sassi
hi guys when i write the commandsymfony doctrine:build-sql on ms-dos i get this message :: t.php:1119 PHP 15. Doctrine_Export_Mysql->createTableSql() C:\development \sfprojects\jobee t\lib\vendor\symfony\lib\plugins\sfDoctrinePlugin\lib\vendor\doctrine \Doctrine\E xport.php:1251 PHP 16. Doc