Quote:
Originally Posted by cory_booth
Problem...
Using vb Gallery...
If I add this...
if ( !is_array ( $phrasegroups ) )
{
$phrasegroups = array ( );
}
I can not display images anymore as the vbGallery image page will not show array error.
Pictures show as X but if access directly, first line of image code shows error.
|
Then you need something specific to assign to the $phrasegroups array, I can't help you. Sorry.
For those who are having issues regarding Facebook Wall Feeds (Sign Up, New Thread, New Reply, and Album) I have found a fix.
Because most of our servers are 32-bit, anything that is assigned as an Integer will be limited to 2147483647. Facebook Template ID's are way above this.
Therefor, to fix, close your board and place it into Debug Mode, by adding this line to your config.php, after <?php
PHP Code:
$config['Misc']['debug'] = 1;
Go to your Admin CP -> vBulletin Options -> vB Nexus Configuration.
For all of the Template Bundle ID configs (there are four of them), click [Edit] and change it's Data Validation Type to Numeric, and save.
Once your done changing all four turn off debug mode by removing the line I noted before and re-open your board.
This isn't really a bug in vBulletin Nexus, it's a limitation in our servers. They way they had it set up is the correct way to do things.