PDA

View Full Version : Error posting to Facebook


Yangster
07-05-2010, 08:01 AM
When I add an article to my CMS and in the process of creating the article I choose the 'Publish to Facebook' option I get the following error;

Warning: Illegal offset type in isset or empty in [path]/includes/functions_facebook.php on line 640

Is this me or a problem with vb 4.0.4

KProjects
07-10-2010, 06:49 PM
Try editing functions_facebook.php to replace:

$vbphrase[$phrasename]

with

$vbphrase["$phrasename"]

There are two instances of it in there..

Then give it a shot...

Found the answer here: http://tracker.vbulletin.com/browse/VBIV-7764