Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author storeapps

    (@storeapps)

    @freemovin,

    I checked on your site and I could see following error while subscribing : Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource. (Reason: CORS header 'Access-Control-Allow-Origin' missing)

    Please contact your System Administrator/Host Provider and have a check with them.

    Thread Starter freemovin

    (@freemovin)

    Thank you for looking at it.
    Is it a limitation from my provider ?
    Is there a way to bypass that by modifying the plugin code?

    Plugin Author storeapps

    (@storeapps)

    @freemovin,

    Though error is thrown by Email Subscribers, I’m not sure what is the cause of the issue, plugin or your server settings.

    So, to confirm, please have a check with only Email Subscribers plugin active (and rest all plugins de-activated) and have a check if it is then working correctly or not.

    Thread Starter freemovin

    (@freemovin)

    No success after trying your recommendation.
    I will reach out to my host to know if they can help with that.
    Thank you for your help/time

    Thread Starter freemovin

    (@freemovin)

    Oh, one last thing, how did you get an error message different than the one I got “There is a problem with the request” ?

    Thread Starter freemovin

    (@freemovin)

    After doing some research I have found people that have added this line to their htaccess :
    <?php header(“Access-Control-Allow-Origin: *”); ?>

    I will try it

    Plugin Author storeapps

    (@storeapps)

    @freemovin,

    Sure, have a check and let us know.

    (The error Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource. (Reason: CORS header 'Access-Control-Allow-Origin' missing) was visible in browser’s console – Ctrl+Shift+J to open console in chrome)

    @storeapps
    i have same problems, “There was a problem with the request” > http://screencast.com/t/6ygQ0Cipg please help me..

    Thanks

    Plugin Author storeapps

    (@storeapps)

    @imambudianto,

    Your site url?

    Thread Starter freemovin

    (@freemovin)

    Well, I tried this method :
    <?php header(“Access-Control-Allow-Origin: *”); ?>
    and also
    Header Add Access-Control-Allow-Origin: *
    and it made my site crash.
    I guess it’s not possible on my end to add the CORS header. Probably a limitation of my host.

    Plugin Author storeapps

    (@storeapps)

    @freemovin,

    Did you contact your System Administrator and asked them about the error?

    i am having same problem, but cause is different?
    when i press subscribe button its all working but when i press enter(keyboard) instead of pressing subscribe button. “There was a problem with the request” appears.

    Any solution of it?

    Plugin Author Icegram

    (@icegram)

    @rajendra89,

    Make sure you are using latest version 3.3.

    In which browser you are seeing this? Can you switch browser and then check if it is working or not?

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘"There was a problem with the request"’ is closed to new replies.