Jump to content

marti

Approved members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by marti

  1. In async.js at the position of 

    withCredentials=true set to false

    and put this in your httpd.conf:

    1. # Always set these headers.
    2. Header always set Access-Control-Allow-Origin "*"
    3. Header always set Access-Control-Allow-Methods "POST, GET, OPTIONS, DELETE, PUT"
    4. Header always set Access-Control-Max-Age "1000"
    5. 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:

    1. # Always set these headers.
    2. Header always set Access-Control-Allow-Origin "*"
    3. Header always set Access-Control-Allow-Methods "POST, GET, OPTIONS, DELETE, PUT"
    4. Header always set Access-Control-Max-Age "1000"
    5. Header always set Access-Control-Allow-Headers "x-requested-with, Content-Type, origin, authorization, accept, client-security-token"

     

  3. 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: *');

  4. 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

×
×
  • Create New...