PDA

View Full Version : Snippets: Undefined variables


mvrekum
13th of April 2005 (Wed), 05:16
Hi all,

This week I have started to setup EE on a new server. I downloaded the last version and it all works well.
Now I want to put some random photos on my index page, but I get errors of missing variables when I call snippets.php. The images however show up fine.

Notice: Undefined variable: orlist in /var/www/html/gallery/snippets.php on line 222

Notice: Undefined variable: orlist in /var/www/html/gallery/snippets.php on line 310

Notice: Undefined variable: exlorlist in /var/www/html/gallery/snippets.php on line 312

Snippets.php is called with:

<?php
include("http://www.opfoto.nl/gallery/snippets.php?get=random_photos&amount=10&exhibition=all&border=1&bordercolor=cccccc&viewas=image&thumbsize=microthumb");
?>

Any idea what is wrong here?

Pekka
13th of April 2005 (Wed), 05:25
See http://photography-on-the.net/forum/showthread.php?t=28760&highlight=Undefined+variable%3A+orlist

mvrekum
13th of April 2005 (Wed), 05:56
Hmmm, I even searched this forum for snippets and still missed it.

Problem solved,
Thanks Pekka