I am getting this error when trying to install my php directory: Fatal error: Call to a member function on a non-object in /home/webfoota/public_html/include/functions.php on line 31 and this is what is on line 31 in my code: define ($rs->Fields('ID'), $rs->Fields('VALUE')); What does the above mean please?
can you paste the entire block of code? even if it says line 31, it doesnt necessarily mean that it is on that line. It may be above, below or in an include file. Are you using adodb?