Closed (fixed)
Project:
Brilliant Gallery
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
5 Jul 2008 at 23:17 UTC
Updated:
31 Jul 2008 at 04:47 UTC
The first dev version for Drupal 6 has just been released (it can take a while before it is packaged for download, of course).
Please report all bugs you run into -- it will help me to produce the first stable version a lot faster. Thanks!
Comments
Comment #1
a.mikheychik commentedLine 4:
dependencies = lightbox2 colorpickerSo Drupal shows that this module can't work with Drupal6. Right code:
dependencies[] = lightbox2<br />dependencies[] = colorpickerSo I comment line 187 (
'path' => 'admin/settings/brilliant_gallery',) and change line 186 to$items['admin/settings/brilliant_gallery'] = array(. Also I change line 192'access' => user_access('access administration pages'),to'access arguments' => array('access administration pages'),And comment line 4
sess_write('vacilando', 'this is a test');.'page callback' => 'drupal_get_form',<br />'page arguments' => array('brilliant_gallery_admin'),So now this menu item works.
Comment #2
afeys commentedMy testmachine is a Windows Vista with Xampp installed. On this machine I don't see any album thumbnails, I do get the black background, I can click in the topleft corner of the album background and then I get lightbox with the images.
Last week I already started porting this module to Drupal 6 myself because I couldn't wait any longer to migrate to 6. I had the same problem with the thumbnails. I did throw out any base64_encode and image.php stuff and then it worked. Didn't have time yet to include the encode and image.php back in.
Hope to see a finished version soon. (this module is great)
Comment #3
vacilando commentedHi guys / girls -- due to a CVS mistake (of mine!) the D6 dev version was mixed up with the D5 version... that explains armaturich's problems, and probably also afey's. Try the current dev release, it works fine for me and some other people already reported success as well.
Comment #4
vacilando commentedComment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.