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

2010-03-11 Thread Javier Garcia
Problem solved: locally i have, for example, my web directory in /opt/lammp/htdocs/ rs/web. Remotely i had /public_html/web, now I changed to /public_html/ rs/web and no error 500 anymore. Javi On Mar 10, 9:45 pm, Javier Garcia tirengar...@gmail.com wrote: More news: when i get that 500

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

2010-03-11 Thread Javier Garcia
Problem solved: locally i have, for example, my web directory in /opt/lammp/htdocs/ rs/web. Remotely i had /public_html/web, now I changed to /public_html/ rs/web and no error 500 anymore. Javi On Mar 10, 9:45 pm, Javier Garcia tirengar...@gmail.com wrote: More news: when i get that 500

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

2010-03-10 Thread Eno
On Tue, 9 Mar 2010, Javier Garcia wrote: But i cannot write in httpd.conf: -rw--- 1 root root 2123855 Mar 9 07:57 httpd.conf You need to ask whoever is hosting the application to add the config directives to your vhost configuration (or switch on .htaccess for your vhost). --

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

2010-03-10 Thread Javier Garcia
On 03/10/2010 10:07 AM, Eno wrote: You need to ask whoever is hosting the application to add the config directives to your vhost configuration Do you mean modify httpd.conf? I can not modify httpd.conf, not even if i ask to modify it. On 03/10/2010 10:07 AM, Eno wrote: You need to ask

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

2010-03-10 Thread Gábor Fási
Then try what I said, and comment the Options.. line in your .htaccess. I've seen that line cause troubles. On Wed, Mar 10, 2010 at 13:34, Javier Garcia tirengar...@gmail.com wrote: On 03/10/2010 10:07 AM, Eno wrote: You need to ask whoever is hosting the application to add the config

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

2010-03-10 Thread Javier Garcia
More news: when i get that 500 error this line below is written also in web/error_log: [10-Mar-2010 14:37:57] PDO Connection Error: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/opt/lampp/var/mysql/mysql.sock' (2) Even if i have written this in databases.yml:

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

2010-03-09 Thread Billy Paradise
client denied by server configuration is usually an apache error - I would check there first. Make sure you have something like: Directory /usr/local/www/domains Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all /Directory in there. On Mar 9,

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

2010-03-09 Thread Javier Garcia
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 tirengar...@gmail.com wrote: Hi, in production when i try to login to a user session of my web app, i get an error 500. This is what i'm founding in the php error

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: Error 500 when i try to login the web app in production

2010-03-09 Thread Javier Garcia
Hi again, On 03/09/2010 02:34 PM, Billy Paradise wrote: client denied by server configuration is usually an apache error - I would check there first. Make sure you have something like: Directory /usr/local/www/domains Options Indexes FollowSymLinks AllowOverride All Order

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

2010-03-09 Thread Gábor Fási
You have to add that in your apache config (httpd.conf or similar). Also, try commenting the very first line (Options...) and try it that way (obviously removing the Directory part you just added). On Tue, Mar 9, 2010 at 20:19, Javier Garcia tirengar...@gmail.com wrote: Hi again, On 03/09/2010

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

2010-03-09 Thread Germana Oliveira
Hi Javi! Gabor is wirgth, 2010/3/9 Gábor Fási maerl...@gmail.com You have to add that in your apache config (httpd.conf or similar). Also, try commenting the very first line (Options...) and try it that way (obviously removing the Directory part you just added). but if you can not access

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

2010-03-09 Thread Javier Garcia
But i cannot write in httpd.conf: -rw--- 1 root root 2123855 Mar 9 07:57 httpd.conf Javi On Mar 9, 8:26 pm, Gábor Fási maerl...@gmail.com wrote: You have to add that in your apache config (httpd.conf or similar). Also, try commenting the very first line (Options...) and try it that