Posted by hanzi on October 18, 2009 at 11:51am
Jump to:
| Project: | Brilliant Gallery |
| Version: | 6.x-3.4 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I made an album in picassa and I inserted the rss url in these tags [bg|...] like the instruction said. I created a page and inserted the entire tag and url in the text area with the input format as full HTML (I did activate the brilliant_gallery function in this input formats settings), but all that displays on my page when I view it is the link and images.
Like this:
[bg|http://picasaweb.google.com/data/feed/base/user/fwilson.images/albumid/5393900712674396577?alt=rss&kind=photo&hl=en_US]
I also set the album in picassa to public but still nothing.
Please help!
Comments
#1
I had an WYSIWYG editor enabled and it wrapped the url in html tags,
< p>[bg|http://picasaweb.google.com/data/feed/base/user/fwilson.images/albumid/5393900712674396577?alt=rss&kind=photo&hl=en_US]< / p>
I removed it thinking that might be the problem, but now not even the url is showing, the page is just blank.
#2
I have the same problem. You can see not parsed tag here on the www.volejbalmohelnice.cz/fotky. I could not find any solution for a week. Local main image gallery work. My setting are : Main gallery folder: ftp_images, Picasa folder: picasa_images, .... others are default, Overlay browser: Lightbox .... I do not change anything.
My versions are : Drupal 6.14, MySQL database 5.1.41, PHP 5.2.5, GD bundled (2.0.34 compatible), Web server Apache/2.2.8 (Win32) mod_ssl/2.2.8 OpenSSL/0.9.8g PHP/5.2.5.
Can somebody help me?
#3
Has anyone figured this out? I am getting the same behaviour
#4
Mine is working but did have a problem with the location of the temp directory. Is there anything in your logs? I notice that the url in the OP gives a 404 when I visit it, I think that the url needs to be accessible. One of my tags is [bg|http://picasaweb.google.com/data/feed/base/user/gordon.waters/albumid/5414273774146474977?alt=rss&kind=photo&hl=en_US]
So if I get just the url and put in my browser the album shows (http://picasaweb.google.com/data/feed/base/user/gordon.waters/albumid/54...).
This can been seen in my drupal site here http://www.braidwood-web.net.au/majorscreek/Xmas2009
Gordon
#5
Ok working for me now. I left the default temp directory location (/tmp) and created a tmp directory under files. I needed to remove the preceeding / - ie tmp and not /tmp
#6
@seangee - had same problem and solved it with your method! Thanks!