Closed (fixed)
Project:
Chatroom
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2008 at 05:40 UTC
Updated:
23 Apr 2009 at 22:49 UTC
Jump to comment: Most recent
Comments
Comment #1
Colt Seavers commentedLikewise, I have the same issue, only with Drupal6.6.
EDIT: tell you what, I'm such a n00b at any web design etc - but obsessively learning with the HUGE help of Drupal.
By chance I tried this - which was found following alot of googling - and for a problem with entirely different software, the principle seemed the same so i tried & presto.....
open chatroom.forms.inc, go to line 303, and remove the ampersand
so
system_settings_form_submit($form, &$form_state);becomes
system_settings_form_submit($form, $form_state);taking my usual break/fix/break/fix approach to learning, i'm off to see its all working - seems to be - and will report back if this just causes more trouble than it fixes. Meanwhile, can anyone explain what this all means - I have no idea :P
Comment #2
Grumot commentedsubscribing
Comment #3
miahawk commentedI had same issue on 6.6, this seemed to resolve it.
Comment #4
Anonymous (not verified) commentedcommitted change as per #1, thanks Colt Seavers.
Comment #5
fumbling commentedHad same issue, agree this appears to have solved it. Thanks!
Comment #7
jamesialford commentedColt, great work. This worked for me and I do not see anything else going wrong.