Pagina 1 van 1

Igloo kaduuk.....

Geplaatst: 25 nov 2004, 16:37
door RobinTown
ik krijg wanneer ik naar de igloo template ga de volgende error...

Code: Selecteer alles

Parse error: parse error, unexpected '}' in /usr/home/robin/public_html/includes/template.php(127) : eval()'d code on line 260
Alleen in igloo, de andere templates doen het goed

dit is templates.php lijn 250-268: (260 is de } na return true;)

Code: Selecteer alles

	/**
	 * If not already done, load the file for the given handle and populate
	 * the uncompiled_code[] hash with its code. Do not compile.
	 */
	function loadfile($handle)
	{
		// If the file for this handle is already loaded and compiled, do nothing.
		if (isset($this->uncompiled_code[$handle]) && !empty($this->uncompiled_code[$handle]))
		{
			return true;
		}

		// If we don't have a file assigned to this handle, die.
		if (!isset($this->files[$handle]))
		{
			die("Template->loadfile(): No file specified for handle $handle");
		}

		$filename = $this->files[$handle];
wat is er loos?

Geplaatst: 25 nov 2004, 17:33
door WebSiteNet
Je hebt zojuist iets aan een template bestand (*.tpl) veranderd en daarin iets fout gedaan met blocken. Kijk maar na. :)

Geplaatst: 29 nov 2004, 11:56
door RobinTown
hoe bedoel je met blocken?

Geplaatst: 29 nov 2004, 14:03
door Stef
<!-- BEGIN * -->
<!-- END * -->

Geplaatst: 29 nov 2004, 16:28
door RobinTown
opgelost :bier: