|
|||
|
I am trying to integrate 123chat into my phpbb2 forum. After making all the edits as described in the how to install phpbbmod I am getting the following error.
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in C:\Inetpub\wwwroot\chat\phpBB2\includes\functions_ chat.php on line 33 Here is the code from functions_chat.php If anyone can help I would greatly appreciate it. My forums worked fine until I made these changes. function getChatters() { global $chat_data_path; $room = array(); $room['connections'] = 0; $room['logon_users'] = 0; $room['room_numbers'] = 0; $online_file = $chat_data_path."online.txt"; if (!file_exists($online_file)) |
|
|||
|
I think the page codes of functions_chat.php may has a problem , what about if upload the original one to cover the current one? Also you can send the file to support@123flashchat.com with your phpbb address , our tech supporter can help you to check it further.
|
|
|||
|
Thank you Parker,
I am not really understanding which page you want me to send. Is it the orginal functions_chat.php or another file. If it is the functions_chat.php it is the one that is located inside the install file that is downloaded from 123chat. I have sent this request to support about 4 days ago and have not heard anything from them yet. Only the auto reponse email you get when you submit a ticket. I tried to debug the file myself but was not successful. I can not determine if it is not reading the string that tells it where online.txt is located or that it can not read online.txt and I am probably wrong on those assertions. I will try to wait another day before sending support another request. Thank you for the reply. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|