KDBF error

User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

KDBF error

Post by mark »

gw -d/usr/local/morph3/texis/testdb -create
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

KDBF error

Post by mark »

p.s. You may need to create the directory /usr/local/morph3/texis first if it doesn't already exist.
alistvideos
Posts: 26
Joined: Tue May 01, 2001 8:58 pm

KDBF error

Post by alistvideos »

Hello, will this create an empty database? I don't want a database(i'm only using the metasearch part of webinator) I just want to get rid of the error message:

<!-- 002 /webinator/narrow1:126: Can't open/create KDBF file /usr/local/morph3/texis/testdb/SYSTABLES.tbl: error 2: No such file or directory -->
<!-- 004 /webinator/narrow1:126: Could not create database /usr/local/morph3/texis/testdb -->

Thanks, Paul
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

KDBF error

Post by mark »

You get rid of the message by creating a database. You have to have a database. Even if it's "empty".
alistvideos
Posts: 26
Joined: Tue May 01, 2001 8:58 pm

KDBF error

Post by alistvideos »

I followed your suggestions and I figured out the real problem. I don't have access to /usr/local on my ISP.
My root access is /home/www/mydomain.
How can I change the path from the error message /usr/local to my root path? Can this be done?
Any help would be greatly appreciated.

Thanks, Paul
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

KDBF error

Post by John »

Yes. You can use whatever path you want to create the database, and then specify that at the top of the script, e.g.

<SCRIPT LANGUAGE=vortex>
<DB=/home/www/mydomain/db>
John Turnbull
Thunderstone Software
Post Reply