I am using subdomain for a content type (create custom content type) and create a subdomain (via subdomain module). The fivestar module display well but it could not save voting from this subdomain (just url alias, not multisite feature).
main url: http://mydomain.com
subdomain url: http://sub.mydomain.com <= fivestar could not save voting from the node have this url.
Comments
Comment #1
Petrica commentedI am searching for a solution, too.
Comment #2
Bolzamo commentedThe problem in Ajax cross-domain request.
Maybe this can help: http://www.leveltendesign.com/solution/error-access-restricted-uri-denie...
Comment #3
quicksketchRight, this isn't specifically a "bug report", it's a browser "security feature". :-)
I'm marking this postponed, because it would require Fivestar to completely change its returned data, which currently is XML, to use JSON instead. I wonder why subdomain module can't just submit the vote requests to the same domain?
Comment #4
Petrica commentedAt the beginning of .htaccess I added the following line:
RewriteRule ^fivestar/vote/(.*)$ index.php?q=fivestar/vote/$1 [L]
It works for me.
PS. This is for drupal v5.
Comment #5
steppenwolf commentedI am searching for a solution, too.
Comment #6
whiteph commentedWe can no longer support the Drupal 6 version of Fivestar. It is in security maintenance mode only. When the Drupal 8 version of Fivestar is released, the Drupal 6 version will be officially deprecated.
Comment #7
whiteph commentedSee Help testing Drupal 6 patches.