Jump to content

marti

Approved members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by marti

  1. In async.js at the position of withCredentials=true set to false and put this in your httpd.conf: # Always set these headers.Header always set Access-Control-Allow-Origin "*"Header always set Access-Control-Allow-Methods "POST, GET, OPTIONS, DELETE, PUT"Header always set Access-Control-Max-Age "1000"Header always set Access-Control-Allow-Headers "x-requested-with, Content-Type, origin, authorization, accept, client-security-token"
  2. In async.js at the position of withCredentials=true set to false and put this in your httpd.conf: # Always set these headers.Header always set Access-Control-Allow-Origin "*"Header always set Access-Control-Allow-Methods "POST, GET, OPTIONS, DELETE, PUT"Header always set Access-Control-Max-Age "1000"Header always set Access-Control-Allow-Headers "x-requested-with, Content-Type, origin, authorization, accept, client-security-token"
  3. Hi! I want to use one asynch TAG on multiple domains so I do not have to create them for all pages. Is that possible?
  4. I want to use the same async tag on multiple domains but get an error: "No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'xxxxx' is therefore not allowed access." How could I fix this? Tried to add this to asyncspc.php but did not help: header('Access-Control-Allow-Origin: *');
  5. The 'Default Manager' account is ID 2
  6. Server Time and PHP Timezone are set to Europe/Berlin also the administrator preferences but at 23:15 the statistics are created for 19:00-19:59 How do I get it to be at 22:00-22:59 ? In my database at account_preference_assoc I have the line account_id 2 value GMT
  7. The manual how to setup scheduled maintenance is down (openx and revive site) In my Configuration > Maintenance Setting is says: Maintenance Settings CHECKED Automatically perform maintenance during delivery if scheduled maintenance is not set up Maintenance Operation Interval (minutes) 15 So how do I setup scheduled maintenance?
  8. Hi, for now Revive generates the statistics once per hour. Is there a way to have this done twice per hour or even every 15 minutes? Thanks, Marti
×
×
  • Create New...