[symfony-users] Re: where does symfony hard-code paths?

2009-06-16 Thread Jake Barnes
Weird. Today the problem has returned. Yet if I look for 'bp2': grep -R bp2 * All I get is what is left over from when the files were auto-generated at the original site: apps/frontend/modules/authority_status/actions/actions.class.php: * @packagebp2

[symfony-users] Re: where does symfony hard-code paths?

2009-06-16 Thread Fabien Potencier
2 possibilities: * The path is hardcoded in the config/ProjectConfiguration.class.php * You use a PHP accelerator and you need to restart Apache Fabien -- Fabien Potencier Sensio CEO - symfony lead developer sensiolabs.com | symfony-project.org | fabien.potencier.org Tél: +33 1 40 99 80 80

[symfony-users] Re: where does symfony hard-code paths?

2009-06-16 Thread Eno
On Jun 16, 12:49 am, Jake Barnes lkrub...@geocities.com wrote: You are sending me to a URL that has no relevance to what I wrote. Did you mean to post this in a different thread? The chapter therein describes how to customize symfony. You need to edit the configuration of your controller so

[symfony-users] Re: where does symfony hard-code paths?

2009-06-15 Thread alvaro
Depends on the version of symfony you are using. Check on the config.php files or in the ProjectConfiguration ones. There should be the path to the symfony libraries. Cheers, Alvaro On Jun 15, 2009, at 3:53 PM, Lawrence wrote: This was a surprising problem. I suppose it shows how poorly I

[symfony-users] Re: where does symfony hard-code paths?

2009-06-15 Thread Eno
On Mon, 15 Jun 2009, Lawrence wrote: This was a surprising problem. I suppose it shows how poorly I understand Symfony. Yes, probably. http://www.symfony-project.org/book/1_2/19-Mastering-Symfony-s-Configuration-Files#chapter_19_sub_customizing_the_file_structure --

[symfony-users] Re: where does symfony hard-code paths?

2009-06-15 Thread Jake Barnes
On Jun 15, 4:31 am, alvaro harryjek...@gmail.com wrote: Depends on the version of symfony you are using. Check on the config.php files or in the ProjectConfiguration ones.   There should be the path to the symfony libraries. As I said before, those were the first files that I checked.

[symfony-users] Re: where does symfony hard-code paths?

2009-06-15 Thread Jake Barnes
On Jun 15, 9:38 am, Eno symb...@gmail.com wrote: On Mon, 15 Jun 2009, Lawrence wrote: This was a surprising problem. I suppose it shows how poorly I understand Symfony. Yes, probably. http://www.symfony-project.org/book/1_2/19-Mastering- Symfony-s-Config... You are sending me to a