Date: 01/25/00
- Next message: Ben Ryan: "[PHPLIB] ODBC error message when logging in"
- Previous message: Chuck Hagenbuch: "Re: [PHPLIB] PHP3 bug? comment just before endif"
- In reply to: Evandro Piana: "[PHPLIB] Error - Authenticate"
- Next in thread: Chris Johnson: "RE: [PHPLIB] Error - Authenticate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 24 Jan 2000, Evandro Piana wrote:
>I'm using PHP Version 3.0.11 upon Windows NT 5.0.
>
>I'm trying to run:
>if (authenticateUser($form_user_id, $form_password)){
>
>and found error bellow:
>internal error 1017:Can't find file: 'user_profile.frm' (errno: 2)
That's SQL DB internal error;
Check your installation and try to rebuild your database.
PHP cannot help you here.
[If you're using MySQL, you can see that every database
physically is a directory with files which represents tables.
Each table consists out of three files, e.g.:
{mandrake}[mysql]$ dir
columns_priv.ISD db.ISD func.ISD host.ISD tables_priv.ISD user.ISD
columns_priv.ISM db.ISM func.ISM host.ISM tables_priv.ISM user.ISM
columns_priv.frm db.frm func.frm host.frm tables_priv.frm user.frm
which shows the content of the mysql database which stores
mysql server privileges.]
--
v
Davor Cengija
davor <email protected>
===================================
"Please allow 30 days for delivery"
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Ben Ryan: "[PHPLIB] ODBC error message when logging in"
- Previous message: Chuck Hagenbuch: "Re: [PHPLIB] PHP3 bug? comment just before endif"
- In reply to: Evandro Piana: "[PHPLIB] Error - Authenticate"
- Next in thread: Chris Johnson: "RE: [PHPLIB] Error - Authenticate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

