Gossamer Forum
Home : Products : Gossamer Links : Discussions :

MySQL problem

Quote Reply
MySQL problem
When accessing into Links SQL I recieve this error
A fatal error has occured:

Code:
Can't call method "fetchrow_hashref" on an undefined value at (eval 5) line 15.

Please enable debugging in setup for more details.


I recieved this normally when the mysql server was down but I checked that the server is up. When I login into the admin and try to recreate the tables via the SQL server setup (first option) I get errors like this:

Code:
Creating Users table ... failed (Failed to execute query: '
CREATE TABLE lsql_Users (
Username CHAR(50) NOT NULL,
Password CHAR(25) BINARY NOT NULL,
Email CHAR(75) NOT NULL,
Name CHAR(75),
Validation CHAR(20),
Status ENUM('Not Validated','Registered','Administrator') DEFAULT 'Registered' NOT NULL,
ReceiveMail ENUM('No','Yes') DEFAULT 'Yes' NOT NULL,
Newsletter ENUM('No','Yes') DEFAULT 'Yes' NOT NULL,
INDEX emailndx (Email),
PRIMARY KEY (Username)
)
' Reason: Can't create/write to file './isaacdir/lsql_Users.frm' (Errcode: 13))

Please help!
Max
The one with Mac OS X Server 10.4 :)
Subject Author Views Date
Thread; hot thread MySQL problem maxpico 7585 Sep 8, 2002, 1:31 PM
Thread; hot thread Re: [maxpico] MySQL problem
Paul 7384 Sep 8, 2002, 1:36 PM
Thread; hot thread Re: [Paul] MySQL problem
maxpico 7382 Sep 9, 2002, 12:57 AM
Thread; hot thread Re: [maxpico] MySQL problem
Paul 7368 Sep 9, 2002, 2:28 AM
Thread; hot thread Re: [Paul] MySQL problem
maxpico 7351 Sep 9, 2002, 3:03 AM
Thread; hot thread Re: [maxpico] MySQL problem
Paul 7338 Sep 9, 2002, 3:04 AM
Thread; hot thread Re: [Paul] MySQL problem
maxpico 7399 Sep 9, 2002, 3:07 AM
Thread; hot thread Re: [maxpico] MySQL problem
Paul 7365 Sep 9, 2002, 3:16 AM
Thread; hot thread Re: [Paul] MySQL problem
maxpico 7361 Sep 9, 2002, 3:20 AM
Thread; hot thread Re: [maxpico] MySQL problem
Paul 7416 Sep 9, 2002, 3:27 AM
Post; hot thread Re: [Paul] MySQL problem
maxpico 7385 Sep 9, 2002, 3:30 AM
Thread; hot thread Re: [maxpico] MySQL problem
Paul 7347 Sep 9, 2002, 3:36 AM
Thread; hot thread Re: [Paul] MySQL problem
maxpico 7359 Sep 9, 2002, 3:40 AM
Thread; hot thread Re: [maxpico] MySQL problem
Paul 7333 Sep 9, 2002, 3:42 AM
Thread; hot thread Re: [Paul] MySQL problem
maxpico 7327 Sep 9, 2002, 3:45 AM
Thread; hot thread Re: [maxpico] MySQL problem
Paul 7329 Sep 9, 2002, 3:49 AM
Thread; hot thread Re: [Paul] MySQL problem
maxpico 7355 Sep 9, 2002, 3:51 AM
Thread; hot thread Re: [maxpico] MySQL problem
Paul 7325 Sep 9, 2002, 3:55 AM
Thread; hot thread Re: [Paul] MySQL problem
maxpico 7328 Sep 9, 2002, 3:57 AM
Thread; hot thread Re: [maxpico] MySQL problem
Paul 7320 Sep 9, 2002, 4:04 AM
Thread; hot thread Re: [Paul] MySQL problem
maxpico 7312 Sep 9, 2002, 4:19 AM
Thread; hot thread Re: [maxpico] MySQL problem
Paul 7305 Sep 9, 2002, 4:23 AM
Thread; hot thread Re: [Paul] MySQL problem
maxpico 7337 Sep 9, 2002, 4:25 AM
Thread; hot thread Re: [maxpico] MySQL problem
Paul 7299 Sep 9, 2002, 4:27 AM
Thread; hot thread Re: [Paul] MySQL problem
maxpico 7330 Sep 9, 2002, 5:16 AM
Thread; hot thread Re: [maxpico] MySQL problem
Paul 1265 Sep 9, 2002, 6:01 AM
Post; hot thread Re: [Paul] MySQL problem
maxpico 1285 Sep 10, 2002, 12:47 AM