Någon som vet?Parse error: parse error, unexpected '}' in d:\wwwroot\users\web_gustafsson\gustafsson.webhosting.tant102.mine.nu\fbu_hv\includes\template.php(119) : eval()'d code on line 33
Parse error
Moderatorer: Moderatorgrupp, Supportgrupp
-
GustaFsson
- Ny medlem

- Inlägg: 3
- Blev medlem: 2004-10-06 17:13
Parse error
-
GustaFsson
- Ny medlem

- Inlägg: 3
- Blev medlem: 2004-10-06 17:13
smartor album
ezportal
rank in memberlist
admin userlist 202
userlist
Stop Author View Increase
Line 33: (är nog inge fel med den så jag fattar inte varför det stog "on line 33")
// Hash of filenames for each template handle.
/**
* 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.
<!--här är line 119--> eval($this->compiled_code[$handle]);
return true;
}
-
GustaFsson
- Ny medlem

- Inlägg: 3
- Blev medlem: 2004-10-06 17:13
GustaFsson skrev:har dessa moddar installerade
smartor album
ezportal
rank in memberlist
admin userlist 202
userlist
Stop Author View Increase
newsmod203
Line 33: (är nog inge fel med den så jag fattar inte varför det stog "on line 33")// Hash of filenames for each template handle./**
* 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.
<!--här är line 119--> eval($this->compiled_code[$handle]);
return true;
}
Vilka är online
Användare som besöker denna kategori: 2 och 0 gäster


