Viewing 1 replies (of 1 total)
  • I had the same problem, looked in the code and this is how I resolved this:

    In admin_actions_class.php, line 268 (or save_post function), add the following:

    $adpress = $GLOBALS['AdPress'];

    All the admins functions call the $adpress object, which save_post() also uses, but doesn’t call. The consequence of this is that the destination URL doesn’t get pushed to the right key (because the prefix isn’t properly fetched).

Viewing 1 replies (of 1 total)
  • The topic ‘Destination and Ad Graphic not saving’ is closed to new replies.