Duplicate Thread view error on php 5.4

Adam Howard

Well-known member
Code:
Template Errors: thread_view
Illegal string offset 'thumbnailUrl' in /home/***/public_html/forums/internal_data/templates/S.14,L.1,thread_view.php, line 2024
Illegal string offset 'thumbnailUrl' in /home/***/public_html/forums/internal_data/templates/S.14,L.1,thread_view.php, line 2028
Illegal string offset 'filename' in /home/****/public_html/forums/internal_data/templates/S.14,L.1,thread_view.php, line 2043
Illegal string offset 'filename' in /home/****/public_html/forums/internal_data/templates/S.14,L.1,thread_view.php, line 2051

It seems to be a simple error. Very straight forward. For the life of me though, I have no idea what is causing it.

Only get this when viewing a thread (same with making a thread).
 
Seems to also affect personal conversations as well (PM)

Code:
Template Errors: conversation_view

    Illegal string offset 'thumbnailUrl' in /home/*****/public_html/forums/internal_data/templates/S.1,L.1,conversation_view.php, line 1150
    Illegal string offset 'thumbnailUrl' in /home/****/public_html/forums/internal_data/templates/S.1,L.1,conversation_view.php, line 1154
    Illegal string offset 'filename' in /home/****/public_html/forums/internal_data/templates/S.1,L.1,conversation_view.php, line 1169
    Illegal string offset 'filename' in /home/***/public_html/forums/internal_data/templates/S.1,L.1,conversation_view.php, line 1177
 
Turned off every modifcation and reverted all skin templates. Still was an issue.

Switched back to php 5.3.10 for the time being
 
Top Bottom