jDiction Forum

English => Install & Configure jDiction => Topic started by: Beto on June 08, 2012, 05:30:32 pm

Title: Problem in other language
Post by: Beto on June 08, 2012, 05:30:32 pm
Hello i'm using Joomla! 2.5.4 Stable, i used to work in Joomla! 1.5 the component jomfish.

Now in Joomla! 2.5.4 i instaled your component and all ok aparentli, the problem apears when i'm in the front page of the site and i select the language and nothing apens   always the same language pt-PT. But the address ist ok, xxxxxxx.com/pt all the contente its ok xxxxx.com/es no translation, xxxxx.com/en no translation,xxxxx.com/fr no translation and i have made the translations and .htaccess all ok.

Sorry for my bad english.

Thanks for your great work

Beto
Title: Re: Problem in other language
Post by: Harald Leithner on June 08, 2012, 10:51:44 pm
Hi,

did you activated the jdiction plugin and changed your database driver to jdiction_mysqli?

Title: Re: Problem in other language
Post by: Beto on June 11, 2012, 06:03:25 pm
Hello,

Yes i activated the plugin but i dont change anything in database maybe i forget that. I will see it again to see if i can do it.

Title: Re: Problem in other language
Post by: Beto on June 11, 2012, 06:22:55 pm
Thanks a lote its all ok


good work ;)
Title: Re: Problem in other language
Post by: lasal on July 14, 2012, 09:46:22 am
Hi.

I have the same problem and the same installed joomla version as Beto.

Please, how can i change my database driver to jdiction_mysqli?

On joomla configuration i have selected MySQLi on Global Configuration/Server/DatabaseType. I only have two options MySQL and MySQLi.

If i put :    public $dbtype = 'jdiction_mysqli';   on configuration.php, i receive next error :

JError: Unable to load Database Driver: jdiction_mysqli

Please help.

Thank in advance.

Title: Re: Problem in other language
Post by: Harald Leithner on July 16, 2012, 06:26:23 pm
Hi Lasal,

did you activated the plugin?

http://jdiction.org/de/documentation/installation/10-activate

Title: Re: Problem in other language
Post by: lasal on July 17, 2012, 09:14:46 pm
Yes I did.

But on Global Configuration -> Server, i still only see MySQL and MySQLi Database type options, nothing more.

if you want i can send you a user and psswd to access addmin zone.

Thanks.
Title: Re: Problem in other language
Post by: Harald Leithner on July 17, 2012, 10:09:20 pm
Please send me a PM.
Title: Re: Problem in other language
Post by: lasal on July 20, 2012, 12:26:46 am
Hello,

I sended to you a PM yesterday.

Thanks
Title: Re: Problem in other language
Post by: Harald Leithner on July 20, 2012, 12:46:10 am
Sorry, I didn't got a modification.

I checked your installation and it seams a file permission problem, the installation process needs write access to JPATH_SITE/libraries/joomla/database/database

it installs 2 files into this directory:
jddbproxy.install.php
jdiction_mysqli.php

You could them to the location or change the permissions for this directory so the webserver could write to it.
The files are in the pkg_jdiction.zip->file_jddbproxy.zip

I was not able to change the permissions...
Title: Re: Problem in other language
Post by: lasal on July 22, 2012, 08:16:28 pm
Perfect!!! ... thank you!!
Title: Re: Problem in other language
Post by: Dan on May 02, 2013, 03:15:48 pm
I have a similar problem.
Everything worked well.
I changed the directory.
I had another problem, and I changed the setting for Mysql.
The possibility of changes to jdiction-mysqli is lost.
Jdiction I reinstalled and installed again.
Nothing.
Can anything be done?
The tables in the database include jdiction? Found.
Title: Re: Problem in other language
Post by: Harald Leithner on May 02, 2013, 03:32:36 pm
Dan whats the output of the check page? administrator/index.php?option=com_jdiction&view=check ?
Title: Re: Problem in other language
Post by: Dan on May 02, 2013, 03:40:25 pm
Version    
Library Version: 0.8.9.4
Joomla Version 2.5.9 is ok.
Plugin    
JDiction Plugin is enabled
Languagefilter is enabled
Database    
jDiction Database Driver is not selected
Language    
Translations are not equal to frontend translations.
Module    
Module is enabled


Title: Re: Problem in other language
Post by: Harald Leithner on May 02, 2013, 03:43:02 pm
hmm, would you like to upgrade to jdiction 0.9.9.3?
Maybe the plugin is loaded to late.
Title: Re: Problem in other language
Post by: Dan on May 02, 2013, 03:57:17 pm
Version    
Library Version: 0.9.9.3
Joomla Version 2.5.9 is ok.
Plugin    
JDiction Plugin is enabled
Languagefilter is enabled
Database    
jDiction Database Driver is not selected
Language    
Translations are not equal to frontend translations.
Module    
Module is enabled
...............I made. Still the same problem.
jdiction-mysqli in global configuration anywhere.
I changed the configuracion.php and it was a collapse.
A moment I'll collapse :-)
Title: Re: Problem in other language
Post by: Harald Leithner on May 02, 2013, 04:08:57 pm
would you like to send me a pm with an super admin account?
Title: Re: Problem in other language
Post by: Dan on May 02, 2013, 05:12:38 pm
Still will not give up.
Jdiction supports PHP Version 5.4.10?
Perhaps the problem is related with the fact that I also upgraded PHP.
Again I uninstalled jdiction.
PHP 5.4.10. reinstall. It works, but there's a lot of errors.
http://img837.imageshack.us/img837/5065/erors.png
Title: Re: Problem in other language
Post by: Harald Leithner on May 02, 2013, 05:18:42 pm
you have to disable notices in php or in .htaccess


set this in configuration.php for
$error_reporting = E_ALL & ~(E_STRICT|E_NOTICE)

this should solve your notices.
Title: Re: Problem in other language
Post by: Dan on May 02, 2013, 06:38:19 pm
I had to revert back to version 0.8.9.4.
Version 9+ changed addresses and web did not work.
Thank you for your work and your time.
Every great handling Joomla is risky. ;)
Title: Re: Problem in other language
Post by: Harald Leithner on May 02, 2013, 06:40:19 pm
what do you mean with changed addresses and web did not work?
Title: Re: Problem in other language
Post by: Dan on May 02, 2013, 06:57:24 pm
Module added to address additional en, pl, de, so the address was:
abcd.cz / index.php / en / en /
.......
Title: Re: Problem in other language
Post by: Harald Leithner on May 02, 2013, 07:20:50 pm
I think the problem is that the language access rights are wrong.
Title: Re: Problem in other language
Post by: Dan on May 02, 2013, 09:01:54 pm
Possible.
Now I have the older version and everything works fine.
Much has already been caught. :)
Title: Re: Problem in other language
Post by: Harald Leithner on May 03, 2013, 05:22:43 pm
I fixed the notices, attached is a complete build of the upcoming 0.9.9.5 version.

please try it.