![]() |
Quote:
/forums/includes/functions_gallery_store.php |
That fixed the problem! Thanks!
|
Quote:
The behavior of array_merge() was modified in PHP 5. Unlike PHP 4, array_merge() now only accepts parameters of type array. |
Hiya Zach baby! Does this work with 3.6.0 out of the box?
|
Ever get an answer on 3.6?
|
I just got the newest Gallery version and I plan to upgrade one of my sites to 3.6.2... I hope this works but if not I will share any code changes that were needed as this looks like a must have for my site!
|
Zach.
On my test board this hack works fine. running 3.6.4 however on my live board 3.6.3 I get this error Quote:
|
I got the same error after upgrading vBgallery to 2.1. Had to disable this mod. Btw, I'm running vB 3.6.4.
Any chance this could one day be included in the vBGallery itself, like the forum home and profile mods? :) |
Its really easy to fix to make it work in 3.6.4. I did it on my first try.
if Zach ( or an admin) gives me the ok I will tell the changes. I dont know if its ok or not as I never redid someones stuff before and dont know how that works. http://www.azbasszone.com/forums/forumdisplay.php?f=36 Delw |
to make it work for vb 3.6.* - 3.6.4 and PhotoPost vBGallery v2.1
you just need only to change the xml file line 41 was Code:
$globaltemplates = array_merge($globaltemplates, array('adv_gallery_imagebit','forumdisplay_vbgallery',)); Code:
$globaltemplates = array_merge($globaltemplates, array('ppgal_imagebit','forumdisplay_vbgallery',)); line 170 was Code:
FROM " . TABLE_PREFIX . "adv_gallery_images AS images Code:
FROM " . TABLE_PREFIX . "ppgal_images AS images just follow the org. directions omitting the functions_gallery_store.php upload Delw |
All times are GMT. The time now is 07:00 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|