[symfony-users] Re: Routing: frontend_dev.php vs. index.php

2010-05-19 Thread Zackary
> Also, does your web server have mod_rewrite available and switched on for > your web folder? Thanks! That's exactly the problem. I'm new to all this, so is this something that I should have read in the manual, or something I pick up along the way (e.g. through bulletin boards), or is there some

Re: [symfony-users] Re: Routing: frontend_dev.php vs. index.php

2010-05-19 Thread Eno
On Wed, 19 May 2010, Zackary wrote: > I have .htaccess in my web/ directory (which is on my "prod > server"=localhost), I have not changed it. I don't know what format it > is, but its contents are given below. Are they correct? Also, does your web server have mod_rewrite available and switched o

[symfony-users] Re: Routing: frontend_dev.php vs. index.php

2010-05-19 Thread Zackary
Thanks for the response. I have .htaccess in my web/ directory (which is on my "prod server"=localhost), I have not changed it. I don't know what format it is, but its contents are given below. Are they correct? Options +FollowSymLinks +ExecCGI RewriteEngine On # uncomment the following li

Re: [symfony-users] Routing: frontend_dev.php vs. index.php

2010-05-19 Thread Augusto Flavio
This problem is your .htaccess maybe you have not it in your public_html or web directory. You just need to create this file and configure. Maybe you forgot to upload the .htaccess to your prod server. bye Augusto Morais -- If you want to report a vulnerability issue on symfony, please send i

[symfony-users] Routing: frontend_dev.php vs. index.php

2010-05-19 Thread Zackary
I have a problem with the "release" version of my site. More specifically, pages which I can view in development mode, e.g. localhost/frontend_dev.php/mydata can't be viewed when under release mode. What happens is that url_for() generates a link to localhost/mydata but when I click on the link,

[symfony-users] No release available for plugin "atolExt3WidgetPlugin"?

2010-05-19 Thread Fernando Navarro Páez
Hello!! I have sf 1.4 and http://www.symfony-project.org/plugins/atolExt3WidgetPlugin said atolExt3WidgetPlugin 1.0.4 stable for sf 1.4 plugin:install results No release available for plugin "atolExt3WidgetPlugin" Anyone use it? Any advice? -- If you want to report a vulnerability issue on

Re: [symfony-users] Error Message

2010-05-19 Thread Eno
On Wed, 19 May 2010, DEEPAK BHATIA wrote: > How do I resolve this ? I am root to the linux while creating everything. As a web developer, you ought to be aware of how permissions work on web servers, this is pretty basic stuff. On Linux/UNIX machines all processes run under their own user IDs g

[symfony-users] Question about paths

2010-05-19 Thread Javier Garcia
Hi, in the cover page (login, register...) of my app i have this line: When i deploy my app, the that css rule is not loaded because, as i can see in Firebug, it's looking for that rules in www.tirengarfio.com/css/formularios.css instead of www.tiregarfio.com/rs2/web/css/formularios.css.

Re: [symfony-users] Is there any way to override symfony core class such as sfModelGenerator ?

2010-05-19 Thread Daniel Lohse
These classes are used in the admin generator and the used class is directly defined in the generator.yml file that inside the admin-generated module under config/. Cheers, Daniel On 19.05.2010, at 17:09, Jérôme TEXIER wrote: > Hi, > > I would override sfModelGenerator class in order to chang

Re: [symfony-users] Error Message

2010-05-19 Thread abbbassi abidi
i will give you solution but you must resolved this correctly , go web/application_dev.php and commemnt the clause if like this /*if (!in_array(@$_SERVER['REMOTE_ADDR'], array('127.0.0.1', '::1'))) { die('You are not allowed to access this file. Check '.basename(__FILE__).' for more informatio

Re: [symfony-users] Error Message

2010-05-19 Thread Gábor Fási
That's probably the problem. Make sure the user your httpd runs as has read access to your project, and write access to the cache and log folders. Run a project:permissions task, that should fix these errors. On Wed, May 19, 2010 at 15:22, DEEPAK BHATIA wrote: > How do I resolve this ? I am root

[symfony-users] Is there any way to override symfony core class such as sfModelGenerator ?

2010-05-19 Thread Jérôme TEXIER
Hi, I would override sfModelGenerator class in order to change renderField method's behavior. Generator stuff is not supported by factories.yml and it looks like there no helpful events I could tweak there. Any idea on how I can have my own sfModelGenerator class ? Regards. Jérôme -- If you wa

Re: [symfony-users] Error Message

2010-05-19 Thread DEEPAK BHATIA
How do I resolve this ? I am root to the linux while creating everything. On Wed, May 19, 2010 at 6:05 PM, Gábor Fási wrote: > It's pretty clear that you have a permission problem. > > On Wed, May 19, 2010 at 13:27, DEEPAK BHATIA > wrote: > > Hi, > > > > I installed a project using symfony 1.4.

[symfony-users] Problème de vérification TVA intra

2010-05-19 Thread yongSymfo
j'ai utliser le webservice "http://ec.europa.eu/taxation_customs/vies/ services/checkVatService.wsdl" mais j'arrive pas a voire aucune resultat est qu'il ya quelqu'un qui a travailer avec ce webservice -- If you want to report a vulnerability issue on symfony, please send it to security at symfo

Re: [symfony-users] CLI Tool

2010-05-19 Thread Eno
On Wed, 19 May 2010, f1gm3nt wrote: > I use the symfony cli a lot when working on a local machine, but when > I need to upload my projects I deploy them to a local folder and then > upload them to a server. However the server does not give me ssh > access. How can I access the cli to run tasks tha

Re: [symfony-users] Error Message

2010-05-19 Thread Gábor Fási
It's pretty clear that you have a permission problem. On Wed, May 19, 2010 at 13:27, DEEPAK BHATIA wrote: > Hi, > > I installed a project using symfony 1.4.1 but when I type the URL to access > my application I get the below error. > > == > Warning: > requi

[symfony-users] CLI Tool

2010-05-19 Thread f1gm3nt
I use the symfony cli a lot when working on a local machine, but when I need to upload my projects I deploy them to a local folder and then upload them to a server. However the server does not give me ssh access. How can I access the cli to run tasks that I made? Thanks -- If you want to report

[symfony-users] Re: Symfony 2 : Ready for new projects?

2010-05-19 Thread Marijn
I can vouch for Doctrine 2 in a heavily used application. We have sustained major traffic and had no performance problems whatsoever. Just be warned that you just check out one of the tags. Trunk is less stable. On May 19, 1:03 pm, Michał Piotrowski wrote: > 2010/5/19 Jean-Marc Fontaine : > > > T

[symfony-users] Error Message

2010-05-19 Thread DEEPAK BHATIA
*Hi,* ** *I installed a project using symfony 1.4.1 but when I type the URL to access my application I get the below error.* ** *==* *Warning*: require_once(/root/sfproject/lib/vendor/symfony/lib/autoload/sfCoreAutoload.class.php) [function.require-once

Re: [symfony-users] Re: Symfony 2 : Ready for new projects?

2010-05-19 Thread Michał Piotrowski
2010/5/19 Jean-Marc Fontaine : > Thanks for your answer Michal! > > I have been told similar things so we are going to use Symfony 1.4 but > the choice between Doctrine 1 and 2 is not made yet. We have got some > questions to be answered before we could make a decision. D2 looks very interesting a

[symfony-users] language_backend

2010-05-19 Thread safa boubekri
hello every body i add in setting.yml of backend i18n:true default_culture: fr_FR standard_helpers: [Partial, Cache, I18N] charset: utf-8 and i add sf_admin.xml ds \apps\Backend\i18n and the commande symfony i18n:extract frontend fr _FR–auto-save to cahge the cul

[symfony-users] Re: Symfony 2 : Ready for new projects?

2010-05-19 Thread Jean-Marc Fontaine
Thanks for your answer Michal! I have been told similar things so we are going to use Symfony 1.4 but the choice between Doctrine 1 and 2 is not made yet. We have got some questions to be answered before we could make a decision. Regards, Jean-Marc -- If you want to report a vulnerability issu