When I upload the Chatroom module to my site, I get the following error (I am not able to browse to any page):

Parse error: parse error, unexpected T_ARRAY, expecting '&' or T_VARIABLE in /sites/all/modules/chatroom/chatroom.theme.inc on line 145

The line 145 in chatroom.theme.inc reads:

function theme_chatroom_messages(array $messages, $node) {

I am using Drupal 6.14 with Chatroom 6.x-2.7.
How to fix this? Am I missing anything?

Comments

Anonymous’s picture

what version of php are you using? can you try changing that line to:

function theme_chatroom_messages($messages, $node) {

and let me know if that works?

sri20198’s picture

I am using PHP 5.2.5.

I changed that line like you said, and its working now.

Thanx so much.
Sridhar

sri20198’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.