This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Multiple domains not working
#11

(20-Aug-2019, 01:05 PM)Steven Wrote:  Can you provide a link to the page where the form is? I'll then take a look.
For sure, but the problem is that a make a trick to make ti work.
mispicaderos.com/1-artxanda loads it without problem
trovacamporella.com/1-artxanda loads it with iframe like this: _comment.php?id=1&nombre_picadero=Artxanda 1
Reply
#12

You can try and see the error here:
https://trovacamporella.com/_comment.php...txanda%201
Reply
#13

The ajax request is failing but it doesn't give the reason. I suspect it's still because of the 'same-origin' policy, because you can see in the console that font awesome isn't loading due to CORS. In the screenshot I've attached, it looks like it should work though. Maybe try doing it using .htaccess as well.

Code:
<IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
</IfModule>

/comentics_v34/comments/.htaccess


Attached Files Thumbnail(s)
   

Have you completed the interview?
Reply
#14

Thank you very much.
I´ll try it
Reply
#15

I aplied:
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin *
</IfModule>

and:
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>

And no one works. The problem is the same... Sad
Reply
#16

Okay sorry I'm not sure then. It could be your host doesn't allow it. Maybe ask them or ask on somewhere like stackoverflow.

Have you completed the interview?
Reply
#17

Commentics will work if it is on the same domain but using it in different subfolders, right?

As an example:  domain.com/blog1 and domain.com/blog2 (domain.com being the same)

I getting an error message: "Error: Commentics could not be loaded" on one of the subfolders
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
06-Nov-2012, 03:09 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)