album permissions file desperatly blank

feer
feer's picture

Joined: 2002-10-14
Posts: 45
Posted: Wed, 2003-03-12 22:39

I used Gallery as an embedded module for a CMS (Xoops) and since I moved from my host I can not set albums permissions...the pop-up windows is blank :???: (I've got ~ 1200 users)

For information my new host has deactivated some functions (read <!-- BBCode Start --><A HREF="http://gallery.menalto.com/modules.php?op=modload&amp;name=phpBB_14&amp;file=index&amp;action=viewtopic&amp;topic=4421&amp;19152" TARGET="_blank">here</A><!-- BBCode End --> )

 
feer
feer's picture

Joined: 2002-10-14
Posts: 45
Posted: Sun, 2003-05-11 17:39

please :roll:

 
joan
joan's picture

Joined: 2002-10-21
Posts: 3473
Posted: Sun, 2003-05-11 17:56

I hate the way xoops turns off all error messages - so if something goes fatally wrong, you get a blank page.

edit xoops/include/common.php. Find

       if ($xoopsConfig['debug_mode'] == 1) {
               error_reporting(E_ALL);
       }

and replace it with this

       // if ($xoopsConfig['debug_mode'] == 1) {
               error_reporting(E_ERROR | E_WARNING | E_PARSE | E_CORE_ERROR | 
                       E_CORE_WARNING | E_COMPILE_ERROR | E_COMPILE_WARNING | 
                       E_USER_ERROR | E_USER_WARNING | E_USER_NOTICE );
       // }

Then you'll be able to see what is going wrong.

 
feer
feer's picture

Joined: 2002-10-14
Posts: 45
Posted: Sun, 2003-05-11 19:16

I didnt found this line (I used xoops 1.3.5) by the way the problems comes from the important amount of users ~1400
Someone have the same problem than me --> here

 
joan
joan's picture

Joined: 2002-10-21
Posts: 3473
Posted: Sat, 2003-05-17 19:53

Ask at the Xoops site how to turn on error messages in your version of xoops, then come back here with the actual gallery error message.