
Code: Selecteer alles
Fatal error: Call to undefined function: create_date2() in /home/bonapar/domains/stephendesigns.be/public_html/viewtopic.php on line 1155
Code: Selecteer alles
Fatal error: Call to undefined function: create_date2() in /home/bonapar/domains/stephendesigns.be/public_html/viewtopic.php on line 1155
Code: Selecteer alles
phpBB : Critical Error
Could not open Charcoal2 template config file
DEBUG MODE
Line : 503
File : functions.php
Code: Selecteer alles
message_die(CRITICAL_ERROR, "Could not open $template_name template config file", '', __LINE__, __FILE__);
geef eens regel 1150 t/m 1160 van viewtopic.phpStephen schreef:Ik heb een error, maar het rare is: het is maar bij een bericht en bij alle andere berichten niet![]()
Code: Selecteer alles
Fatal error: Call to undefined function: create_date2() in /home/bonapar/domains/stephendesigns.be/public_html/viewtopic.php on line 1155
je hebt niet alles van die template geupload.. (voornamelijk theme_info.cfg waarschijnlijk)Stephen schreef:Code: Selecteer alles
Could not open Charcoal2 template config file
Code: Selecteer alles
$max_edit_notes = $board_config['max_edit_notes'];
$sql = 'SELECT * FROM ' . EDIT_NOTES_TABLE . ' WHERE post_id = ' . $postrow[$i]['post_id'] . ' ORDER BY edit_note_time DESC LIMIT ' . $max_edit_notes;
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not look up edit notes for this post', '', __LINE__, __FILE__, $sql);
}
while ( $row = $db->sql_fetchrow($result) )
{
$edit_note_id = $row['edit_note_id'];
}
if (!$edit_note_id ){
$l_edit_time_total = ( $postrow[$i]['post_edit_count'] == 1 ) ? $lang['Edited_time_total'] : $lang['Edited_times_total'];
$l_edited_by = '<br /><br />' . sprintf($l_edit_time_total, $poster, create_date2($board_config['default_dateformat'], $postrow[$i]['post_edit_time'], $board_config['board_timezone']), $postrow[$i]['post_edit_count']);
}
}
else
{
$l_edited_by = '';
}
Code: Selecteer alles
$l_edited_by = '<br /><br />' . sprintf($l_edit_time_total, $poster, create_date2($board_config['default_dateformat'], $postrow[$i]['post_edit_time'], $board_config['board_timezone']), $postrow[$i]['post_edit_count']);
Code: Selecteer alles
$l_edited_by = '<br /><br />' . sprintf($l_edit_time_total, $poster, create_date($board_config['default_dateformat'], $postrow[$i]['post_edit_time'], $board_config['board_timezone']), $postrow[$i]['post_edit_count']);