Similar issue on my site.
Joomla Version 3.9.15
PHP Version 7.2.24
Database Version 5.5.5-10.2.25-MariaDB-log
Jdiction Library Version: 2.2.2
Jdiction check: jDiction Database Driver XML View is selected
On Global Configuration (Server) it says that the Database Type is Mysqli, even do I selected and saved Jdiction_mysqli_viewxml.
jDiction Forum
- November 23, 2024, 10:12:51 pm
- Welcome, Guest
News:
jDiction 2.2.0 released. http://jdiction.org/downloads
81
on: February 24, 2020, 09:42:35 am
|
||
Started by pivovary - Last post by gerardtolosa | ||
82
on: February 02, 2020, 11:12:06 am
|
||
Started by pivovary - Last post by twindaddy | ||
I have the same problem on 2-sites, no translation is made. Checker gives :
Version Could not load lib_jdiction.xml File Database jDiction Database Driver is not selected Before it all worked, any suggestion to get this solved? I am ready to dontate if it gets solved, because i like this component, for easy translation |
83
on: January 31, 2020, 01:46:57 pm
|
||
Started by pivovary - Last post by Harald Leithner | ||
It's on my todo list, sorry it takes so long.
|
84
on: January 31, 2020, 08:52:52 am
|
||
Started by pivovary - Last post by pivovary | ||
Hi,
please you have any progress in full support for Joomla! 3.9.x and PHP 7.3? |
85
on: November 20, 2019, 11:25:37 am
|
||
Started by sam.nikosax - Last post by Harald Leithner | ||
I'm sorry I don't know any other extensions that are able to do this.
|
86
on: November 20, 2019, 09:51:09 am
|
||
Started by sam.nikosax - Last post by sam.nikosax | ||
Hello,
I need to export my translations from Joomla in an XML (or similar) format for use in another channel. I’ve tried with jDiction but haven’t been able to generate a legible file. Is there another extension with a similar function, or a way to generate a translation table from within Joomla which shows the relationship between 2 languages? |
87
on: November 18, 2019, 10:21:26 am
|
||
Started by pivovary - Last post by Harald Leithner | ||
I have seen this on the backend, not sure why this happens... I have to check this, for now it's working for you (don't double safe the configuration)
you can see if the correct database driver is select at z/administrator/index.php?option=com_jdiction&view=check |
88
on: November 18, 2019, 10:18:10 am
|
||
Started by pivovary - Last post by pivovary | ||
Sorry my fail.
After change file ReplaceProcessor.php i also change DuplicateProcessor.php on line 46 Code: [Select] public function process($tokens) { to Code: [Select] public function process($tokens, $isUpdate = false) { And fronted now maybe is ok, but on backend still in database driver show wrong driver even if jdiction selected and save. |
89
on: November 18, 2019, 10:06:01 am
|
||
Started by pivovary - Last post by Harald Leithner | ||
are you sure you change the correct file?
libraries/jdiction/database/parser/processors/ReplaceProcessor.php Because the error message on the site you mailed me still has the same error? |
90
on: November 18, 2019, 10:03:22 am
|
||
Started by pivovary - Last post by pivovary | ||
I update /libraries/jdiction/database/parser/processors/ReplaceProcessor.php in InsertProccessor on line 54 was another function but same problem.
|