MyChemicalSelf |
12-04-2009 02:37 PM |
Quote:
Originally Posted by sean-zigster
(Post 1923886)
anyone ?
|
I will post a fix later once I get home should be easy to fix :)
try this adding this to the top of gcbos.php:
PHP Code:
if (!ini_get('allow_call_time_pass_reference')) { ini_set('allow_call_time_pass_reference', true); }
and that should fix it 8)
Quote:
Originally Posted by Prorockz
(Post 1925223)
when any user received any pm why it is show on GCBOS . how can i disable it
like
#14/57/GCBOS/Admin> You have just received a new private message from Rockz entitled 'test'.
#14/59/GCBOS/Rockz> You have just received a new private message from Admin entitled 'Re: test'.
|
try disabling the PM hook :)
|