RAUser Posted February 21, 2014 Report Share Posted February 21, 2014 I just upgraded from OpenAds 2.8 to Revive Adserver 3.0.2. I have everything working fine, but my error log is now constantly logging this notice: PHP Notice: Undefined offset: 0 in /var/www/public/adserver/www/delivery/ck.php on line 3230 How can I fix or turn this notice off? I'm using PHP 5.4.25-1 Thanks. Quote Link to comment Share on other sites More sharing options...
RAUser Posted March 7, 2014 Author Report Share Posted March 7, 2014 Not sure if this is the correct solution, but I changed line 3230 to get rid of the notice: FROM: $destination = MAX_querystringGetDestinationUrl($adId[0]); TO: if (!empty($adId[0])) { $destination = MAX_querystringGetDestinationUrl($adId[0]); } Quote Link to comment Share on other sites More sharing options...
andrewatfornax Posted May 8, 2014 Report Share Posted May 8, 2014 Does this still happen in later versions? Just wondering if this is still a bug that needs fixing? Quote Link to comment Share on other sites More sharing options...
RAUser Posted May 8, 2014 Author Report Share Posted May 8, 2014 I haven't upgraded yet, but once I do I'll post an update. Thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.