

[phpBB Debug] PHP Notice: in file /adm/index.php on line 351: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'acp_board::select_topic_text_hover_check' was given
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493) $return = call_user_func_array($call, $args);

Mysterious a écrit:c'est le cas ?
ErnadoO a écrit:Mysterious a écrit:c'est le cas ?
non, un encodage avec bom (au lieu de sans) provoque une erreur en ligne 1 du fichier (puisqu'un bit est inséré en tout 1er position dans l fichier) pas en plein milieu comme ici

// Send vars to template
$template->assign_block_vars('topicrow', array(
'FORUM_ID' => $forum_id,
'TOPIC_ID' => $topic_id,
'TOPIC_AUTHOR' => get_username_string('username', $row['topic_poster'], $row['topic_first_poster_name'], $row['topic_first_poster_colour']),
'TOPIC_AUTHOR_COLOUR' => get_username_string('colour', $row['topic_poster'], $row['topic_first_poster_name'], $row['topic_first_poster_colour']),
'TOPIC_AUTHOR_FULL' => get_username_string('full', $row['topic_poster'], $row['topic_first_poster_name'], $row['topic_first_poster_colour']),
'FIRST_POST_TIME' => $user->format_date($row['topic_time']),
'LAST_POST_SUBJECT' => censor_text($row['topic_last_post_subject']),
'LAST_POST_TIME' => $user->format_date($row['topic_last_post_time']),
'LAST_VIEW_TIME' => $user->format_date($row['topic_last_view_time']),
'LAST_POST_AUTHOR' => get_username_string('username', $row['topic_last_poster_id'], $row['topic_last_poster_name'], $row['topic_last_poster_colour']),
'LAST_POST_AUTHOR_COLOUR' => get_username_string('colour', $row['topic_last_poster_id'], $row['topic_last_poster_name'], $row['topic_last_poster_colour']),
'LAST_POST_AUTHOR_FULL' => get_username_string('full', $row['topic_last_poster_id'], $row['topic_last_poster_name'], $row['topic_last_poster_colour']), 

jeremy3869 a écrit:Bonjour,
J'ai tout fait à part ça, et quand je vais sur un sujet de mon forum je n'ai pas un visuel du message alors que je l'ai si je met la souris sur l'icone dernier message.
Pouvez-vous m'aider ?
Merci par avance.

[phpBB Debug] PHP Notice: in file /adm/index.php on line 351: call_user_func_array() [function.call-user-func-array]: First argumented is expected to be a valid callback, 'acp_board::select_topic_text_hover_check' was given
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3494)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3494)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3494)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3494)

apollinaire a écrit:Merci,
En fait il s'agissait d'une simple erreur dans le includes/acp/acp_board.php
Une { qui n'était plus à sa place après un copier-coller mal fait.
Et ça marche !
Merci à tous

Retourner vers Base de données des MODs
Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 2 invités