when running a multi-site installation, an absolute reference to /modules/chatblock will not do.
instead, use drupal_get_path('modules','chatblock');

(see attached)

CommentFileSizeAuthor
#1 more.patch2.94 KBms2011
drupal_get_path.patch14.57 KBms2011

Comments

ms2011’s picture

StatusFileSize
new2.94 KB

also, don't forget to use base_path()...

(see attached)

also, in your javascript at the top of the page you reference a chatblock_chat_form which doesn't exist.
instead, replace it with chatblock-chat-form.

(i didn't make a patch for this, sorry)

dwees’s picture

Status: Needs review » Closed (fixed)

Dashes are problem with different server set-ups, so I removed them from the form elements. Something similar to this patch has been rolled into the module, so I am closing this issue. Download the newest version in a few hours.

Dave