[symfony-devs] SVN commit access

2007-10-06 Thread Ian P. Christian
My commit access to trunk has vanished (I've not tried to use it for months!) can someone please look at that? username is obviuosly 'pookey' :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony developers"

[symfony-devs] sfContext::retrieveObjects() - should be removed?

2007-10-06 Thread Ian P. Christian
Should this really be in sfContext? public function retrieveObjects($class, $peerMethod) { $retrievingClass = 'sf'.ucfirst(sfConfig::get('sf_orm', 'propel')).'DataRetriever'; return call_user_func(array($retrievingClass, 'retrieveObjects'), $class, $peerMethod); } --~--~--

[symfony-devs] Re: sfContext::getInstance()->getController() returrns null in trunk

2007-10-06 Thread Ian P. Christian
Ian P. Christian wrote: > Hi all, > > just starting to get back into symfony development again, and though I'd > check out trunk and see if I can help any. > > However I fell at the first jump :) > Fun fun fun: # grep sfContext cache/frontend/dev/config/config_autoload.yml.php 'sfContext'

[symfony-devs] Re: Something to look at...

2007-10-06 Thread OrangeD
A variety of ORM layers would not be too bad. I heard of Junction already and I think it's worth to keep an eye on it - but as Ian mentioned before, Junction is in a really early state and Doctrine seems to be the right choice for now. On Oct 5, 3:31 pm, Kiril Angov <[EMAIL PROTECTED]> wrote: > I

[symfony-devs] Re: internal server error

2007-10-06 Thread Fabien POTENCIER
Please post this question on the user mailing-list. This dev mailing list is to discuss symfony core development. Thanks, Fabien -- Fabien Potencier Sensio CEO - symfony lead developer http://www.sensiolabs.com/ http://www.symfony-project.com/ Sensio Labs Tél: +33 1 40 99 80 80 [EMAIL PROTECT

[symfony-devs] internal server error

2007-10-06 Thread [EMAIL PROTECTED]
it's about the edit profile page. when I write the link with /projectname_dev/ it gives no error and updates the profile. when it's in normal URL, it gives internal server error. I'm about to go mad. help please? --~--~-~--~~~---~--~~ You received this messag