Questions tagged [symfony-1.2]

Questions about Symfony version 1.2, a PHP framework by Sensio Labs.

Symfony is a PHP Web Development Framework developed and maintained by Sensio Labs.

Note :

This tag is specific for the 1.2 version of Symfony. See the tag for Symfony 1.x in general. If your question targets Symfony 2.x, use instead.

Documentation :

32 questions
0
votes
1 answer

Error from ajax request (YUI) if it is still executing when the user leaves the page

My application is developed in PHP and Symfony, and it's running on a standard apache2 configuration. The problem arises when I try to leave a page while an ajax request is still executing. The script stops and returns a 500 error code. That happens…
mcubik
  • 135
  • 1
  • 6
-3
votes
1 answer

PHP version issue in server?

I'm running symfony 1.2 in my live server and php 5.2 which doesn't have composer install. I run composer locally and uploaded all the vendor files to live server but the extension which i downloaded via composer has code difference i.e it doesn't…
1 2
3