Citation de Pouzy
Bin, tu prends ta page usercp_register.php, tu vas à la ligne 154 et tu rajoutes un ] là ou il faut
Oui mais ou?
Ligne 152-156
Citation
$allowhtml = ( isset($HTTP_POST_VARS['allowhtml']) ) ? ( ($HTTP_POST_VARS['allowhtml']) ? TRUE : 0 ) : $board_config['allow_html'];
$allowbbcode = ( isset($HTTP_POST_VARS['allowbbcode']) ) ? ( ($HTTP_POST_VARS['allowbbcode']) ? TRUE : 0 ) : $board_config['allow_bbcode'];
ligne 154 $allowsmilies = ( isset($HTTP_POST_VARS['allowsmilies']) ) ? ( ($HTTP_POST_VARS['allowsmilies']) ? TRUE : 0 ) : $board_config['$template->assign_block_vars']('switch_register', array());
$sql_groups = "SELECT group_id, group_name, group_description
Si je l'ais mis a la bonne place dite le moi!!
Apres, je recommence pour voir si ca marchen et un autre message:
Citation
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /var/www/html/z/zepipoo/phpBB2/includes/usercp_register.php on line 173
Comment faire?
Ligne 173
Citation
$attachsig = ( isset($HTTP_POST_VARS['attachsig']) ) ? ( ($HTTP_POST_VARS['attachsig']) ? TRUE : 0 ) : $userdata['user_attachsig'];