Instllation and Configuration issues Drupal 5.1/Gallery 2.2.4

elrond25

Joined: 2008-03-12
Posts: 2
Posted: Wed, 2008-03-12 06:46

I am trying to get embeded gallery2 (version 2.2.4) working with Drupal 5.1. I can't enable url rewrite so it's disabled on both Gallery and Drupal. All steps run fine except the synching of users. Whether I click on sync or skip I get a 500 error on the browser and the following in the error log.

Details
Type gallery
Date Tuesday, March 11, 2008 - 22:40
User elrond25
Location http://carlosaraya.name/?q=admin/settings/watchdog
Referrer
Message Error in function '_gallery_init()' (gallery_base.inc:80):

* Unable to initialize embedded Gallery. You need to configure your embedded Gallery.

Severity error

This error gives me no clue where to go. Any and all help is appreciated.

Carlos

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Wed, 2008-03-12 19:31

When I went to your site this is the error Drupal gave me.

register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled. The PHP manual has instructions for how to change configuration settings. (Currently using PHP register globals Enabled ('1'))

 
elrond25

Joined: 2008-03-12
Posts: 2
Posted: Thu, 2008-03-13 00:29

That's fixed. Now I'm only getting a blank page :|

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Thu, 2008-03-13 00:57

That generally means you hit the PHP memory limit. You'll probably need to increase it.