By Christopher Ambler on Monday, 04 August 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 578
Votes 0
I have my link format set to simple and all SEO settings proper (as far as I can tell), yet most links on my site for blog entries look like this: http://www.rockyhorror.org/articles?view=entry&id=20

Instead of what I'd expect: http://www.rockyhorror.org/articles/an-interview-with-perry-bedden

Interestingly, the correct URL format shows up in category view. But not on the front page or most anyplace else.

Am I doing something wrong?
Hello Christopher,

I am sorry for the late reply.
Can you check your site SEF? You can check this from: Joomla > Site > Global Configuration > Site > Search Engine Friendly URLs = Yes. By the way can you provide us with backend access and ftp access so that we can assist you on this issue much quicker.

Please be advise.
Thanks.
·
Monday, 04 August 2014 11:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, as I said, all SEO settings are proper.

As we accept credit cards, giving back end access would violate PCI compliance.
·
Monday, 04 August 2014 12:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Christopher,

I am sorry for the late reply.
Here I attached to you a file, can you download it and put it in your site: \modules\mod_latestblogs\mod_latestblogs.php and see if this resolved the issue. Please backup the original file first before overriding it with this file so you can revert it back to the original if there is any issue.

Hope this will help.
Thanks.
·
Monday, 04 August 2014 17:46
·
0 Likes
·
0 Votes
·
0 Comments
·
I will test this, but two issues.

First, what did you do?

Second, if this works, that resolves the front page, what about the rest of the site?
·
Monday, 04 August 2014 22:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Christopher,

It looks like for some reasons Joomla 3.x no longer renders the extensions router files and we need to manually render them in the module The fix that Yasser provided earlier is to include the router file from the module (Which we have already fixed internally and will be updating our modules shortly)

If you ever encounter such issues again, let us know which particular module are you having issues with but the fix is pretty simple. You just need to add the codes below into the module's php file,


require_once(JPATH_ROOT . '/components/com_easyblog/router.php');
·
Monday, 04 August 2014 23:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post