Forum Archive - 404 errors

404 errors
Apr 3, 2013 8:51 pm by Rubalise
Hello, I have installed your system on an existing website, on which I have a 404 error system notifier and I receive a lot of errors since then. (I submitted already this website but for another issue, for the installation, which is solved) Here is the link: http://www.lecameleoncoquet.be I was using another translation system before to use yours, one using the joomla language system so I guess it must a reason for this error. Although, this older was only using french and english. And I receive also errors for other languages than those two. The errors are mainly linked to hikashop but I have contacted hikashop's support and already checked the whole site with them. Everything seems to be well installed on this side. Would you have any idea of what it could be? Is there anything I can do to avoid this? Here is an example of what I receive: L'URL suivante est introuvable sur le site http://www.lecameleoncoquet.be : https://www.lecameleoncoquet.be/ru/inde ... -lampe-014 Voici les détails de l'utilisateur ayant provoqué cette erreur, cela vous permettra de l'analyser et corriger : user_agent : Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22 Remote adress : 82.67.29.47 La dernière page ayant été visité avant l'erreur par ce visiteur est : Page inconnue Celle-ci comporte très probablement l'URL erronée. Thank you in advance for your help. Vincent
Re: 404 errors
Apr 4, 2013 2:40 pm by Rubalise
Hello, Would it be because I need to do something for all the sub-domains? /fr /nl /en , ... do I need to do somehting special for those? create folders or something? I'm using the pro version Thank you Vincent
Re: 404 errors
Apr 4, 2013 3:58 pm by Yana
Hi, Please try to change GTranslate and shop plugin order.
Re: 404 errors
Apr 8, 2013 8:15 am by Rubalise
Hello, What do you mean by changing them? uninstall and re-install? Thank you Vincent
Re: 404 errors
Apr 8, 2013 8:19 am by Yana
Hi, Please try to change order number.
Re: 404 errors
Apr 16, 2013 9:17 am by Rubalise
Hello Yana, It seems it did the trick! Thank you again for your help! Best regards Vincent
Re: 404 errors
Apr 16, 2013 12:39 pm by Yana
Dear Vincent, Appreciate it :)
Re: 404 errors
Apr 16, 2013 10:05 pm by Rubalise
Hello Yana, I think I didn't really solve the issue... sorry. It did stop for a few days but yesterday I just got a whole bunch of errors again and nothing changed meanwhile on the site. I found this website: http://www.brokenlinkcheck.com which helps to find the errors and it did find more than an hundred erros all with translation prefix, such as: https://www.lecameleoncoquet.be/da/inde ... a-boutique and there are all in foreign languages, none in french here is one code which seems to cause the trouble: from this page : https://www.lecameleoncoquet.be/index.php/presentation line 381: <a href="https://www.lecameleoncoquet.be/index.php/presentation" onclick="doGTranslate('fr|fr');return false;" title="French" class="flag nturl" style="background-position:-200px -100px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="French" /></a> <a href="/zh-CN/index.php/presentation" onclick="doGTranslate('fr|zh-CN');return false;" title="Chinese (Simplified)" class="flag nturl" style="background-position:-300px -0px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="Chinese (Simplified)" /></a> <a href="/da/index.php/presentation" onclick="doGTranslate('fr|da');return false;" title="Danish" class="flag nturl" style="background-position:-700px -0px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="Danish" /></a> <a href="/nl/index.php/presentation" onclick="doGTranslate('fr|nl');return false;" title="Dutch" class="flag nturl" style="background-position:-0px -100px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="Dutch" /></a> <a href="/en/index.php/presentation" onclick="doGTranslate('fr|en');return false;" title="English" class="flag nturl" style="background-position:-0px -0px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="English" /></a> <a href="/fi/index.php/presentation" onclick="doGTranslate('fr|fi');return false;" title="Finnish" class="flag nturl" style="background-position:-100px -100px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="Finnish" /></a> <a href="/de/index.php/presentation" onclick="doGTranslate('fr|de');return false;" title="German" class="flag nturl" style="background-position:-300px -100px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="German" /></a> <a href="/el/index.php/presentation" onclick="doGTranslate('fr|el');return false;" title="Greek" class="flag nturl" style="background-position:-400px -100px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="Greek" /></a> <a href="/it/index.php/presentation" onclick="doGTranslate('fr|it');return false;" title="Italian" class="flag nturl" style="background-position:-600px -100px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="Italian" /></a> <a href="/ja/index.php/presentation" onclick="doGTranslate('fr|ja');return false;" title="Japanese" class="flag nturl" style="background-position:-700px -100px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="Japanese" /></a> <a href="/no/index.php/presentation" onclick="doGTranslate('fr|no');return false;" title="Norwegian" class="flag nturl" style="background-position:-100px -200px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="Norwegian" /></a> <a href="/pl/index.php/presentation" onclick="doGTranslate('fr|pl');return false;" title="Polish" class="flag nturl" style="background-position:-200px -200px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="Polish" /></a> <a href="/pt/index.php/presentation" onclick="doGTranslate('fr|pt');return false;" title="Portuguese" class="flag nturl" style="background-position:-300px -200px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="Portuguese" /></a> <a href="/ru/index.php/presentation" onclick="doGTranslate('fr|ru');return false;" title="Russian" class="flag nturl" style="background-position:-500px -200px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="Russian" /></a> <a href="/es/index.php/presentation" onclick="doGTranslate('fr|es');return false;" title="Spanish" class="flag nturl" style="background-position:-600px -200px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="Spanish" /></a> <a href="/sv/index.php/presentation" onclick="doGTranslate('fr|sv');return false;" title="Swedish" class="flag nturl" style="background-position:-700px -200px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="Swedish" /></a> <a href="/th/index.php/presentation" onclick="doGTranslate('fr|th');return false;" title="Thai" class="flag nturl" style="background-position:-0px -500px;"><img src="/modules/mod_gtranslate/tmpl/lang/blank.png" height="24" width="24" alt="Thai" /></a> Do you understand what could go wrong? Thank you again for your help! Best regards Vincent
Re: 404 errors
Apr 16, 2013 10:13 pm by Rubalise
Me again... I think I just understood why it's doing it.... Well I hope I have! On my main page, I have installed a photo carousel, as an article. As I did it myself, not with a module or so, I inserted the links myself as well. But as I changed the translation tool from the start with yours, the links ahev changed... It's not https://www.lecameleoncoquet.be/index.php/presentation anymore, but it's : https://www.lecameleoncoquet.be/presentation as your module required the URL rewrite mode on... If I go on the first page and try to translate it, I have the error, If I go on the second one, I don't have it. I'll wait a few days after the correction juste to be sure, but anyway, I'm sorry for this mistake. Thanks again for all your help! Vincent
Re: 404 errors
Apr 16, 2013 11:03 pm by Rubalise
Hello Yana, I just did the test again with the broken link tool and there is 0 broken links found...! It seems to be resolved, then! Thanks again for everything! Best regards Vincent
Re: 404 errors
Apr 18, 2013 11:51 am by Yana
Hi, Nice that you found the solution yourself!

SIMILAR TOPICS

Large numbers of crawl errors with double language codeJan 24, 2019 1:43 amReplies: 1Post by: natastna2
Intermittent 403 Errors (Forbidden: Access is denied)Sep 28, 2018 2:07 pmReplies: 3Post by: mattbradley85
PHP strict standards errors / PHP 7 Compatability questionOct 6, 2016 10:53 amReplies: 1Post by: furnivat
The plugin is causing the following two errors...Feb 22, 2016 5:55 amReplies: 8Post by: Steppen-Wolf
version PHP errorsJan 18, 2016 9:00 pmReplies: 1Post by: Baboo

Try GTranslate with a free 15 day trial