Normally in local I have the debug component and it works very well. But once I uploaded my stuff onto Ubuntu there is no more error message. I know about xdebug but is there another way? (I am trying to debug the youtube oauth token refresh and I don't think xdebug can help me here)
Another question I have is if I get a 500 internal error on a page in Firebug, but that page has no error in Chrome dev tool, and that page works perfectly in local and local php logs showed no errors, what do I do?
Thanks in advance.