Change the PHP include from:
To:PHP Code:include('bolGallery.php');
Is the bolGaller.php file in the gallery directory?PHP Code:include('./bolGallery.php');
Change the PHP include from:
To:PHP Code:include('bolGallery.php');
Is the bolGaller.php file in the gallery directory?PHP Code:include('./bolGallery.php');
I have done that there is no errors but theres no images showing lol
There are images in your gallery directory... Right? I tested this using installation instructions, works fantastically.
:S i must be doing something wrong :S, can u send me the directory in a zip?
Dan
Deleted it off my localhost sorry, it's messy enough without extra stuff lying around.
Copy and paste the code you're using.
This is on view.phpPHP Code:<?
include("gallery.php");
bolGallery("images/", 5, 80, 50);
?>
Pic of directory
http://img132.imageshack.us/img132/9977/50660836ro8.jpg
Gallery.php is the scrip off the site
Want to hide these adverts? Register an account for free!