Yeah... I have this as my path:
require ("/home/iraqiins/public_html/ubbthreads/classifieds.inc.php");
The error lists line 54 and 77 as the problem.
This is line 54:
while ($line = mysql_fetch_array($result, MYSQL_ASSOC)) {
This is line 77:
mysql_free_result($result);
I'm not getting "can't connect" type errors so I think it's connecting to the database. I am using the PhotoPal add-in and it works fine. I've compared them both and can't see why this won't work either.