Fout in post icons
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Fout in post icons
Hallo,
Ik heb net de Post Icons mod geinstalleerd (ptirhiik) als ik daarna naar mijn forum ga krijg ik de volgende melding
Fatal error: Cannot redeclare get_icon_title() (previously declared in D:\xampp\htdocs\ss\includes\functions.php:31) in D:\xampp\htdocs\ss\includes\functions.php on line 31
het forum staat lokaal. Tempalte is AcidTechPurple.
Ik heb net de Post Icons mod geinstalleerd (ptirhiik) als ik daarna naar mijn forum ga krijg ik de volgende melding
Fatal error: Cannot redeclare get_icon_title() (previously declared in D:\xampp\htdocs\ss\includes\functions.php:31) in D:\xampp\htdocs\ss\includes\functions.php on line 31
het forum staat lokaal. Tempalte is AcidTechPurple.
Code: Selecteer alles
<?php
//-- mod : language settings -----------------------------------------------------------------------
//-- mod : mods settings ---------------------------------------------------------------------------
//-- mod : post icon -------------------------------------------------------------------------------
/***************************************************************************
* functions.php
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: functions.php,v 1.133.2.48 2006/12/16 13:11:26 acydburn Exp $
*
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
*
***************************************************************************/
function get_db_stat($mode)
{
//-- mod : post icon -------------------------------------------------------------------------------
//-- add
function get_icon_title($icon, $empty=0, $topic_type=-1, $admin=false)
{
global $lang, $images, $phpEx, $phpbb_root_path;
// get icons parameters
include($phpbb_root_path . './includes/def_icons.' . $phpEx);
// admin path
$admin_path = ($admin) ? '../' : './';
Opgelost, ik had perongeluk een before voor een after gezien
Maar nu: Wanneer ik naar het ACP ga is er iets nieuws: Configuratie +. Wanneer ik daar op klik krijg ik de volgende error:
Fatal error: Call to undefined function mods_settings_get_lang() in D:\xampp\htdocs\ss\admin\admin_board_extend.php on line 326
Maar nu: Wanneer ik naar het ACP ga is er iets nieuws: Configuratie +. Wanneer ik daar op klik krijg ik de volgende error:
Fatal error: Call to undefined function mods_settings_get_lang() in D:\xampp\htdocs\ss\admin\admin_board_extend.php on line 326