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

a.mikheychik’s picture

  1. In .info file error in dependencies:
    Line 4: dependencies = lightbox2 colorpicker
    So Drupal shows that this module can't work with Drupal6. Right code:
    dependencies[] = lightbox2<br />dependencies[] = colorpicker
  2. There is no Colorpicker module for 6.x
  3. I delete line about the colorpicker, and turn on BG module. But the menu item admin/settings/brilliant_gallery doesn't work. It just show the admin page.
    So 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');.
  4. Menu item works, but show the error:

    Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/brilliant_gallery/system.admin.inc' (include_path='.;/usr/local/php5/PEAR') in Z:\home\mestnie.ru\www\includes\menu.inc on line 344

  5. THen I update menu function:
    'page callback' => 'drupal_get_form',<br />'page arguments' => array('brilliant_gallery_admin'),

So now this menu item works.

afeys’s picture

My 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)

vacilando’s picture

Hi 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.

vacilando’s picture

Status: Postponed (maintainer needs more info) » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.