Quote:
Originally Posted by Leica.Robbiani
Hi there,
The solution was:
Open gallery.php and find:
PHP Code:
require_once('./global.php');
require_once(DIR . '/includes/functions_sc_gallery.php');
add below:
PHP Code:
require_once(DIR . '/includes/class_bootstrap_framework.php');
require_once(DIR . '/vb/types.php');
//Init the vb framework
vB_Bootstrap_Framework::init();
But this should be fixed in the latest version.
Best regards
L.R.
|
Yeah, that's already there. Unfortunately, I guess it's a custom style issue for me.