PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs - vBulletin 3.6x (http://www.photopost.com/forum/bugs-vbulletin-3-6x/)
-   -   Problem after upgrading missing $vba_options (http://www.photopost.com/forum/bugs-vbulletin-3-6x/130754-problem-after-upgrading-missing-vba_options.html)

MarcK March 3rd, 2007 04:26 AM

Problem after upgrading missing $vba_options
 
We've just upgraded from vB 3.6.4 to vB3.6.5 and the gallery (photopost_vbgallery_2_1) has coped with the upgrade. However the forumhome images can't be displayed. A bit of debugging shows that $galleryoptions and $vba_options are both null, therefore the code doesn't get run. All the settings are active so we're guessing that vBulletin have move the variables somehow. There doesn't appear to be a new gallery download for this new vB version so can you please advise how to fix this.


$galleryoptions = unserialize($vbulletin->adv_gallery_opt);
$vba_options

Zachariah March 3rd, 2007 07:39 AM

1 Attachment(s)
Hello,

I have worked on a new way to bypass the required file edit need to integrate the gallery into the forums. Standard practice, to update you would have to edit forums/includes/init.php again after updates.

Please import this "Plugin" attached. It will update the vBGallery product.
I plan to have this in the next vBGallery 2.2 update.

AdminCP => Plugins & Products => Download / Upload Plugins
- Import Plugin Definitions XML File
-- [Browse]


"AS IS" this will work on index, member, adv_index. ( forumhome, profile page, vbadvanced.com CMPS portal pages)

I have this working on 34 sites @ the moment.


vBulletin 3.6 + needed to install.
vBGallery 2.0, 2.1

MarcK March 3rd, 2007 01:58 PM

Thank you! Worked a treat!

Zachariah March 3rd, 2007 02:04 PM

ya :D
I do not like file edits. I must always search for my notes.

gyankow March 6th, 2007 03:36 PM

This fixed my other problem with the navigation issue. However, in some categories I'm still getting No Image specified. If you followed a valid link, please notify the administrator


http://www.photopost.com/forum/showthread.php?t=130178

pablozed March 7th, 2007 12:00 AM

Fixed the problem, thanks.

Kirby March 10th, 2007 12:16 AM

Is the check for PHP5 necessary, the cast seems to work just fine in PHP4 as well?

Zachariah March 16th, 2007 08:11 AM

Quote:

Originally Posted by Kirby (Post 1191540)
Is the check for PHP5 necessary, the cast seems to work just fine in PHP4 as well?

I tested and your correct.
updated. :)


All times are GMT -5. The time now is 09:07 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97