buzzweiser
Joined: 01 Feb 2006
Posts: 1
Location: Nashville, TN
|
| Posted: Wed Feb 01, 2006 8:54 pm Post subject: not a valid mysql result |
|
|
earlier I couldn't get the setup.php script to create my database and table, so I went in and stripped the SQL tabel code and just created it using PHPmyadmin.
the table is now $tname in my database
I had to CHMOD files manually to 666
Anyway, when logging in I get the following:
Quote: Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/horsesho/public_html/financial/inc.func.php on line 51
It also seems that I'm having other issues - that other tables need to be automatically generated. I get the following errors when trying create new group/category:
Not sure where to go from here? Quote: Failed to create table out_Dues
Debug info: CREATE TABLE out_Dues ( id int(10) unsigned NOT NULL auto_increment, date date NOT NULL default '0000-00-00', data varchar(25) NOT NULL default '', type varchar(25) NOT NULL default '', note TEXT NOT NULL default '', PRIMARY KEY (id) ) TYPE=MyISAM
Should I start all over from scratch? |
|