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?
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?