Parse error: syntax error, unexpected ';', expecting ')'
Grimlock
-
13 déc. 2014 à 23:28
jordane45 Messages postés 38486 Date d'inscription mercredi 22 octobre 2003 Statut Modérateur Dernière intervention 25 août 2025 -
jordane45 Messages postés 38486 Date d'inscription mercredi 22 octobre 2003 Statut Modérateur Dernière intervention 25 août 2025 -
Bonjour,
j'ai un problème avec mon code php mais je ne comprends pas qu'est-ce que c'est car pour moi il n'y a aucun problème , désolé je débute :/
j'ai un problème avec mon code php mais je ne comprends pas qu'est-ce que c'est car pour moi il n'y a aucun problème , désolé je débute :/
'A_COOKIE_SETTINGS' => addslashes('; path=' . $config['cookie_path'] . ((!$config['cookie_domain'] || $config['cookie_domain'] == 'localhost' || $config['cookie_domain'] == '127.0.0.1') ? '' : '; domain=' . $config['cookie_domain']) . ((!$config['cookie_secure']) ? '' : '; secure')), //-- mod : Paypal Donation -------------------------------------------------------- //-- add $template->assign_vars(array( 'U_DONATE' => $auth->acl_get('u_pdm_use') ? append_sid("{$phpbb_root_path}donate.$phpEx") : '', 'S_DONATE_ENABLED' => $auth->acl_get('u_pdm_use'), )); //-- end : Paypal Donation -------------------------------------------------------- )); // application/xhtml+xml not used because of IE header('Content-type: text/html; charset=UTF-8'); header('Cache-Control: private, no-cache="set-cookie"'); header('Expires: 0'); header('Pragma: no-cache'); if (!empty($user->data['is_bot']))
A voir également:
- Parse error: syntax error, unexpected ';', expecting ')'
- Cmos checksum error ✓ - Forum Carte-mère/mémoire
- Playback error reconnect in 3s (1/5) francais - Forum Box et Streaming vidéo
- Error 1962 ✓ - Forum PC fixe
- A javascript error occurred in the main process - Forum Matériel & Système
- Whea error occt - Forum Processeur
2 réponses
jordane45
Messages postés
38486
Date d'inscription
mercredi 22 octobre 2003
Statut
Modérateur
Dernière intervention
25 août 2025
4 752
14 déc. 2014 à 11:16
14 déc. 2014 à 11:16
Bonjour
ligne 6 ...une virgule en trop a la fin de ton array.
ligne 6 ...une virgule en trop a la fin de ton array.
NHenry
Messages postés
15221
Date d'inscription
vendredi 14 mars 2003
Statut
Modérateur
Dernière intervention
10 septembre 2025
366
13 déc. 2014 à 23:45
13 déc. 2014 à 23:45
Essayes de construire tes chaines par avance pour voir sur quelle expression tu as un problème, car tes lignes sont trop complexes.