Slideshowpro do not show images!!
example :
http://www.sociart.it/drupal/content/prova-slideshow-1
I follow step by step the documentation about ssp module :
install ssp, setting module ssp and permission
copy slideshowpro.swf in /drupal/sites/default/ssp/slideshowpro.swf
(SlideShowPro_Standalone_197)
create node slideshowpro and upload images ok!,
I have already attivate clean urls and private file system,
and all permission to folder,
but my slideshowpro dont' work !!
There is not file in subfolder ssp_thumbnail of the imagecache !!
But I see the images in folder imagefield_thumbs, I don't understand.
this is a xml file
http://www.sociart.it/drupal/node/6/0/images.xml
I use version 6.x-1.0-alpha9 of module
and version 6.13 of drupal
Can you help me please ?
What can I do?
| Comment | File | Size | Author |
|---|---|---|---|
| #22 | ssp_how_to_install.txt | 1.83 KB | Marc Hoefman |
Comments
Comment #1
Adam S commentedI followed the directions and I'm having problems with the player not loading too. Here is a link to a gallery with one picture. http://thechefsgalley.com/openpublish/asdfasdfasdf My drupal site is in a subfolder. Does that affect the callback of xml file paths?
I'm using version 1.9.7 of slideshowpro and the openpublish instillation (http://drupal.org/project/openpublish) profile with drupal 6.14 .
Comment #2
chrisckHi All,
I would like to know how to get SSP working as well. I'm quite a newbie to drupal and ssp. I have the 191 Standalone version. I put it in drupal_directory/ssp. Specified the absolute path to drupal_directory/ssp in the configuration settings. Now what do I do? Where can I upload images/movies? I created a content slideshow. But what am I supposed to do with it?
I would very much appreciate any help given!
Thanks!
Comment #3
riban commentedgo to
create content ---> slideshow
and you can upload images inside !
and the ssp module create slideshow automatically
(If all goes well)
Comment #4
Adam S commentedThanks for returning the message. I really appreciate it. It would be very nice if drupal and slideshowpro were tightly integrated. Lots of developers use drupal and there really isn't a good out of the box image gallery yet. The idea with the slideshowpro module is to create a piece of content with many images attached to it and then render it to xml.
This might be worth your while working on. I'm sure that easy integration of slideshowpro into drupal will be a huge hit.
Thank you for your time,
Adam
Here is some more information:
* Drupal 6.14
* Openpublish instlation profile http://drupal.org/project/openpublish
* ssp 6.x-1.0-alpha9 The module project page is http://drupal.org/project/ssp
* SlideShowPro_Standalone_197 .
* Developer's demo page http://sspdemo.grass.co.ve/
* Project page issues que http://drupal.org/project/issues/ssp?text=&status=All&priorities=All&cat...
* attached is a screen shot showing firebug.
* http://thechefsgalley.com/node/108
1. I cut this out of the html source code.
2. "paramXMLPath=/?q=node/108/0/params.xml" passed as an argument yields this xml file:
http://thechefsgalley.com/?q=node/108/0/params.xml
3. Something must be working with the xml because the image xml file is called next.
http://thechefsgalley.com/?q=node/108/0/images.xml
Comment #5
Adam S commentedThe slideshowpro works with the sample data that comes with it embedded into drupal. It calls the pamams.xml and images.xml file just right. It's not like it isn't working at all. The .xml produced by the module is working too. The flash is just not processing it. I compared as much information between my website and the developers demo website. The ONLY difference is that his website has only one cookie and my website has many. There is problems with domains and flash but I don't think that is the problem here. I think that there must be some confusion with the flash's cookie handling (not that I know anything about that.)
Comment #6
riban commentedhttp://drupal.org/node/590144#comment-2098192
Comment #7
chrisckWhere do I upload images/videos? I created a slideshow (content type slideshow). It looks like an ordinary page creation. Where can I feed the images?
Warm regards,
Chris
Comment #8
Adam S commentedThe module comes with content types allready. You need to upload your files using the image field widget. When the flash player calls back to drupal asking for information attached to a url drupal then sends it rendered code. You need to add the content to the slideshow content type allready made by the module.
Comment #9
chrisckSorry for obvious questions, but where can I find the image field widget? I think I'm missing something. I tried adding a field in the Slideshowpro content type:
Label: Images
Name: field_ssp_images
Type: File
Widget: Image
Number of Values: Unlimited
So I can upload images when I create a Slideshowpro, but it doesn't show up. Is that what I'm supposed to do? How do I add the slideshow to a different node? Is there some sort of embed code?
Cheers,
Chris
Comment #10
chrisckOkay. I realize what happened. When I enabled SSP Module, it didn't work properly because my PHP Memory limit was only 16M. So I increased it to 96M and now I see the widgets and fields.
I uploaded the images but I don't see them in the slideshow. I see the little circle moving for a second and then it disappears into the grey background.
How do I get SSP to show the images? Also side, question: Is there a param.xml that I can edit to change the look of the slideshowpro?
Many thanks,
Chris
Comment #11
Adam S commentedYeah, that's where we are all at with this thing! For some reason when the player calls the server the server sends the correct information (see all the code listed above) but the player doesn't read the images for some reason. It doesn't work for anybody. Shame too since I paid $40 for the player.
Comment #12
chrisckLol. I'm glad I've finally caught up! I'm afraid I can't help much. But I'm guessing there seems to be something wrong with the images.xml feed?
I did a search for images.xml in my drupal directory and found:
Does this help at all?
./sites/default/ssp/param.xml: xmlFilePath = "images.xml"
./sites/default/modules/ssp/ssp.module: $items['node/%/%/images.xml'] = array(
./sites/default/modules/ssp/ssp.module: 'title' => 'images.xml',
./sites/default/modules/ssp/ssp.module: xmlFilePath = "/?q=node/'.$nid.'/0/images.xml"
./sites/default/modules/ssp/ssp.module: xmlFilePath = "/?q=node/'.$nid.'/1/images.xml"
Maybe the ssp.module needs a little tweak?
Chris
Comment #13
kylebrowning commentedI fixed ssp module to work with $base_path.
The issue was that you put ssp in a subdirectory, and I was making a call to the DOCROOT
Will be fixed in Alpha10, I just cant seem to commit to CVS atm.
Comment #14
kylebrowning commentedComment #15
chrisckOh I see.. So will alpha10 be released any time soon? Could you teach me how to change $base_path?
Thank you kindly.
Chris
Comment #16
kylebrowning commentedIts out.
Comment #17
chrisckMy images are still not showing up. I know slideshowpro.swf path is correct because I can see it in the text example. It shows the loading circle in the test and stops. In my content, there is no loading circle but just the grey background.
The path to my slideshowpro.swf doesn't work with 'sites/default/ssp/slideshowpro.swf' but it works with 'http://domain-name.com/sites/default/ssp/slideshowpro.swf'.
Am I missing something? How can I debug my issue?
Thanks,
Chris
Comment #18
kylebrowning commentedYou are supposed to enter in the absolute path.
So, starting from DOCROOT, with a slash.
In my example I have "/sites/default/ssp/slideshowpro.swf"
Comment #19
halation commentedHey all,
So I've been running into the same exact issues.
If any of you are running a WYSIWYG editor on your site, like FCK or something there will be a problem IF you put content inside the BODY area of that node.
The problem is that the XML is getting messed up when you put in some content inside that body box. In my case FCK is running, so it automatically formats the content and puts xHTML tags around the content. Now.. because of the way flash reads XML, if you have xHTML tags inside there, it'll start messing with the way slideshowpro parses the XML.
Not sure I'm explaining this well. But Anyway, I just put a strip_tags() function around the "node->body" parts of the code in the module. (There's only 3 places).
So for example (in the module):
this line:
becomes:
Hey Kyle, not sure if this is the best way to handle things, but it seems to work well. As I don't see any point in having xHTML tags in the description attribute of the XML.
Fix for your next release perhaps? By the way, thanks for making this module, it's pretty damn useful!
EDIT:
Just to show ya what's happening in the xml:
as you can see on line 3, there are paragraph tags around the "This is the problem area!" text.. Flash reads this the same as the other XML tags, so it gets all confused.
Hope it helps!
EDIT:
By The way I was using Version Alpha11. .. Just in case it makes any kind of difference.
May the force be with you.
Comment #20
chrisckThanks for that! I think I'll try it out and report back here soon.
Comment #21
kylebrowning commentedOk guys, Ive comitted this last fix, let me know if there are still issues.
I would love to see any and all information you can post, preferably from pastie.org
Information I wil need to see in order to solve your current problem would be:
The generated params.xml
The generated images.xml
OR
a url of your current setup that I can browse to. (<---preferred)
I really hope I can solve this issue to help you guys out.
Thanks for taking the time to post bug reports.
Comment #22
Marc Hoefman commentedI installed the SSP module (latest version) and faced the same problems as described in this forum.
Just could not get SSP up and running with images.
But... I finally got it working !!! :)))
See attached txt file... I hope it helps some of you as well.
Comment #23
kylebrowning commented