From: Faine, M. <Mar...@ms...> - 2001-04-27 13:07:09
|
One more thing, The prepend and append included in php.ini has the strange effect of making any page in any directory on the entire site redirect back to the index.php page. If this can't be fixed I'll have to find another way of incuding the prepend/append files. See if this makes any sense to you? http://myserver.msfc.nasa.gov:2500/index.php?.pd=1&.rd=/drgi/index.php& This is the URL that gets loaded no matter what page you request. the last part is the page I was trying to get to /drgi/index.php. Thanks, -Mark -----Original Message----- From: Alex Black [mailto:en...@tu...] Sent: Thursday, April 26, 2001 1:55 PM To: binarycloud-dev Subject: Re: [binarycloud-dev] Installing on Netscape Iplanet with Oracle > But I have errors: > > 1.) I had to comment out all the mcrypt stuff, I'll look these errors later > as they are not as important just yet. Actually they were just warnings and > probably not a big deal but I just want to be on the safe side. yeah, if you don't have mcrypt compiled in php bitches at you :) > 2.) these errors (warnings) are being reported on the main page in the > errors section: > > PHP Warning OCIStmtExecute: ORA-00942: table or view does not exist file: > /raidb4/iPlanet/server/binarycloud/core/base/db/metabase_oci.php line 200 > > I suspect the above to be normal as I haven't installed the database for > binarycloud yet? yes, though I want to make sure you're using oracle. can you give me a fairly detailed description of your environment? paths to "htdocs" binarycloud base, what db you're using, etc. > PHP Warning The length of the needle must not be 0 file: > /raidb4/iPlanet/server/binarycloud/core/lib/bread_crumbs_and_tabs.lib line > 40 > > I have no idea what this message means. This has popped up in a couple places, I believe you have the "old" breadcrumbs. I need to dig up the fix and post it for you. Don't worry about this one, it's peripheral. > 3.) several problems relating to path's and such. > > For example all the links on the left like storm , docs and such all are not > appending the index.php, the links all look like this: > > http://someserver.msfc.nasa.gov:2500/storm/?PHPSESSID=eafa264269e5cb3f0d9581 > 37dc988845 > <http://someserver.msfc.nasa.gov:2500/storm/?PHPSESSID=eafa264269e5cb3f0d958 > 137dc988845> 1) you should be able to set the "directoryIndex" in iPlanet, which is essentially "if a directory is requested, try this list of filenames by default" 2) you're running php in cgi mode, which come to think of it, may be the only way you can on the iPlanet server (which is why you're getting the PHPSESSID appended to the url.) that could be a problem, we'll see. > I believe this to be simple mis-configuration but I can't find where to fix > it. All edits to defined_constants.conf have failed and I've even tried > changes to the web server configuration but that hasn't helped either, in > some cases it's actually caused more problems. > 4.) I can get to the update databases page in storm if I do it manually by > adding index.php to the URL above but when I try to actually update the > database I get this error when clicking on create_db.schema link: > > <<Error: Could not parse database schema file: Could not parse data: syntax > error Line 1 Column 14 Byte index 14 whoa! there's a new one. which file did you use, create_db.schema? -alex > Your help will be greatly appreciated. > > > Thanks > Mark -- 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 |