Well, I had my Zikula 1.1.2 installed, and I decided to add a message module, so I took InterCom, but it seems that they have interferences, as soon as I installed InterCom module, Profile module crashed and stop working, but the worse is, that even if I uninstall InterCom moudle, Profile does not work anymore....
I've had to use a backup DB to restart my site !!!
Has anybody any experience on that?
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- rgasch created topic »Using PageUtil::addVar() to load script code« 11:48 AM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Profile Module < against > InterCom Module
-
- Rank: Registered User
- Registered: Jan 15, 2006
- Last visit: Dec 09, 2009
- Posts: 32
-
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
Have to enable the display_errors = On on the php.ini settings and see the specific error message. Probably InterCom was not the cause, or partially, may enabled a bug
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Registered User
- Registered: Jan 15, 2006
- Last visit: Dec 09, 2009
- Posts: 32
As you would say in spanish, world is a handkerchief ,
mmm, when I re-installed my site yestarday late in the night, I realized that Profile module was not initilizated, I mean many parameters were set to NULL, (number of items to show, number of items per row, etc...) I configured them completely, and now I've installed InterCom again, and you are right (again) it works...
Anyway it is for sure, if you do not initialize Profile module properly, it crashes. I tried it yesterday once and again. The only difference betwen today and yesterday is initializing completely Profile module.
Thank you, you are everywhere
-
- Rank: Softmore
- Registered: Jan 24, 2006
- Last visit: Apr 19, 2010
- Posts: 150
In the same topic, I have also discovered overwrite problems between the Profile module and Intercom.
I am using Profile 1.5.2 and Intercom 2.2 with Zikula 1.2.x
When you change you personal settings in Intercom (like setting a auto-reply message) all your profile information are flushed. Is there a mix in the usage of module vars?
I didn't dig the problem further at the moment.
Philippe -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2446
If InterCom is not loading all the User attributes but only trying to set one, the core flushes the rest. It's required to load all the user data in order to modify one or more fields.
Seems like a InterCom bug then.
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Softmore
- Registered: Jan 24, 2006
- Last visit: Apr 19, 2010
- Posts: 150
Thanks again Mateo for your explanations.
The issue is fixed in the current version because a select on all users attributes has been added
Code
$user = DBUtil::selectObjectByID('users', $uid, 'uid', null, null, null, false);
before doing the update. (cf. updateprefs function)
Philippe
- Moderated by:
- Support
Users on-line
- 0 users
This list is based on users active over the last 60 minutes.
