From: <php...@li...> - 2010-06-23 22:41:24
|
Hi Jost Boekemeier! Excuse for not respond, my subscription on list was in digest mode and I not see you e-mail. Step-by-step. I create a dynamic web project with eclipse. I configure the project as the tutorial of php/bridge and make all tests and all work. I create my php-fastcgi.exe as suggest by php/bridge and make all tests and all work. I unzip the joomla 1.5.18 on webcontent folder from project and call index.php from root, I make changes on loader.php file in JLoader class for auto load the class by Jimport joomla statement work fine; and the server start ok, without error. but the browser not finish the request and not show the page, but the url is redirected to installation/index.php. with purpose debugging: I get index.php and call the function log_erro() and send the JResponse:toString() to log of Tomcat, and the page is complete, but the browser not show it. thanks. 2010/6/23 Carlos Delfino - Java <ja...@ca...>: > 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. > |