Our hosting company recently updated php to 5.2.6, and this error popped up. Before it was version 4.4.2 . I can't get ahold of the original coder, so could really use some help figuring it how.
The error: Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/rakefree/public_html/members/index.php on line 85
This is the line of code its referring to:
if ( !file_exists( BASE_PATH . 'cache/' . $query_hash ) )
{
$mysql = TDatabase::getInstance()->getQuery();
$query = 'select room_id from rf_user_rooms where user_id = ' . $user_id . ';';
$user_rooms = array();[/QUOTE]