Results 1 to 3 of 3

Thread: PHP Photo Album script v2.11 will not display

  1. #1
    Join Date
    Jan 2011
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default PHP Photo Album script v2.11 will not display

    1) Script Title: PHP Photo Album script v2.11

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...photoalbum.htm

    3) Describe problem: Will not display thumbs.
    My php ver is 5.2.9
    Gallery location is http://www.bearnutupholstery.net/gallery/
    Images and getalbumpics.php are in http://www.bearnutupholstery.net/gallery/images/
    I used Google element inspector and no thumbs show up

    I ran getalbumpics.php and it outputs this
    PHP Code:
    var mygallery={
        
    baseurl"http://www.bearnutupholstery.net/gallery/images/",
        
    images: [
            [
    0"P7240011-1.JPG""Jan 10, 2011 18:53:53"],
            [
    1"normal_Interior.JPG""Jan 10, 2011 18:53:51"],
            [
    2"normal_P7240007-1.JPG""Jan 10, 2011 18:53:52"],
            [
    3"P7240010-1.JPG""Jan 10, 2011 18:53:52"],
            [
    "placeholder"]
        ],
        
    desc: []

    Any help is appreciated,
    Thanks
    Steve

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    On the page bearnutupholstery.net/gallery/ both of these:

    Code:
    <script type="text/javascript" src="ddphpalbum.js">
    
    /***********************************************
    * PHP Photo Album script v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
    ***********************************************/
    
    </script>
    
    <link rel="stylesheet" type="text/css" href="ddphpalbum.css" />
    are 404 not Found. Did you upload them to the bearnutupholstery.net/gallery/ folder? If you need them, both are available on the demo page.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    chevyfixr (01-11-2011)

  4. #3
    Join Date
    Jan 2011
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    that was it! Thanks. Now to work on the display

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •