Closed (fixed)
Project:
Chatroom
Version:
6.x-2.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2009 at 10:22 UTC
Updated:
25 Dec 2009 at 20:00 UTC
Jump to comment: Most recent
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
Comment #1
Anonymous (not verified) commentedwhat version of php are you using? can you try changing that line to:
and let me know if that works?
Comment #2
sri20198 commentedI am using PHP 5.2.5.
I changed that line like you said, and its working now.
Thanx so much.
Sridhar
Comment #3
sri20198 commented