Jump to content

ibanson

Approved members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by ibanson

  1. Hello, My problem is solved, the cause was the mutualised server I use is behind a proxy. I share here my solution, if it can help somebody : function phpAds_SessionSetAdminCookie($name, $value) { $conf = $GLOBALS['_MAX']['CONF']; $host = isset($_SERVER['HTTP_X_FORWARDED_HOST']) ? $_SERVER['HTTP_X_FORWARDED_HOST'] : $_SERVER['HTTP_HOST']; return setcookie( $name, $value, 0, dirname($_SERVER["SCRIPT_NAME"]), preg_replace('/:\d+$/', '', $host), !empty($conf['openads']['requireSSL']), true ); }Cheers, Laurent.
  2. Hello there, I've recently installed the Revive Ad Server 3.2.2 version. No problems with installation, i logged in and started to configure the zones, publishers, then invocation tags. Right, all is ok from this point. On monday, I tried to log in and received the message : "You need to enable cookies before you can use Revive Adserver" Impossible to log in ! Why ? No modifications to notify or changes on the server. I've seen the following post : http://forum.revive-adserver.com/topic/2993-you-need-to-enable-cookies-before-you-can-use-revive-adserver/ at the end we can see a fix, but nothing changes for me ... https://github.com/revive-adserver/revive-adserver/issues/639 No files or folders permissions problems, no error on the server logs... Thanks for helping me. Laurent.
×
×
  • Create New...