Installed mudules: Drupal 6.10, album photos 6.x-2.6-beta3, dfgallery 6.x-1.0-beta2
album photos, dfgallery, photos swfu: enabled
Clean URLs: enabled

Album photo works properly, i.e. I am able to upload photos (*.jpg) and display them.
By clicking the slideshow-link however the dfgallery is not launched and no errors are displayed.

url: http://web.cisana.net/photos/album/206/slide

What can I do?
This is my first post, any feedback is welcome.

CommentFileSizeAuthor
#5 PhotosSettings.pdf67.88 KBcisana

Comments

cisana’s picture

Ok, after some setting-changes it finally works.

Short install/setting instruction:

  1. Download photo 6.x-2.6-beta3 and dfgallery 6.x-1.0-beta2.
  2. Unpack and copy the ‘photos’ and ‘dfgallery’ folders to ‘sites/all/modules’.
  3. Enable (admin/build/modules/list) ‘album photos’, ‘dfgallery’ and ‘photos swfu’.
  4. Set the permissions (admin/user/permission) for the photos module.
  5. Set the photos setting (admin/settings/photos). The [Slide default Music] needs an entry otherwise you will get an error message.
  6. Rename ‘dfgallery_en_eden.txt’ to ‘dfgallery_en_eden’ in the folder ‘sites/all/modules/dfgallery/dfgallery/resources/locale’.
  7. Create your first album (node/add/photos).
  8. Upload your photos (photos/upload).
  9. Enjoy your slideshow (photos/album/1/slide), replace ‘1’ with your number or follow the ‘Album photos’ menu.
cisana’s picture

Status: Active » Fixed
jeya’s picture

I have tried everything whatever you said, but still slideshow link in my account page and the node page is not working ..

jeya’s picture

Status: Fixed » Active
cisana’s picture

StatusFileSize
new67.88 KB

Compare your photos-settings (admin/settings/photos) with the settings in the attached file.

Here is a new link to my slideshow:

http://web.cisana.net/photos/album/202/slide

ericka’s picture

Thanks a lot, you saved me a lot of time!

grt
Ericka

iggyx2’s picture

Thanks. It helped.

However, when i click on Album view i get a blank page.
http://www.igorpalija.com/?q=node/12

Any ideas?
edit* I got it. check #3 http://drupal.org/node/423306
edit* check #3 advises to set 'allow_url_fopen' : on but that is Not secure cause it allows attackers to execute arbitrary scripts on remote servers.

I think cURL enabled took care of blank page, so i set allow_url_fopen' : Off

Also, for some reason json.php was not in modules/dfgallery

once i placed the file there it worked.

Again, thanks for the info.

newbie66’s picture

where do i get the json.php file to place in modules/dfgallery please anyone?

Elnino38’s picture

I really had hard time to make dfgallery works on my drupal website. I thought everything was wrong until I ... recreate an album with all the steps that Cisana described above.
Don't try to modify the settings after having already uploaded an album. Just recreate it from sratch.

newbie66’s picture

Thank you all!
I have my dfgallery working nicely now (kinda/sorta). It works when I go to my page but the slideshow links still do not launch the slideshow eg after clicking on Album View (underneath the gallery in the comments area) this takes me to ../photos/album/22 then when I click on either of the slideshow links it gives me the url: ../photos/album/22/slide but the content remains as the album view. Is there a way i can change so that .../22/slide gives the slideshow view again? Also my music does not play when i click the speaker button on the gallery. Any help is very much appreciated. Thanking you in advance.

StS’s picture

tanma’s picture

Hi newbie66
Just wondering how you fixed the problem with the slideshow link not working? I used to have the dfgallery working well on my last host but I can't seem to get it to work on my new host. Everything seems to work fine except the slideshow link. Completely stumped... do I have to do something with the json.php? I didn't last time.
Anyone have ideas?
Thanks
Tan

gefundener’s picture

Category: support » bug

Same problem here.

With a klick on "Slideshow"-link it opens the page ".../photos/album/120/slide" but it's the same page as ".../photos/album/120", so no slideshow...
But when I change the teaser to show the slideshow it works just fine. I just didn't want the teaser to load the flash animation. It takes to much time when you got a lot of albums...

So a fix for this issue would be fine. Couldn't be anything serious... Just a broken link.

atamanbasar’s picture

first sorry for english
i had a problem like #10 , i have solved it very strangely, i had installed slideshow module before but it was disabled and i have enabled it and the problem vanishes . everything works fine now , also i have disabled slideshow module then (it is very strange but problem does not exist anymore after disabling slideshow module)

leeyuiwah’s picture

Hi, I followed all the steps of #1 by cisana (thank you!) but it did not work for me the first time. But then I

1. downloaded JSON.php from http://bit.ly/bv7mMN and rename it and put it under modules/dfgallery/json-php4.php

2. cleared cached data (admin/settings/performance, found the button "Clear cached data" at the bottom of the page)

(By the way, I think Step 6 of #1 should be renaming the file to dfgallery_en.eden. That is, the file has to have an extension of .eden)

And then it worked for me. Thank you very much!

nathaniel’s picture

Status: Active » Closed (fixed)