[symfony-users] Re: flot ajax json

2010-03-07 Thread ScherlOMatic
Hi! Thx for your reply. I created a *.json.php but it is never read. I also tried to remove the *.php which will result in an error. Here is my complete action without business logic: public function executeShowAjax(sfWebRequest $request) { $this-setLayout(false); $statisticData =

[symfony-users] Re: subform update when other widget changes

2010-03-07 Thread Abraham Montilla
somebody? 2010/3/5 Abraham amontil...@gmail.com Hi all, is there a way to update a subform when the selected value in a sfWidgetFormDoctrineChoice changes? I'm using javascript onChange, however, i need to create a doctrine query with the selected value, and is not possible to pass

[symfony-users] apache server stops and browser goes blank

2010-03-07 Thread manguito
Hi all, I'm trying to use symfony framework for my php projects, but I'm having a really hard time trying to make it work. I followed very carefuly the steps of installation up to the point of webserver configuration. According to the manual the VH should be like this: NameVirtualHost

[symfony-users] Web Server Configuration

2010-03-07 Thread DEEPAK BHATIA
Hi, I am using Symfony 1.4. In the section of configuration of Web Server in Jobeet Tutorial as given below When I access http://www.jobeet.com/ on some other machine on LAN, I get some output like Index of cgi-bin When I access http://www.jobeet.com.locahost/index.php on the local machine, I

Re: [symfony-users] Web Server Configuration

2010-03-07 Thread Asif Ali M
Hi Deepak, Because the system on your LAN is accessing the live site http://www.jobeet.com/ Better access your application with its system name/ IP ( your private ip like 192.168.0.10) from your LAN and it will work, -- Thanks Asif Ali M http://www.linkedin.com/in/geeni --- On Mon, 3/8/10,