By STEVE DAVEY on Thursday, 05 March 2015
Posted in Technical Issues
Likes 0
Views 474
Votes 0
please help with this issue. saw others had this issue but you just got their ftp and fixed so I'm posting here instead of trying to fix myself.

Okay... I did find where you state that your software has problems with redirects from /index.php to home page. When this is removed the error message doesn't happen.

Please explain how we have both the ability to redirect /index.php for seo purposes and no error message.
Hello STEVE DAVEY,

I have help you modified this file -> JoomlaFolder/components/com_easyblog/helpers/helper.php
Under this function getBaseUrl()

// LINE 5230
$url = $url . '/index.php?option=com_easyblog&lang=' . $language;
//Replace with
$url = $url . '/?option=com_easyblog&lang=' . $language;


//LINE 5258
$url = rtrim( JURI::root() , '/' ) . '/index.php/' . $language . '/?option=com_easyblog';
//Replace with
$url = rtrim( JURI::root() , '/' ) . '/index.php/?option=com_easyblog';

Can you give it a try and see that error is it still pop up?
·
Friday, 06 March 2015 03:00
·
0 Likes
·
0 Votes
·
0 Comments
·
hello STEVE DAVEY,

Sorry for late reply to this,

I have tried to access in your Joomla backend and FTP access, but it seems like you provided that login credential is not working.


Warning
Username and password do not match or you do not have an account yet.



Response: 530 Login authentication failed
Error: Critical error
Error: Could not connect to server

Please advise.
·
Thursday, 05 March 2015 02:32
·
0 Likes
·
0 Votes
·
0 Comments
·
i reset again, please try now, they both worked for me
·
Thursday, 05 March 2015 02:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello STEVE DAVEY,

Sorry for late reply to this,

I've test around, yes, you have to disable that redirects from /index.php to home page as you mentioned, because if the redirect happens again, all the submit form values will be reset. That was no other solution with this in currently.
·
Thursday, 05 March 2015 12:29
·
0 Likes
·
0 Votes
·
0 Comments
·
You guys realize that the index.php creates a lot of duplicate page issues so this needs to get fixed asap or we're moving off easyblog very soon.
·
Thursday, 05 March 2015 12:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello STEVE DAVEY,

Sorry for late reply to this,
Okay... I did find where you state that your software has problems with redirects from /index.php to home page. When this is removed the error message doesn't happen.

May i know which part are you removed as you mentioned? Can you revert back your changes so that we can reproduce this issues again and see how it goes?
·
Thursday, 05 March 2015 15:46
·
0 Likes
·
0 Votes
·
0 Comments
·
I put the redirect back in there again so the error message is back.
·
Thursday, 05 March 2015 23:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Steve,

Initially, ajax calls are being made to http://site.com/?option=com_easyblog but there are a lot of customers which actually adds a redirection from http://site.com/ to http://site.com/index.php and we had to switch it back to http://site.com/index.php?option=com_easyblog
·
Friday, 06 March 2015 02:27
·
0 Likes
·
0 Votes
·
0 Comments
·
How do I change the code to deal with the redirection then. Sites that are redirecting home pages in Joomla to /index.php are making a mistake and I wouldn't think you would want to write your software to accomodate them and not the ones doing it the right way.
·
Friday, 06 March 2015 02:51
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you!
·
Friday, 06 March 2015 03:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Steve,

You are most welcome. Glad that your issue has been resolved now
·
Friday, 06 March 2015 10:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post