Seite 1 von 1
Probleme mit categories hierarchie
Verfasst: 19.06.2003 09:54
von Dave
Parse error: parse error, unexpected $ in /home/www/web4/html/forum/includes/template.php(127) : eval()'d code on line 88
Powered by phpBB 2.0.5 © 2001 phpBB Group
Das sagt er mir nachdem ich den categories hierarchie installiert habe.
MOD Version: 1.1.0
Code: Alles auswählen
/**
* Load the file for the handle, compile the file,
* and run the compiled code. This will print out
* the results of executing the template.
*/
function pparse($handle)
{
if (!$this->loadfile($handle))
{
die("Template->pparse(): Couldn't load template file for handle $handle");
}
// actually compile the template now.
if (!isset($this->compiled_code[$handle]) || empty($this->compiled_code[$handle]))
{
// Actually compile the code now.
$this->compiled_code[$handle] = $this->compile($this->uncompiled_code[$handle]);
}
// Run the compiled code.
[color=red]eval($this->compiled_code[$handle]);[/color]
return true;
}
Kann mir jemand weiter helfen?
Aso: Das kommt wenn ich nen neues Forum erstellen will.

Verfasst: 19.06.2003 13:34
von Acid
...dann zeig ma die entsprechenden Dateien; admin_forums.php (als txt abspeichern und verlinken) und forum_edit_body.tpl (Link reicht).
Verfasst: 19.06.2003 14:10
von Dave
Verfasst: 19.06.2003 14:31
von Acid
Die forum_edit_body.tpl musste nicht geändert werden ?
Verfasst: 19.06.2003 15:04
von Dave
Files To Edit:
## index.php
## modcp.php
## posting.php
## viewforum.php
## viewtopic.php
##
## admin/admin_board.php
## admin/admin_forum_prune.php
## admin/admin_forumauth.php
## admin/admin_forums.php
## admin/admin_ug_auth.php
##
## includes/functions.php
## includes/functions_admin.php
## includes/page_header.php
##
## language/lang_english/lang_admin.php
##
## templates/subSilver/index_body.tpl
## templates/subSilver/modcp_body.tpl
## templates/subSilver/modcp_split.tpl
## templates/subSilver/overall_header.tpl
## templates/subSilver/posting_body.tpl
## templates/subSilver/subSilver.cfg
## templates/subSilver/subSilver.css
## templates/subSilver/viewforum_body.tpl
## templates/subSilver/viewtopic_body.tpl
##
## templates/subSilver/admin/auth_ug_body.tpl
## templates/subSilver/admin/board_config_body.tpl
## templates/subSilver/admin/category_edit_body.tpl
## templates/subSilver/admin/forum_admin_body.tpl
## templates/subSilver/admin/page_header.tpl
##
## Included Files:
## cat_folder_big.gif
## cat_folder_new_big.gif
## cat_folder_locked_big.gif
## cellpic4.gif
Das sind die Dateien
Verfasst: 20.06.2003 05:05
von Dave
hilfäää

Verfasst: 20.06.2003 12:38
von Schumi
Dave hat geschrieben:hilfäää

Was Hilfe? Damit können wir dir nicht helfen

Verfasst: 20.06.2003 13:27
von Dave
Mal sehen was Acid noch dazu sagt
