View Single Post
Old October 11th, 2005, 12:14 PM   #2 (permalink)
msimonds
Member
Verified Customer
 
Join Date: Oct 2004
Location: Texas
Posts: 83
Send a message via AIM to msimonds Send a message via MSN to msimonds Send a message via Yahoo to msimonds
Re: upgraded to 3.5 on dev site: errors

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
msimonds is offline   Reply With Quote