From: <php...@li...> - 2010-06-23 13:11:43
|
Hi Jost Boekemeier and people from ajbodc@....! First, Excuse for my English. and I don´t speak and not write in Spanish! First I change my loader.php file on line 112 to 114 for load the classes immediately. Second I try access the joomla, he init ok, transfer the request to installation url, but not finish the response for my browser, I try with Eclipse Browser, Chrome and Firefox. The response is infinity. But I put on code a error_log function where I show on log the result of JResponse::toString() in form showed bellow, I change echo to print, and too try use flush() function, but nothing work.: /** * RETURN THE RESPONSE */ $data= JResponse::toString(); error_log(strlen($data)); print($data); ?> Thanks Carlos Delfino. |