NextCode Forum Index NextCode
Open Source Software Creation
 

not a valid mysql result
Click here to go to the original topic

 
       NextCode Forum Index -> Suport (phpsitestats)
View previous topic :: View next topic  
Author Message
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?
Back to top  
jnelson74



Joined: 31 Jan 2006
Posts: 3

Posted: Thu Feb 02, 2006 1:01 am    Post subject:  

I follow this article using same mysql ver. and it fix all the similar errors I was getting with ver. 5.0

http://www.stardeveloper.com/articles/display.html?article=2003090201&page=1

good luck
Back to top  
 
       NextCode Forum Index -> Suport (phpsitestats)
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.13 © 2001, 2002 phpBB Group