I need solution for the following warning message

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
RubiniSubramani
Forum Newbie
Posts: 1
Joined: Mon Nov 11, 2013 12:29 am

I need solution for the following warning message

Post by RubiniSubramani »

The reason for this warning could any one kindly give me a solution for the following warning.

Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/quiteunl/public_html/QU/libraries/joomla/database/database/mysql.php on line 712

Warning: mysql_free_result() expects parameter 1 to be resource, boolean given in /home/quiteunl/public_html/QU/libraries/joomla/database/database/mysql.php on line 726
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: I need solution for the following warning message

Post by Eric! »

Looks like you were unable to log into your database to me. Check your configuration setup.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: I need solution for the following warning message

Post by requinix »

Also check if the query you attempted worked.
Post Reply