The problem was in the DB. Strangely in the "dev" environment I could connect to the DB and everything worked fine, and in the "prod" environment it causes an exception and throws an "Internal server error 500". So I changed the DB user settings to root and got it working. Not the best solution but... The problem was that I was not able to get an readable error message from symfony. I tried enabling debugging mode, logging, custom error messages, etc. Nothing changed - still got symfony's default "Error 500" page. Any ideas how could I debug easily in the "prod" environment or just get readable error messages (sorry it the question was answered before)? 10x :)
On 17 Авг, 11:54, Christian Weyand <[EMAIL PROTECTED]> wrote: > Did you check the logfile of your frontend_dev controller?! > And does it run local on your desktop test environment? Did you rebuild > your schema after uploading it? > > Greetings > Chris > > > > > OK, I got it working. The had to set the appropriate rights for the > > cache folder. But now another problem occurs - when I try to login > > through the sfGuard plugin form I'm redirected to symfony's default > > Error500 page that says: > > Oops! An Error Occurred > > The server returned a "500 Internal Server Error"." > > Any ideas? Seems to be a server configuration issue... > > > On 15 Авг, 14:59, rio <[EMAIL PROTECTED]> wrote: > > >> Hi, > >> I just uploaded my symfony project to a server, set up all > >> configurations and DB settings, but when I try to access it all I get > >> is a completely blank page, no source, no errors, no headers, nothing! > >> Do you know something about it?(regarding > >> this:http://www.lonniewebb.com/m/index.php?option=com_content&task=view&id... > >> - my server's memory limit is set to 128MB). > >> Thanks in advice! > > >> P.S.: I used the symfony sandbox...- Скриване на цитирания текст - > > - Показване на цитирания текст - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
