Smilie Categorie Mod - Fehlermeldung - SOS
Verfasst: 30.12.2006 21:32
Huhu!
Habe mir den Smilie-Categorie-Mod von afkamm eingebaut. Jetzt bekomme ich im Forum diesen Fehler:
Und im ACP bekomme ich das hier:
Kann mir da jemand weiterhelfen? Zeile 25 ist diese hier: require($phpbb_root_path . 'extension.inc');
LG - Lilly
Habe mir den Smilie-Categorie-Mod von afkamm eingebaut. Jetzt bekomme ich im Forum diesen Fehler:
Kann mir jemand erklären was das für ein Fehler ist. Bzw. wie ich ihn behebe?Couldn't obtain smilies data
DEBUG MODE
SQL Error : 1054 Unknown column 'c.cat_open' in 'where clause'
SELECT s.code, s.smile_url, s.emoticon FROM phpbb_smilies_cat c, phpbb_smilies s WHERE c.cat_perms <= 40 AND c.cat_open = 1 AND c.cat_order = s.cat_id
Line : 946
File : bbcode.php
Und im ACP bekomme ich das hier:
In der admin_smilies_config.php kann ich Angaben machen über den Pfad:Fatal error: main() [function.require]: Failed opening required 'images/smiles/neu/extension.inc' (include_path='.:/usr/local/lib/php') in /homepages/...../phpBB2/admin/admin_smilies_config.php on line 25
Code: Alles auswählen
//
// Let's set the root dir for phpBB
//
$phpbb_root_path = "images/smiles/neu/";
require($phpbb_root_path . 'extension.inc');
require('./pagestart.' . $phpEx);
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin_smiley_config.'.$phpEx);
LG - Lilly