bugs in groups module |
| |||
according to my error log there are some bugs in the groups module. some variables have no value.
1
|
| |||
i think u should remove or exclude the code in the modules for the moment till they fix the problem.. find in /modules/groups/groups.php and put // [code]@jcow_mail($_POST['email'], 'You Group was created!', $welcome_email);[/code]
|
| |||
[quote=izhanjafry]i think u should remove or exclude the code in the modules for the moment till they fix the problem.. find in /modules/groups/groups.php and put // [code]@jcow_mail($_POST['email'], 'You Group was created!', $welcome_email);[/code] [/quote] ok you can change this [code]
[/code] to [code]
[/code] $_POST['email'] doesn't exist and some lines cannot be translated in the original code and i think 'Your group sounds better than 'You Group'
1
|
| |||
thank you very much for the code
|
| |||
same thing in inc/joinnow.php $_POST['email'] --> $client['email']
|
| |||
and $_POST['nickname'] --> $client['username'] (or $client['fullname']
|