Status
Not open for further replies.

IcEWoLF

Customer
Hi Dylan, when vBGallery is enabled none of the options in admincp work.
I click save disable or enable boards, it doesn't work it takes me to a blank page, basically I can't make any changes to anything in AdminCP unless I disable vBGallery


options.png
 
Could I get access again? The htaccess for the test site you gave me before doesn't work.
 
what settings are you trying to save? I went into the gallery ones and they all saved ok
 
When I have the gallery plugin on I am getting this error:

error2.png

For example, try to change the style to vBulletin style from New Style.
 
Hmm, can you edit

dbtech/gallery_pro/hooks/admin_options_processing_build.php

On the line after

PHP:
<?php

add

PHP:
// Fetch required classes
require_once(DIR . '/dbtech/gallery/includes/class_core.php');

// Initialise
DBTECH_GALLERY::init($vbulletin);

So you end up with

PHP:
<?php

// Fetch required classes
require_once(DIR . '/dbtech/gallery/includes/class_core.php');

// Initialise
DBTECH_GALLERY::init($vbulletin);

if (($oldsetting['varname'] == 'dbtech_gallery_wm_dyn_hard') && ($oldsetting['value'] != $newvalue))
{
    if ($newvalue == 1)
    {
        DBTECH_GALLERY::rebuild_watermark($newvalue);
    } else {
        define('CP_REDIRECT', 'dbtgallery.php?do=rebuild_watermark');
        define('DISABLE_PRODUCT_REDIRECT', true);
    }
}

?>
 
Hi Dylan, there is no file named "admin_options_processing_build.php" in the pro folder for hooks.

Edit: I found it in the gallery folder, after making the change nothing has changed unfortunately. :/
 
Last edited:
move that file over to the pro hook folder, so it's at the link I gave you. Not sure why it was in the gallery folder, I fixed the download files for this.

EDIT:
After looking, you might want to redownload the package and reupload the files. There was another file missing in the pro folder as well. I fixed it on the server.
 
Last edited:
Status
Not open for further replies.

Legacy DragonByte Gallery

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
865
Customer rating
0.00 star(s) 0 ratings
Back
Top