Hi there,
Quote:
Originally Posted by ericholtman
Scandal -- can you please share with us the solution you presented to LR? I'm still experiencing the blank page when I try to upload a photo. And I'm not using vB Suite, just regular old Forum 4.2.
Thanks!
|
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.