From: Faine, M. <Mar...@ms...> - 2001-04-27 12:54:16
|
> 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. I am using oracle 8.1.6 on Sun Solaris 2.6 with Netscape-Enterprise/4.0 SP5 BB1-8/01/10000:56 There is no htdocs directory with iPlanet but the equivelent is normally by convention called docs and located at: /raidb4/iPlanet/server/docs/ I've defined HTDOCS_PATH in defined_constants.conf as the above path. I've recently decided that the bc specific stuff must go in a subdirectory though so I've made a directory "bc" and I will be using it. binarycloud base directory is /raidb4/iPlanet/server/binarycloud > 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. Ok > 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" Been there done that, index.php is in the directory index. 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. Nope, running PHP as NSAPI module. > 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? Under a very strict configuration, with every thing just so I can get the main page to load and from there I click on storm admin which gives me a webserver directory index. I click on index.php and get the storm admin section. I then click on create_db.schema and that is the error I get. Thanks for your help -Mark |