I did the upgrade but the thing that I do not understand I am getting errors when I access my test gallery:
Code:
Content visible to verified customers only.
it also says my gallery is turned off
I cannot see the drop down in the admin area for the gallery any longer and the edits that are in place for upgrading
Look in your /forum/admincp/index.php file for this code:
construct_nav_option($vbphrase['add_category'], 'vba_gallery_admin.php?do=addcat');
And replace it with this:
construct_nav_option($vbphrase['add_category'], 'vba_gallery_admin.php?do=addcat'); construct_nav_option($vbphrase['mass_move'], '../' . $modcpdir . '/vba_gallery.php?do=move');
are incorrect for upgrading from 3.0.* to 3.5
can someone please help me
TIA
Mike