Mailing List Archive



Back to the month index Back to the list index

J. M. Castagnetto (jcastagnetto@hotmail.com)
Fri, 16 Apr 1999 12:57:46 PDT


Message-ID: <19990416195747.97006.qmail@hotmail.com>
From: "J. M. Castagnetto" <jcastagnetto@hotmail.com>
Subject: Re: W3-mSQL Error! - Can't stat script file (/test1.html)
Date: Fri, 16 Apr 1999 12:57:46 PDT

The script seems to be looking for a file in the root document dir of
your web server, you will need to add some more path, or (if using
Apache) use the directive in mod_rewrite to modify the path passed to
w3-msql.
Check the w3-msql section in the manual also for more info on calling
scripts in and out of the web directory tree.

>Hi,
>
>I'm reposting this because I didn't get any suggestions the first
>time. Maybe this looks better!
>
>Generally, what does that error mean?
>
>Details below, thanks.
>--
>
>
>Here's the URL:
>http://www.server.domain/~adminuser/cgi-bin/w3-msql.cgi/test1.html
>
>Here's the error message:
>W3-mSQL Error! - Can't stat script file (/test1.html)
>
>Error at line 1
>
>The test1.html test file is located in the user's (adminuser)
>public_html directory.
>
>Any ideas? I know this is probably an easy one, but I can't find it
>in the documentation. And, I'm using 2.0.1 .
>
>Thanks,
>Dave Ladd
>--
>
>
>
>
=====
Jesus M. Castagnetto - jcastagnetto@hotmail.com
Pilot stuff & etc.:
  http://www.geocities.com/ResearchTriangle/Lab/1059/
LAB: http://www.scripps.edu/research/metallo
Metalloprotein DB: http://metallo.scripps.edu/

_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com
From fmaior@upol.com.br Fri Apr 16 16:03:01 1999
Received: from 200.245.11.130 ([200.245.11.130])
        by services.bunyip.com (8.8.5/8.8.5) with SMTP id QAA12266
        for <msql-list@services.bunyip.com>; Fri, 16 Apr 1999 16:02:42 -0400 (EDT)
Received: from upol.com.br
        ([200.245.11.148])
        by 200.245.11.130; Fri, 16 Apr 1999 17:05:15 -0300
Message-ID: <37177A3F.A161C977@upol.com.br>
Date: Fri, 16 Apr 1999 14:58:24 -0300
From: Fernando Maior <fmaior@upol.com.br>
X-Mailer: Mozilla 4.51 [en] (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
To: mSQL List <msql-list@services.bunyip.com>
Subject: mSQL 2.0.4.1 and Bad net writePkt()
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi List,

Look at this:

mSQL> select * from vagas \g
ERROR: Bad net writePkt()!

mSQL> select _seq from vagas \g
ERROR: Bad net writePkt()!

This I am receiving while on msql utility.

% msqladmin version

Version Details :-

        msqladmin version 2.0.4.1
        mSQL server version 2.0.4.1
        mSQL protocol version 23
        mSQL connection Localhost via UNIX socket
        Target platform BSD_OS-3.0-i386

Configuration Details :-

        Default config file /usr/local/Hughes/msql.conf
        TCP socket 0
        UNIX socket /etc/msql2.sock
        mSQL user root
        Admin user root
        Install directory /usr/local/Hughes
        PID file location /usr/local/Hughes/msql2d.pid
        Memory Sync Timer 30
        Hostname Lookup True

Hey, guys, any guesses what is happening? Is it a known bug? Is it a
bug? Or something wrong I did?

Firstly I began realizing my system strange behavior. Then I found what
I thought was the problem, in my converting program from the old flat
file data to the new msql database. And, when I run the program again,
it remains setting the value of ID to 0. For all rows.

Well this value is "select _seq from vagas", so it should not be allways
zero. Maybe once, not even twice! And, when I did some queries to the
table, I received the messages above.

If anyone can help me, thanks!

Bye,
Fernando Maior