From: alex b. <en...@tu...> - 2001-05-23 16:33:45
|
hi mark, try this: in binarycloud.php, just hardcode the path for the moment (i.e. delete all the code except "define(BC_PATH..." and just set the path. that will get your install functional.. then, go to /path/to/bc/htdocs/index.php at the bottom of that page, there's a bunch of commented out lines: //$Debug->Output("globals"); is the one you want to un-comment. that will give you a print_r of your globals... can you copy that, and send it to me? (you may want to clean parts of it that contain IPs etc) that way I can see what the iPlanet env looks like. thanks, _alex ----- Original Message ----- From: "Faine, Mark" <Mar...@ms...> To: <bin...@li...> Sent: Wednesday, May 23, 2001 5:54 AM Subject: RE: [binarycloud-dev] functioning download available > There seems to be a problem getting it to install on iPlanet. I think the > problem is with the code: > $pieces = explode('/', $HTTP_SERVER_VARS[DOCUMENT_ROOT]); > > There is no $HTTP_SERVER_VARS[DOCUMENT_ROOT] or at least I can't find it. > There still is doc_root from the php.ini, could I use that instead, if so > how would I refer to it. > > -Mark > > -----Original Message----- > From: Alex Black [mailto:en...@tu...] > Sent: Tuesday, May 22, 2001 5:27 PM > To: binarycloud-dev > Subject: [binarycloud-dev] functioning download available > > > http://www.binarycloud.com/download/ > > under "binarycloud r2 pre-release downloads" > > the "binarycloud r2 shell" link gets you a tarball. > > note that you can see a functioning version at: > http://www.binarycloud.com:8000/ > seems to be averaging about 2/thousanths of a second on that machine, my dev > machine is consistently coming in at ~.013 seconds :) > > once you have untarred that file, you'll have a directory: r2 > if you copy: > > r2/binarycloud.php to your php include path > and > r2/binarycloud to one level above htdocs > and > r2/htdocs/* to somewhere (anywhere) in your server's document root, > > you should have a functional install that renders pages. > > if anyone has any problems, let me know. > > btw, the above should be about as complex as installation gets for r2 :) > > _alex > > > > -- > alex black, ceo > en...@tu... > > the turing studio, inc. > http://www.turingstudio.com > > vox+510.666.0074 > fax+510.666.0093 > > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > http://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |