Nanche Posted April 9, 2012 Share Posted April 9, 2012 Hey guys I'm trying to setup my new website (seostag.com) but i keep getting theese errors: Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/content/06/9181606/html/index.php on line 4 Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/content/06/9181606/html/index.php on line 105 Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/content/06/9181606/html/index.php on line 643 And also this one: Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /home/content/06/9181606/html/admin/admin-web-name.php on line 16 Your login session data is not on record in the database. ^^When i try to login to my admin panel (seostag.com/admin) Do you experts have any idea what i shoul do? Link to comment https://forums.phpfreaks.com/topic/260622-warning-mysql_fetch_array/ Share on other sites More sharing options...
AyKay47 Posted April 9, 2012 Share Posted April 9, 2012 the query that you are providing mysql_fetch_array() is returning a boolean false. The problem lies there. Link to comment https://forums.phpfreaks.com/topic/260622-warning-mysql_fetch_array/#findComment-1335729 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.