erreur de redirection

bonjour a toutes et tous;
j’ai une rncontré l’erreur suvante lors de le l’éxécution des pages

ci-jointe qui j’ai developpé moi-meme,
[attachment]C:\fakepath\ticket.php[/attachment]
merci de m’aider.

Erreur:Warning: Cannot modify header information - headers already sent by (output started at C:\dolibarr\www\dolibarr\htdocs\includes\menus\standard\eldy.lib.php:517) in C:\dolibarr\www\dolibarr\htdocs\reclamation\ticket.php on line 70

ton fichier est absent

1 « J'aime »

merci regis.
je suis désolé pour ne pas vérifier l’upload de mon fichier.
j’ai résolue mon problème finalement et mainntenant j’ai un problème d’affichage du la fenetre de confirmation pré-suppression voici le code que je met dans l’action associé à la suppression

$html = new Form($db);
$ret=$html->form_confirm($_SERVER[« PHP_SELF »]."?id=".$rowid,« Supprimer ticket »,« Confirmer la suppression »,« confirm_delete »,’’,0,« action-delete »);
if ($ret == ‹ html ›) print ‹ <br> ›;

ticket.txt (12.2 KB)

mais rien ne s’affiche!!

ton dernier paramètre « action-delete » n’existe pas dans la fonction, c’est soit 1 si tu veux une fenêtre ajax ou 0 si tu veux un message html.

merci infiniment! :smiley: