I am using version 1.0.9 I have a blog under two separate language nodes, such as:
EN
---Blog
ES
---Blog
The Spanish node has two hostnames associated with it, e.g.
www.exampledomain.com
exampledomain.com
The English version works perfectly however on the Spanish version if I view a blog post, then click a related category or tag link, I am returned a 404 not found error.
Hi, can you list the category or tag URL that is returning the 404 and the ones that work? And is the category/tag URL that is returning the 404 the same in the html markup as the one that returns the 404 (i.e. is it redirecting to a 404)?
As you can see, the only difference between the two are the domain name. Also it should be noted that I created a separate data type for the Spanish tags and categories.
Hrm, I'd need to replicate to see what exactly is going on. It looks like you have steps to replicate the issue so it would be best to log an issue on GitHub: https://github.com/shazwazza/articulate/issues with these steps, then I won't forget to look into this and fix for any new releases. Thanks!
Thanks Shannon, I have now logged it as an issue on GitHub. In the meantime I will continue to look at/debug the code to see if I can see the issue as well and will update if I find the cause.
Just need to pass something by you again on this issue. I have upgraded to the new version of Umbraco and Articulate.
The issue I currently have is that to try and get around the original issue, I created two different Category and Tag data types specifically for the Spanish Categories and Tags, and I had altered the GetPostTagCollection and GetAllCategories methods in UmbracoHelperExtensions to determine if the Spanish or English blog was being looked at and then using the correct data type. This was the way in that it didnt work originally and indeed if I do the same in the latest Articulate version I get the same issue with Page Not Found.
Do I have to stick with just one Category and Tag datatype being used on both the English and Spanish blogs and will it automatically only show the Categories and Tags for the blog version being shown??
Multi-language Tag and Category Issue
Hello,
I am using version 1.0.9 I have a blog under two separate language nodes, such as:
The Spanish node has two hostnames associated with it, e.g.
The English version works perfectly however on the Spanish version if I view a blog post, then click a related category or tag link, I am returned a 404 not found error.
I should also point out that the any calls to http://www.exampledomain.com or http://exampldomain.com are redirected to https://exampledomain.com via the following redirect (use SSL is set to false in the web.config):
Do you have any ideas why this might be occurring and what a solution might be?
Hi, can you list the category or tag URL that is returning the 404 and the ones that work? And is the category/tag URL that is returning the 404 the same in the html markup as the one that returns the 404 (i.e. is it redirecting to a 404)?
Hi Shannon,
Apologies for the delay in replying to this, I got caught up on another project. Example URLs that work and ones that don't are show below:
As you can see, the only difference between the two are the domain name. Also it should be noted that I created a separate data type for the Spanish tags and categories.
Any ideas?
Hrm, I'd need to replicate to see what exactly is going on. It looks like you have steps to replicate the issue so it would be best to log an issue on GitHub: https://github.com/shazwazza/articulate/issues with these steps, then I won't forget to look into this and fix for any new releases. Thanks!
Thanks Shannon, I have now logged it as an issue on GitHub. In the meantime I will continue to look at/debug the code to see if I can see the issue as well and will update if I find the cause.
Hi Shannon,
Just need to pass something by you again on this issue. I have upgraded to the new version of Umbraco and Articulate.
The issue I currently have is that to try and get around the original issue, I created two different Category and Tag data types specifically for the Spanish Categories and Tags, and I had altered the GetPostTagCollection and GetAllCategories methods in UmbracoHelperExtensions to determine if the Spanish or English blog was being looked at and then using the correct data type. This was the way in that it didnt work originally and indeed if I do the same in the latest Articulate version I get the same issue with Page Not Found.
Do I have to stick with just one Category and Tag datatype being used on both the English and Spanish blogs and will it automatically only show the Categories and Tags for the blog version being shown??
Thanks,
Graham
Hi, are you able to link to the issue you created on GitHub for this (been a while since I've looked at this stuff and need to refresh my memory)
is working on a reply...