Re: [symfony-users] Transforming images after upload and before saving

2010-04-11 Thread charles
remove me On Sat, Apr 10, 2010 at 12:00 PM, Johannes Trommer < johannes.trom...@gmail.com> wrote: > Hello, > > I've got a problem to solve, that I couldn't figure by myself. > I've got a form with embedded forms. These embedded forms are there for > uploading pictures. This works fine so far. > W

[symfony-users] sfGuard "remember me" does not quite work

2009-10-09 Thread Charles Bernard
Hi there, I’m concerned about this IP checking thing (ip_address field in sf_guard_remember_key table). It seems like my website remenbers me for a day only since most ISPs renew their IPs each day. When I get back to my site the day after the cookie value no longer matches my IP which has proba

[symfony-users] Re: xampp vs symfony

2009-08-02 Thread Charles W Downing
ou want to use your old database with the XAMPP sites, add the > unix_socket param to your DSN in your databases.yml: > > dsn: 'mysql:host=localhost;dbname=jobeet_dev;unix_socket=/tmp/ > mysql.sock' > > On Aug 2, 2009, at 9:43 AM, Charles W Downing wrote: > > >

[symfony-users] xampp vs symfony

2009-08-02 Thread Charles W Downing
People, I am running Ubuntu 8.04 KDE. I have installed xampp, instead of separate apps. I have several important MySQL databases already on my system, which I access with phpmyadmin. When I try to follow the book, "Practical symfony", I can access the jobeet database and project in Firefox 3.

[symfony-users] Re: sfDoctrinePlugin

2008-10-09 Thread Charles
how did you resolve this? I'm facing some weird problems with symfony, recently I got this and I can't get resolve... I'm have problems with the generator.yml too , every modifications that I put on this file doesn't make any effect in the related module... No one in the forum can't get to help me

[symfony-users] Re: sfMail - Too Many Forwards error

2008-07-07 Thread Charles Hilditch
- but it continues to happen > after deleting all my custom routes! > Does anyone have any idea what is going on? > cheers > dan > > > -- Charles Hilditch Web Developer --~--~-~--~~~---~--~~ You received this message because you are subscribed

[symfony-users] Re: API docs down

2008-07-02 Thread Charles Hilditch
yep working now. 2008/7/2 Fabian Lange <[EMAIL PROTECTED]>: > They do work on my end here > > > On Wed, Jul 2, 2008 at 2:40 AM, Charles Hilditch <[EMAIL PROTECTED]> > wrote: > >> Hi list, >> >> The API docs are down: >> http://www.symfon

[symfony-users] API docs down

2008-07-01 Thread Charles Hilditch
Hi list, The API docs are down: http://www.symfony-project.org/api/1_0/ Just displaying a blank page. Is someone able to fix this? -- Charles Hilditch Web Developer --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] symfony 1.1 sfDoctrinePlugin doctrine:build-forms incorrect path

2008-06-20 Thread Charles Hilditch
sfConfig::get('sf_plugins_dir') . '/' . $this->getPluginNameForModel($model) . '/lib/form/doctrine'; --- > $baseDir = sfConfig::get('sf_plugins_dir') . '/' . basename($this->getPluginNameForModel($model)) . '/lib/form/doctrine&#

[symfony-users] Re: Multiple applications sharing one set of assets

2008-06-17 Thread Charles Hilditch
e broken as they include the > '/srv' prefix even if you have defined them as absolute paths like > '/css/styles.css'. > > This is essentially the same issue as described in this ticket: > http://trac.symfony-project.com/ticket/2543. Has anyone come up with > an a

[symfony-users] Re: using SQLRelay is possible?

2008-06-16 Thread Charles Hilditch
unt of work required to do this and possible > pitfalls? > > Thanks in advance. > Miguel. > > > -- Charles Hilditch Web Developer Mob: 0415 166 137 [EMAIL PROTECTED] http://www.crh-systems.com/ --~--~-~--~~~---~--~~ You received this message becaus

[symfony-users] Re: why having an image_tag ?

2008-04-29 Thread Charles Hilditch
. > > > > I've been comfortable using the tag function, but now I'm double > > guessing myself.. > > Any takes? > > > > Daniel > > > > > > > > > -- Charles Hilditch Web Developer Mob: 0415 166 137 [EMAIL PROTECTED] http:

[symfony-users] bug caused by settings.yml

2008-04-28 Thread Charles Hilditch
. # ... Anyone able to reproduce this error in 1.0.13+ or 1.1+? -- Charles Hilditch Web Developer Mob: 0415 166 137 [EMAIL PROTECTED] http://www.crh-systems.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: Custom Logging..

2008-04-28 Thread Charles Hilditch
arty responses etc..), so technically this information doesn't > > > > > qualify as "errors", and to me it seems that the logging is > pretty > > > > > strictly for "unuasualities" such as errors (hence the error > level > > > >

[symfony-users] sfDoctrinePlugin - find() - Couldn't find class

2007-08-12 Thread Charles Hilditch
this exception: [Doctrine_Exception] Couldn't find class I narrowed it down to revision 2217, 2216 works fine for me. I think the problem is in this somewhere: /trunk/lib/Doctrine/Query/Where.php -- Charles Hilditch Web Developer Mob: 0415 166 137 [EMAIL PROTECTED] http:/

[symfony-users] sfDoctrinePlugin - simple cross join???

2007-07-29 Thread Charles Hilditch
rbs s ON p.suburbId = s.suburbId // I thought the syntax may go something like: $result = $q-> select(' p.propertyId, s.suburb')-> from('AroProperties p, AroSuburbs s')-> where('p.suburbId = s.suburbId')-> execute(array(), Doctrine::F