By Denis Siqueira on Friday, 30 May 2014
Posted in Technical Issues
Replies 10
Likes 0
Views 632
Votes 0
I have problems in the tabs Unresolved, Resolved, Unanswered, Latest, Popular

They do not load!

I corrected the LINE 91 in my file, JoomlaFolder\media\foundry\3.1\scripts\component.js
LINE 91 (add the index.php):



self.ajaxUrl = options.ajaxUrl || $.basePath + "/?option=" + self.componentName;
//Replace with
self.ajaxUrl = options.ajaxUrl || $.basePath + "/index.php?option=" + self.componentName;



The error disappeared but still load content

screenshot attached
Hello Denis,

The reason that you are hitting this error is most likely because you have some 301 redirection going on for http://site.com/ to http://site.com/index.php . You need to actually turn off such redirections.
·
Saturday, 31 May 2014 00:37
·
0 Likes
·
0 Votes
·
0 Comments
·
I do this in easydiscuss or joomla?

Can guide me?
·
Saturday, 31 May 2014 00:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Denis,

I believe it's in your .htaccess file but I am not really sure, I need to access the site :P Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Saturday, 31 May 2014 00:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, following credentials

I commented the 301 redirect in .htaccess, but not solved

#rewritecond %{http_host} ^creditoecobranca.com [NC]
#rewriterule ^(.*)$ http://www.creditoecobranca.com/$1 [r=301,NC]
·
Saturday, 31 May 2014 01:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Denis,

There's something really odd with your site because the "token" is renewed everytime the page refreshes. I have added some hacks so that the ajax calls doesn't check against the tokens but that's not the point because eventually, you'll hit more roadblocks even when you are logging into your site using Joomla's login module.

Basically tokens in Joomla is generated only once if the session does not exist and it will be the same throughout your whole session on the site. However, at your site, the token changes every time the page refreshes. I believe this could be due to your current php setup though
·
Saturday, 31 May 2014 14:04
·
0 Likes
·
0 Votes
·
0 Comments
·
OK, i understand

I'm on changing classic ASP to PHP joomla process. Maybe it's something I've had to adapt.

Anyway thanks.

Hence the few months I have only joomla and I will upgrade to 3.0. That should solve the problem
·
Saturday, 31 May 2014 20:54
·
0 Likes
·
0 Votes
·
0 Comments
·
I tested and it is working now.

What did you set?
·
Saturday, 31 May 2014 20:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Denis,

I am really sorry for the delay of this reply as it is a weekend for us here. I have actually added a hack on the site to prevent checking against the token (Not a good idea but it works). However, i still think you need to check on your webserver setup because it certainly does seem to see like the token is being re-created each time the page refreshes
·
Sunday, 01 June 2014 14:03
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you very much

You were incredible

I'll check this error, but now it's great
·
Monday, 02 June 2014 08:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Denis,

You're welcome. Thanks for using our product.
·
Monday, 02 June 2014 10:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post