User is not removed from DokuWiki userbase
Moderator: fanno
12 posts
• Page 1 of 2 • 1, 2
User is not removed from DokuWiki userbase
1. Have you searched the forums and checked the documentation section for a solution?
Yes. I also have this update: http://code.google.com/p/jfusion/source/detail?r=2483
2. Please summarize your problem in a few lines.
When i try to delete user from Joomla, i get error and the user still exist in DokuWiki userbase.
3. What steps will reproduce the problem?
Remove user in phpbb3(with all post), remove left user account from Joomla backend.
4. What is the expected output? What do you see instead?
I see this error:
5. You must include a printout of the login checker in the JFusion component.
Yes. I also have this update: http://code.google.com/p/jfusion/source/detail?r=2483
2. Please summarize your problem in a few lines.
When i try to delete user from Joomla, i get error and the user still exist in DokuWiki userbase.
Fatal error: Call to a member function getConfigPath() on a non-object in /home/alien/domains/mojamiranda.pl/public_html/administrator/components/com_jfusion/plugins/dokuwiki/dokuwiki.php on line 114
3. What steps will reproduce the problem?
Remove user in phpbb3(with all post), remove left user account from Joomla backend.
4. What is the expected output? What do you see instead?
I see this error:
Fatal error: Call to a member function getConfigPath() on a non-object in /home/alien/domains/mojamiranda.pl/public_html/administrator/components/com_jfusion/plugins/dokuwiki/dokuwiki.php on line 114
5. You must include a printout of the login checker in the JFusion component.
- Code: Select all
Server Konfiguracja
Joomla Version 1.5.22
PHP Version 5.2.17
MySQL Version 5.1.53
System Information Linux s72.linuxpl.com 2.6.36.1-grsec #1 SMP Mon Nov 29 14:25:30 CET 2010 x86_64
Browser Information Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0
jfusion user Plugin Włączone
jfusion authentication Plugin Włączone
jcomments user Plugin Włączone
JFusion Versions
JFusion Komponent Wersja 1.5.5-000 (Rev 2478:2479)
JFusion Authentication Plugin Wersja 1.5.5-000
JFusion Użytkownik Plugin Wersja 1.5.5-000
JFusion Activity Moduł Wersja 1.5.5-000
JFusion Logowanie Moduł Wersja 1.5.5-000
JFusion Szukaj Plugin Wersja 1.5.5-000
JFusion Discussion Plugin Wersja 1.5.5-000
JFusion phpbb3 Plugin
configuration master 1
slave 0
dual_login 1
check_encryption 1
JFusion joomla_int Plugin
configuration master 0
slave 1
dual_login 1
check_encryption 1
JFusion dokuwiki Plugin
configuration master 0
slave 1
dual_login 1
check_encryption 1
Authentication Plugin
status 4
error_message User does not exist
username ""
password ********
email ""
_errors empty-array
debug empty-array
password_clear ******
-

ALIENQuake - JFusion Novice

- Posts: 44
- Joined: Sun Mar 13, 2011 1:59 pm
Re: User is not removed from DokuWiki userbase
do you have this file ??
see: http://code.google.com/p/jfusion/source ... ry.php#221
also see: http://code.google.com/p/jfusion/source ... helper.php
looks like this file do not exist?
-Thanks
- Code: Select all
JPATH_ADMINISTRATOR . DS . 'components' . DS . 'com_jfusion' . DS . 'plugins' . DS . $jname . DS . 'helper.php'
see: http://code.google.com/p/jfusion/source ... ry.php#221
also see: http://code.google.com/p/jfusion/source ... helper.php
looks like this file do not exist?
-Thanks
Fanno
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
-

fanno - Developer

- Posts: 7666
- Joined: Wed Jan 07, 2009 4:38 pm
- Location: Denmark, Copenhagen
Re: User is not removed from DokuWiki userbase
I have this file.
-

ALIENQuake - JFusion Novice

- Posts: 44
- Joined: Sun Mar 13, 2011 1:59 pm
Re: User is not removed from DokuWiki userbase
At:
http://code.google.com/p/jfusion/source ... ki.php#113
find:
to:
i would expect it to be false..
-Thanks
http://code.google.com/p/jfusion/source ... ki.php#113
find:
- Code: Select all
$helper = & JFusionFactory::getHelper($this->getJname());
$path = $helper->getConfigPath($path);
to:
- Code: Select all
$helper = & JFusionFactory::getHelper($this->getJname());
var_dump(helper);
die();
$path = $helper->getConfigPath($path);
i would expect it to be false..
-Thanks
Fanno
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
-

fanno - Developer

- Posts: 7666
- Joined: Wed Jan 07, 2009 4:38 pm
- Location: Denmark, Copenhagen
Re: User is not removed from DokuWiki userbase
I clean Joomla cache, phpbb3 cache and browser cache. After this change, when i try to log into Joomla i get:
and I'm not logedin into phpbb3 and wiki :/
- Code: Select all
string(6) "helper"
and I'm not logedin into phpbb3 and wiki :/
-

ALIENQuake - JFusion Novice

- Posts: 44
- Joined: Sun Mar 13, 2011 1:59 pm
Re: User is not removed from DokuWiki userbase
wops that was my fault
var_dump(helper);
should have been
var_dump($helper);
-Sorry
note with this change plugin will be broken but it is to try and figure out the cause
var_dump(helper);
should have been
var_dump($helper);
-Sorry
note with this change plugin will be broken but it is to try and figure out the cause
Fanno
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
-

fanno - Developer

- Posts: 7666
- Joined: Wed Jan 07, 2009 4:38 pm
- Location: Denmark, Copenhagen
Re: User is not removed from DokuWiki userbase
When i try to log in:
when i try to log out:
when i try to delete user using Joomla:
Are those error messages will help you
- Code: Select all
object(JFusionHelper_dokuwiki)#110 (0) { }
when i try to log out:
- Code: Select all
object(JFusionHelper_dokuwiki)#247 (0) { }
when i try to delete user using Joomla:
- Code: Select all
bool(false)
Are those error messages will help you
-

ALIENQuake - JFusion Novice

- Posts: 44
- Joined: Sun Mar 13, 2011 1:59 pm
Re: User is not removed from DokuWiki userbase
that is very interesting ......
Fanno
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
-

fanno - Developer

- Posts: 7666
- Joined: Wed Jan 07, 2009 4:38 pm
- Location: Denmark, Copenhagen
Re: User is not removed from DokuWiki userbase
I can provide you all access to my site and ftp, maybe it was me who make some mess.
-

ALIENQuake - JFusion Novice

- Posts: 44
- Joined: Sun Mar 13, 2011 1:59 pm
Re: User is not removed from DokuWiki userbase
http://code.google.com/p/jfusion/source/detail?r=2487
sorry, this error was created by my self (sorry i did not for see it.)
You can get an updated package here:
http://code.google.com/p/jfusion/source ... ackage.zip
or just get the updated files. (2)
Please let me know how it turns out. (so in form other users)
-Sorry (totaly my fault !)
sorry, this error was created by my self (sorry i did not for see it.)
You can get an updated package here:
http://code.google.com/p/jfusion/source ... ackage.zip
or just get the updated files. (2)
Please let me know how it turns out. (so in form other users)
-Sorry (totaly my fault !)
Fanno
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
-

fanno - Developer

- Posts: 7666
- Joined: Wed Jan 07, 2009 4:38 pm
- Location: Denmark, Copenhagen
12 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 1 guest
