Ok, i am using the block-random.php file and i have added the GALLERY_BASEDIR = "../v1/gallery/"; to the block-random.php file so that it knows where to find the base dir. But when i include the file i get this error above my picture. I can see the picture and the link works right.
Warning: Cannot send session cache limiter - headers already sent (output started at /hsphere/local/home/linton/linton.tk/V2/index.php:8) in /hsphere/local/home/linton/linton.tk/v1/gallery/session.php on line 51
can anyone help me with this?
Posts: 3474
Something around line 8 of your index.php is screwy:
Usually this means:
-Carriage returns or spaces before your first <html> declaration
-Multiple <html> or <head> declarations. Make sure you have just one.
If you're unsure, post the first 15 or so lines of your index.php.
-Beckett (
)