1591 build: still no slideshow "new install"

svn 1591 installed into new subdirectory; same database; one album

Plugins:
check flowplayer v1.0.1
check slideshow v1.0.2.3

Options: Plugin options
flowplayer
height/width numbers
slideshow:
Mode: JQuery

reproduced exact problem: images read from zp-core image directory, not my album

Comments

  • acrylian Administrator, Developer
    I still can't reproduce that. I see no reason why the slideshow should use the zp-core image directory.

    Please take a look at the album page you call the slideshow from and search for a <form> called "slideshow" within the source code and post the code of that form.

    (BTW, you could have used the other thread...)
  • CODE FROM IMAGE.PHP
    <div id="imageDesc" style="display: block;"></div>

    <script type="text/javascript">initEditableDesc('imageDesc');</script>
    <form name="slideshow" method="post" action="/photos/1997ottawa/page/slideshow">
    <input type="hidden" name="pagenr" value="1" />
    <input type="hidden" name="albumid" value="45" />
    <input type="hidden" name="numberofimages" value="4" />
    <input type="hidden" name="imagenumber" value="1" />
    <input type="hidden" name="imagefile" value="9706-003.jpg" />
    View Slideshow
    </form>
    CODE FROM THE SLIDE PAGE CALLED:
    <span></span>
    ``




    </div>

    <div id="slides" class="pics"><span class='slideimage'><h4>: multimediaDefault (2/4)</h4>`multimediaDefault`</span><span class='slideimage'><h4>: zen-logo (3/4)</h4>`zen-logo`</span></div>
    </div>

    While the actual image is named, if STOP is pressed, there's an error message. `Zenphoto Error: the requested object was not found. Please go back and try again.`

    Am I suppose to abandon slideshow?????
  • acrylian Administrator, Developer
    The code from image.php is correct, tha from the slideshow not of course. I would guess that you have a mod_rewrite problem. Please check if it works with mod_rewrite disabled and if you really have the correct 1.1.6 htaccess file
  • .htaccess: The install is brand new from scratch into a brand new subdirectory. ALL files from ZP

    mod_rewrite: this was checked. Turned off. Saved. Cleared browser cache. Tried again. No slideshow.

    For double-check, created new album with 1 image. Same problem.
  • acrylian Administrator, Developer
    Sorry, then I really can't help with that. There must be wrong something else. There is not reason in the code, that the zp-core/images files should be shown. The slideshow code uses the Zenphoto gallery and album objects.

    If the site is public accessible, please post a link.
  • Because I see the time difference, am going to create entirely new MySQL database setup & ZP install current. Not to give you access but to see if extreme-clean start means something.

    Using ZP user/password setting does not request a username/password sign in, just password and full access to everything. Should there by BOTH?

    My site isn't public.
  • 1612svn 100% new install; new subdomain; new database

    Quite extreme but the bug is gone. However, I'm assuming that because /albums contains only my images; /styles contains only css, I'm safe to copy over. I'll take the time hit and let the cache recreate itself as there's one more glitch I'm keeping eye on (won't mention until I see if it is noticed).
Sign In or Register to comment.