jDiction Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

jDiction 2.2.0 released. http://jdiction.org/downloads

Author Topic: Problems with Joomla 3.8.3  (Read 27821 times)

Fletz1

  • Newbie
  • *
  • Posts: 8
    • View Profile
Problems with Joomla 3.8.3
« on: January 06, 2018, 12:55:14 am »

I run into all kinds of problems with Joomla 3.8.3

in German everything seems fine:
http://www.freyer-ring.com/index.php/de

When I click on "EN" i get
http://www.freyer-ring.com/index.php/e

for korean (sometimes)
http://www.freyer-ring.com/index.php/ko/o/

Logged

Harald Leithner

  • Administrator
  • Hero Member
  • *****
  • Posts: 1684
    • View Profile
Re: Problems with Joomla 3.8.3
« Reply #1 on: January 06, 2018, 02:20:55 pm »

Intressting, didn't saw this problem tilll now, could you post the checkpage Output
Logged
Joomla! 5.0 Release Manager
Vote at JED

Joy

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Problems with Joomla 3.8.3
« Reply #2 on: February 01, 2018, 11:49:10 am »

I have the same issue. choosing jdiction_mysqli_viewxml makes it worse

Test    Result
 
Version    

    Library Version: 2.1.0
    Joomla Version 3.8.4 is unkown.

Plugin    

    Joomla Languagefilter Plugin is enabled
    JDiction Plugin is enabled.

Database    

    jDiction Database Driver Legacy is selected

Language    

    Seam to be good

Module    

    Module is enabled

Common mistakes    

    At least one menu item has the language set not to ALL.
    The default editor is not tinymce, jDiction does only support tinymce at the moment.
Logged

Harald Leithner

  • Administrator
  • Hero Member
  • *****
  • Posts: 1684
    • View Profile
Re: Problems with Joomla 3.8.3
« Reply #3 on: February 05, 2018, 08:48:16 pm »

I need a test site, on my testing setup there is no problem...
Logged
Joomla! 5.0 Release Manager
Vote at JED

Fletz1

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Problems with Joomla 3.8.3
« Reply #4 on: February 08, 2018, 11:13:52 am »

I sent you the access to a Site on my Server via PM
Logged

Fletz1

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Problems with Joomla 3.8.3
« Reply #5 on: February 09, 2018, 01:50:02 pm »

after extensive test I feud out, that the problem occurs

- when a version of Joomla higher than 8.3. is installed
or / and
- php 7x is used ...with php .5.6.3. everythig seems to work (but only with nginx, nit with Apache (at least on debian with plesk installed ....)
« Last Edit: February 10, 2018, 12:45:43 am by Fletz1 »
Logged

Harald Leithner

  • Administrator
  • Hero Member
  • *****
  • Posts: 1684
    • View Profile
Re: Problems with Joomla 3.8.3
« Reply #6 on: February 12, 2018, 10:27:50 am »

Did you tested jdiction 2.2.0 I fixed some problems there.
Logged
Joomla! 5.0 Release Manager
Vote at JED

Fletz1

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Problems with Joomla 3.8.3
« Reply #7 on: February 26, 2018, 08:53:42 pm »

unfortunately this has not changed anything :-(
Logged

Harald Leithner

  • Administrator
  • Hero Member
  • *****
  • Posts: 1684
    • View Profile
Re: Problems with Joomla 3.8.3
« Reply #8 on: February 27, 2018, 12:34:08 pm »

I'm sorry but the testpage you sent me works fine, I can switch from all languages to all other languages or did I missed something?
Logged
Joomla! 5.0 Release Manager
Vote at JED

sammy

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Problems with Joomla 3.8.3
« Reply #9 on: October 14, 2018, 05:48:25 pm »

I am having the same issue with Joomla 3.8.13 and Jdiction 2.2.2

This is happening with a fresh installation of Joomla on a ubuntu 16.04 LTS
Current PHP version is 7.0.32-0ubuntu0.16.04.1

The jdlanguage module generates broken links to the different translations of the currently displayed article, which all result in a 404 error.

This is reproducible on this system with a fresh installation of only Joomla and jdiction with as little as one article and 3 languages

IMPORTANT DETAIL: The error does not appear if the Joomla installation is directly in the document root, so with a site url of

http://localhost/index.php
visiting the site under
http://localhost/index.php/de/

everything works fine! The links to the translated versions get correctly generated as
http://localhost/index.php/en/
http://localhost/index.php/de/
...etc

however if Joomla is installed in a subfolder such as

http://localhost/test/index.php

the first page view works, redirecting to
http://localhost/test/index.php/de/
but the links to the translated version of the article are broken such as
http://localhost/test/index.php/en/p/de/
http://localhost/test/index.php/he/p/de/

the link always consists of the correct URL suffixed by garbage that was part of the originating article's URL  - with its length depending on the URL length:

another example:
If the joomla installation is in

http://localhost/thisisareallylongtestwithareallylongname/index.php
then the translation links on
http://localhost/thisisareallylongtestwithareallylongname/index.php/en/

link towards

http://localhost/thisisareallylongtestwithareallylongname/index.php/de/longtestwithareallylongname/index.php/en/

generated html code:
Code: [Select]
<a href="http://localhost/thisisareallylongtestwithareallylongname/index.php/de/longtestwithareallylongname/index.php/en/" target="_self" class="jDlang lang de-DE" title="Deutsch (Deutschland) - Pagetitile" style="background-image: url(/thisisareallylongtestwithareallylongname/media/mod_languages/images/de_de.gif);"></a>

Hope that helps in reproduction and fixing this.
Logged

Harald Leithner

  • Administrator
  • Hero Member
  • *****
  • Posts: 1684
    • View Profile
Re: Problems with Joomla 3.8.3
« Reply #10 on: October 14, 2018, 05:58:06 pm »

can you please test the version in the this thread https://forum.jdiction.org/index.php/topic,1241.new/topicseen.html#new
Logged
Joomla! 5.0 Release Manager
Vote at JED

corvuscorax

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Problems with Joomla 3.8.3
« Reply #11 on: October 14, 2018, 07:43:32 pm »

can you please test the version in the this thread https://forum.jdiction.org/index.php/topic,1241.new/topicseen.html#new

Just tested this with jdiction 2.2.3-git.bf78863. Exact same error/broken links as with 2.2.2

With jdiction 1.4.2 (which we just happened to have laying around) the error does not occur. This must be a regression somewhen post 1.4.2.

Logged

Harald Leithner

  • Administrator
  • Hero Member
  • *****
  • Posts: 1684
    • View Profile
Re: Problems with Joomla 3.8.3
« Reply #12 on: October 14, 2018, 09:43:17 pm »

Ok i will check rhia the next days... Thx for reporting
Logged
Joomla! 5.0 Release Manager
Vote at JED

Harald Leithner

  • Administrator
  • Hero Member
  • *****
  • Posts: 1684
    • View Profile
Re: Problems with Joomla 3.8.3
« Reply #13 on: October 02, 2020, 10:34:07 pm »

hopefully fixed in 2.2.3
Logged
Joomla! 5.0 Release Manager
Vote at JED