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: Uninstallation of jdiction  (Read 7674 times)

xgon

  • Newbie
  • *
  • Posts: 16
    • View Profile
Uninstallation of jdiction
« on: April 11, 2016, 12:55:43 am »

Hello,

I tried to uninstall jdiction, but after uninstall, I get a blank page. I tryed to change the db driver before uninstallation, but the result is the same.

What't the correct way for uninstallition?

However if I just disable the component and plugins, the site keeps working....

Please see attachament.

Thanks.
Logged

Harald Leithner

  • Administrator
  • Hero Member
  • *****
  • Posts: 1684
    • View Profile
Re: Uninstallation of jdiction
« Reply #1 on: April 11, 2016, 07:43:13 am »

Please check the configuration.PHP after uninstall. Because jdiction uses a joomla method to unselect the DB driver and some tes or on some Systems it currupts this file by adding some characters at the beginning.
Logged
Joomla! 5.0 Release Manager
Vote at JED

xgon

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: Uninstallation of jdiction
« Reply #2 on: April 11, 2016, 04:23:37 pm »

The configuration.php file is ok, with the driver changed to mysqli

However, the php interpreter (Fastcgi) logs this error:

2016/04/11 09:59:56 [error] 1019#0: *771793 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Cannot access property started with '\0' in /usr/share/nginx/html/joomla10d/libraries/vendor/joomla/registry/src/Registry.php on line 684" while reading response header from upstream, client: 188.82.186.31, server: www1.ideiao.com, request: "GET /joomla10d/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "www1.ideiao.com"


On line 684: the file contains: $parent->$k = new \stdClass;

The interesting thing is that if jdiction is installed (disabled or enabled), the file has plenty of \stdClass occurencies.

The file mentioned above appeared after the upgrade of Joomla from 3.3.6 to 3.5.1.


Hopefully, I made a backup of the site before...

Can you understand the problem?

Thanks.
Logged

Harald Leithner

  • Administrator
  • Hero Member
  • *****
  • Posts: 1684
    • View Profile
Re: Uninstallation of jdiction
« Reply #3 on: April 11, 2016, 04:34:11 pm »

Delete the first line of configuration.php and add "<?php" again.


configuration.php doesn't have 600 lines it should be about 100 lines.
Logged
Joomla! 5.0 Release Manager
Vote at JED

xgon

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: Uninstallation of jdiction
« Reply #4 on: April 11, 2016, 04:54:56 pm »

it's not the configuration.php file that has the error. It's:

/libraries/vendor/joomla/registry/src/Registry.php


Logged

xgon

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: Uninstallation of jdiction
« Reply #5 on: April 11, 2016, 07:34:25 pm »

I was going in the wrong direction...

You were right: 1 line in the configuration.php file had:

public $themeParams = array("<NUL>*<NUL>data" => array("templateColor" => "", "logoFile" => ""), "separator" => ".");

which caused the error.

Thanks.
Logged