Plogger Support Forum - plogger_album_picture_count() returning nothing Thu, 28 Mar 2024 15:15:48 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 plogger_album_picture_count() returning nothing http://www.plogger.org/forum/comments.php?DiscussionID=3891&Focus=14391#Comment_14391 http://www.plogger.org/forum/comments.php?DiscussionID=3891&Focus=14391#Comment_14391 Fri, 03 Apr 2015 14:26:53 +0000 xiphias
It looks like mysql_result has been altered in the new PHP 5.4 I'm running and needs a row number.

On line 2808 in my plog-functions.php I changed the function call to:
return mysql_result($numresult, 0, 'num_pictures');
and that seems to do the trick.

Hope this helps anyone with the same issues.

-XiP]]>