Hello

I have setup Drupal and integrated a previous running gallery via the gallery2 module.

Gallery version = 2.3.1 core 1.3.0.1
Drupal 6.19
* Overall Status (Installation): [OK]
* Gallery2 API version: 7.54 / 1.5

I used the block option tu have two random images on all the drupal pages.

This option only work if you are logged in.

I have read multiple previous posting and have followed the instructions but still no luck.

My setting on the block;

User specific visibility settings

Users cannot control whether or not they see this block.

I have checked them all and also blank them all.

Show block for specific roles:

admin
anonymous user
authenticated user
news publisher

I have tried multiple selection.

Show block on specific pages:

Show on every page except the listed pages.
Show on only the listed pages.
Show if the following PHP code returns TRUE (PHP-mode, experts only).

http://www.taurinosclub.com/

Any help is appriciated.

Comments

axtolf’s picture

I've the same problem and versions are identical.
Configuration of the block is the same too.
Some suggestions?

bshetty’s picture

Hi there,

This sounds like permission issue. Go to www.yoursite.com/admin/user/permissions and check if authenticated users (or whichever role you want to display the block to) has permissions to access/view gallery content and other content that you are using in the block. If not, give permissions and save .If the permissions look okay. Go to www.yoursite.com/admin/settings/performance and clear cache.
If the issue still persists go to Post settings (www.yoursite.comadmin/content/node-settings) and rebuil permissions.

Hth! :)

Regards,
BShetty

axtolf’s picture

Checking permissions was the right suggestion.
I gave permission to user to "access gallery" and all is working.
Thanks