jDiction Forum

English => General Questions => Topic started by: hegharm on March 17, 2015, 09:31:43 am

Title: Problem with Jdiction 1.4.1 uninstall
Post by: hegharm on March 17, 2015, 09:31:43 am
Joomla com_config doesn't work on Joomla 3.4.0 after jDiction 1.4.1 uninstall.

jDiction Test Result
 
**Version**   
Library Version: 1.4.1
Joomla Version 3.4.0 is ok.
**Plugin**   
JDiction Plugin is not enabled
JDiction Plugin is loaded at position 0 should be 1
Languagefilter is enabled
Multiple Plugins have the same loading position (0)
**Database**   
jDiction Database Driver is not selected
**Language**   
Seam to be good
**Module**   
Module is enabled
**Common mistakes**   
At least one menu item has the language set not to ALL.
At least one content item has the language set not to ALL.
At least one category has the language set not to ALL.
At least one module has the language set not to ALL.

Joomla admin panel -> System ->Global -> Configuration or
http://site.com/administrator/index.php?option=com_config
loaded until
Database Settings**
**Database Type**
Title: Re: Problem with Jdiction 1.4.1 uninstall
Post by: Harald Leithner on March 17, 2015, 10:24:10 am
maybe you didn't uninstall the package, and now the only thing that exists is the plugin and the plugin needs the library.

please check if all jdiction components/plugins/modules are removed.

Also please check if in the configuration.php the database driver is set to mysqli and not to jdiction_mysqli.
Title: Re: Problem with Jdiction 1.4.1 uninstall
Post by: hegharm on March 17, 2015, 10:25:50 pm
I uninstalled Jdiction package, and check omponents/plugins/modules are removed. Database driver before uninstall changed to mysqli. And all function work, excluding com_config. I assume that this is due to the database driver jdiction_mysqli, But where it is registered and where to dig, to manually remove it?
Title: Re: Problem with Jdiction 1.4.1 uninstall
Post by: hegharm on March 17, 2015, 10:31:54 pm
Where i reinstall Jdiction without plugin and modul publication com_config work perfect.
Title: Re: Problem with Jdiction 1.4.1 uninstall
Post by: Harald Leithner on March 18, 2015, 08:14:38 am
Go to com_config and check the sourcecode oft the page there may be a error message.

Jdiction changes the database driver dropdown the the Plugin. So wenn the Plugin is not installed vor disabled i should not modify the com_config.

Alternative ti thee sourcecode check you can check the error log.
Title: Re: Problem with Jdiction 1.4.1 uninstall
Post by: jooomlaa on July 07, 2015, 12:32:35 pm
Get the same issue after deinstallation of jDiction. The site administrator/index.php?option=com_config break the execution with die dbtype-dropdown field.
The error-log-file get this:

PHP Fatal error:  Class 'JdDatabase' not found in /~/libraries/joomla/database/driver/jdiction_mysqli.php on line 37, referer: http://~/administrator/index.php?option=com_installer&view=manage

I switched to mysqli before uninstalling all jDiction extensions (package, modules, plugins, components). Which Script call the Script jdiction_mysqli.php?

By the way: I have uninstalled jDiction because it work not together with the Yireo Multidomain-Plugin. Multidomain-Plugin does not need joomla system plugin languagefilter but jDiction. it is a pity.
Title: Re: Problem with Jdiction 1.4.1 uninstall
Post by: Harald Leithner on July 07, 2015, 12:37:01 pm
Sorry to hear this, is it possible that the jdiction plugin is still active?
Title: Re: Problem with Jdiction 1.4.1 uninstall
Post by: jooomlaa on July 07, 2015, 12:38:11 pm
If I rename the jdiction_mysqli.php to ~.php__, the error has disappeared.
Is it enough to delete jdiction_mysqli.php so that the system is clean again?
Title: Re: Problem with Jdiction 1.4.1 uninstall
Post by: Harald Leithner on July 08, 2015, 04:32:00 pm
yes if you don't find any other file it should be clean.