Re: [symfony-users] Where to put sfPHPExcelPlugin in Symfony 1.4

2010-05-17 Thread Alvaro Videla
Hi, By READING your error message, I can see that it says this: Fatal error: Uncaught exception 'sfConfigurationException' with message 'Configuration file C:/development/sfprojects/jobeet/lib/vendor/symfony/lib/plugins/sfPhpExcelPlugin/config/phpexcel.yml does not have a registered

Re: [symfony-users] Re: memory leaks... just keep on leaking

2010-04-12 Thread Alvaro Videla
Except from the fact that I haven't read your code, what you describe is a problem with PHP versions prior to 5.3 The problem is in the GC of the engine I'm not blaming it on PHP, but you could try that. If you can't upgrade to the new PHP, then I'm sorry, but what you try to do may not work at

Re: [symfony-users] Use event dispatcher on asynchronous mode

2010-04-09 Thread Alvaro Videla
If you use PHP-FPM you could try to come with some solution using the fastcgi_finish_request(); function provided by that PHP version. We use it in prod quite a lot, but it depends on using PHP-FPM. On Apr 9, 2010, at 3:25 PM, Frank Stelzer wrote: Asynchronous executing is not possible, as

Re: [symfony-users] How to read databases.yml propely by sfConfig::get()

2010-03-16 Thread Alvaro Videla
Try using the API of the sfDatabaseManager class On Mar 16, 2010, at 10:11 PM, Dong YANG wrote: Hi everyone, I want to get some infos of the file 'config/databases.yml' from another file (action file for example). I tried the function sfConfig::get() but I failed to find the

Re: [symfony-users] Re: Error 500 when i try to login the web app in production

2010-03-09 Thread Alvaro Videla
Check the permission on the folders, Sometimes rsync changes the permissions depending on the configuration On Mar 9, 2010, at 9:35 PM, Javier Garcia wrote: I want to add i dont have any problems using if i deploy using my own rsync/ssh command. Javi On Mar 9, 1:01 pm, Javier Garcia

Re: [symfony-users] Re: Is there any way to see all the functions that have been executed?

2010-02-12 Thread Alvaro Videla
try: http://cn.php.net/debug_backtrace Xdebug is not required for that function On Feb 12, 2010, at 5:11 PM, Javier Garcia wrote: On 02/11/2010 10:02 PM, Stéphane wrote: So you must have xdebug installed to have a usable stack trace. I installed xdebug. I tried to follow the way the

Re: [symfony-users] It's possible to use two differents DB in the same application

2010-02-01 Thread Alvaro Videla
I think this is in the docs, in the definitive guide somewhere, anyway... create a file db1.schema.yml with the tables for that db and then db2.schema.yml with the other tables. Build the model and that's it, each BasePeer, in the case of Propel will have a constant with the database to

Re: [symfony-users] Deployed project does not load any javascript file

2010-01-14 Thread Alvaro Videla
have you tried checking the HTML code of your page and see if there are some script tags including the Javascript? On Jan 15, 2010, at 3:24 PM, domnuprofesor wrote: Hi there! I just finished a project and I deployed on a server using symfony built in deploy tool. Everything is ok with