By joe kaz on Saturday, 22 November 2014
Posted in General Issues
Replies 4
Likes 0
Views 889
Votes 0
This seems to be a great comment system, but I am getting the "Sorry, something went wrong ..." error. I have $live_site blank in config.php.
Same message on any browser. Any help appreciated, thank you.
Example page... http://www.justautorepair.com/chevrolet/astro-van/oil-pressure
Hello,

The problem is actually because you have enforced some redirection on the site as you can see here, http://screen.stackideas.com/2014-11-22_1645.png . Once you removed these redirection it will work correctly
·
Saturday, 22 November 2014 16:45
·
0 Likes
·
0 Votes
·
0 Comments
·
HMMM. Did not see that. Don't know where that is coming from. I will look into it and let you know- thanks !
·
Saturday, 22 November 2014 19:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark wrote:

Hello,

The problem is actually because you have enforced some redirection on the site as you can see here, http://screen.stackideas.com/2014-11-22_1645.png . Once you removed these redirection it will work correctly


When I remove the redirect in my htaccess, the comment system works fine. The problem is that now the site will not redirect http://www.example.com to http://www.example.com/home like it needs to.

RewriteCond %{HTTP_HOST} ^example\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.example\.com$
RewriteRule ^/?$ "http\:\/\/www\.example\.com\/home" [R=301,L]
·
Sunday, 23 November 2014 11:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Joe,

Unfortunately with such redirects, it causes issues on the ajax requests and you really shouldn't have /home as your home page. You should just have it as http://example.com/ as your home page.
·
Sunday, 23 November 2014 14:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post