Quote:
Originally Posted by chloe101
I just installed this on 4.2.4 and it's looking great and I was able to upload pictures, assign a category and make an album but I have the following php message at the top
"Warning: Illegal string offset 'catid' in /home/xxxx/xxx/photoplog/index.php on line 92"
Can someone please help me decipher and fix this?
Thanks in advance
|
Quote:
Originally Posted by chloe101
Here's what I have in lines 86 - 98
Code:
else if ($photoplog_file_info_links && $photoplog_file_id)
{
$photoplog_file_info = $photoplog_file_info_links;
}
unset($photoplog_file_info_links);
$photoplog['catid'] = intval($photoplog_file_info['catid']);
$photoplog_do_html = 0;
$photoplog_do_smilies = 0;
$photoplog_do_bbcode = 0;
$photoplog['do_comments'] = 0;
$photoplog_do_imgcode = 0;
Thanks
|
Quote:
Originally Posted by HM666
Did you ever find an answer to this? I'm having the same problem.
|
We are having the same problem on vBulletin 4.2.5, and no, there seems to be still no answer.
It's just an annoying warning, though, everything seems to work fine.