• Resolved villyskov

    (@villyskovgmailcom)


    We moved to a new server, newer versions of Debian, PHP5, Nignx

    Everthing else is working, and is is just the same, (copy paste).

    But the wpec variation iframe is not working anymore, what can be the issue?

    It works in the shop, and i can edit variations in SmartManager.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter villyskov

    (@villyskovgmailcom)

    This is about to things:
    & is converted to &amp. I dont know why. Then the url is not working.

    in this line:
    /admin-ajax.php?action=wpsc_product_variations_table&product_id=’ . $id . ‘&_wpnonce=’ . wp_create_nonce( ‘wpsc_product_variations_table

    And the iframe will not load when the site is secured with ssl.
    I don’t know why?

    Thread Starter villyskov

    (@villyskovgmailcom)

    A secure site https:// would have this in a config site:

    add_header X-Frame-Options DENY;

    to avoid clickjacking attacks

    This means that iframes is not possible, and to setup or edit variations you need iframes.

    It can be fixed if you overwrite with this:
    add_header X-Frame-Options SAMEORIGIN;

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘variation iframe – server issue?’ is closed to new replies.