Jump to content

elkaintmoose

Approved members
  • Posts

    1
  • Joined

  • Last visited

About elkaintmoose

elkaintmoose's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I just upgraded from 3.1.0 to 3.2.1. After the upgrade, I ran into errors with my plugins—xmls not found or something similar—so I reloaded all the default plugins from the 3.2.1 download folder using  the Import (Code Only) option, and all seemed to be well.   That may or may not have bearing on the problem I'm seeing now, but that's the only hitch I noticed with the upgrade.   Currently, no ads are displaying, and my page is kicking out this error message: Uncaught SyntaxError: Unexpected token < Which traces to this, generated by spc.php: <br /> <b>Fatal error</b>:  Unsupported operand types in <b>/home/rchseagl/public_html/adserver/www/delivery/spc.php</b> on line <b>3810</b><br /> So it seems like it was trying to send me a message that wasn't coming across. Line 3810 in spc.php begins this chunk of code: $aZoneLinkedAdInfos += $aZoneInfo; $aLinkedAd = _adSelectCommon($aZoneLinkedAdInfos, $context, $source, $richMedia); if (is_array($aLinkedAd)) { $aLinkedAd['zoneid'] = $zoneId; $aLinkedAd['bannerid'] = $aLinkedAd['ad_id']; $aLinkedAd['storagetype'] = $aLinkedAd['type']; $aLinkedAd['campaignid'] = $aLinkedAd['placement_id']; $aLinkedAd['zone_companion'] = $aZoneLinkedAdInfos['zone_companion']; $aLinkedAd['block_zone'] = @$aZoneInfo['block_zone']; $aLinkedAd['cap_zone'] = @$aZoneInfo['cap_zone']; [etc.] which seems to have something to do with connecting ads to zones? Processing invocation codes? I'm not sure. Just for kicks, I regenerated my invocation codes, and replaced the ones on the front page of my site, at least. But it seems to have made no difference, and the same error appeared.   Anything I can do to clear this up?   Thanks!!  
×
×
  • Create New...