You may have already checked this stuff, but I find that whenever I
get a white screen it is typically one of these things:
1. The cache and or log dirs are not 777 (chmod -R 777 cache log)
2. There is a open_basedir issue (this will add an error to the apache
error_log)
3. There is a var_dump or print_r that is dumping a really big object
(like a doctrine_record)
4. There is a memory_limit problem in your php.ini (this should cause
a fatal error)
5. There is an infite loop/recursion (which has been known to happen
when @homepage is secure w/ sfGuard, leave @homepage unsecure)
6. make sure you clear your cache.
I would really check into the last one. I have had infite forward
loops happen with sfGuard because I didn't set up the routing
properly.
Normally when I get a white screen it is for some really simple
reason, and many timers there is nothing in the apache log.
If none of that works, try to attach a debugger and set the breakpoint
early in the execution process, like at the beginning of the action.
Then see where the script ends up dying. You could also just put a
trigger_error("HERE",E_USER_ALL); call in and see how far you get
before you don't see the error you threw with that call.
HTH,
Casey
On May 5, 7:30 am, SatBoy78 <[email protected]> wrote:
> my error log is completely blank... I don't know how to solve this
> problem...
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> 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
> athttp://groups.google.com/group/symfony-users?hl=en
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
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