Active
Project:
phpFreeChat integration
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2010 at 12:46 UTC
Updated:
15 Aug 2011 at 15:26 UTC
The chat page just keeps with a small square block: Initializing Chat, Please Wait.
In chrome Debug window, i get "Internal Server Error".
Failed to load resource: the server responded with a status of 500 (Internal Server Error) /sites/all/modules/phpfreechat/handler.php?pfc_ajax=1&f=loadChat
Looking at the system log, this error is there:
2010/12/11 12:41:04 [error] 13339#0: *307196 FastCGI sent in stderr: "PHP Fatal error: Call to undefined function module_implements() in /somepath/includes/path.inc on line 52" while reading response header from upstream, client: 201.86.47.192, server: somesite.net, request: "GET /sites/all/modules/phpfreechat/handler.php?pfc_ajax=1&f=loadChat HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "somesite.net", referrer: "http://somesite/node/3411"
Comments
Comment #1
bob.hinrichs commentedNote: We are running this with pressflow, which has some modifications to bootstrap, so perhaps that has some impact. Changing the line in handler.php from drupal_bootstrap(DRUPAL_BOOTSTRAP_SESSION) to drupal_bootstrap(DRUPAL_BOOTSTRAP_PATH) removed the error. (Still trying to get this thing to work however.)