Hi.
I can't figure out how can users modify their personal info. I know it's a silly thing, but i'm not able to do that...
I use Profile module, i can edit my info BUT modified field are not upgraded: i still see old value. Only Admin can modify personal info...
I think i should manage permissions, but i've tried with Users:: without success.
Thanks you all!
marco
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- 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
- mdee created topic »How to implement returnpage ?« 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
SOLVED: Users can modify personal info
-
- Rank: Registered User
- Registered: Mar 23, 2003
- Last visit: Oct 21, 2009
- Posts: 44
-
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 1966
1. what version of zikula are you using?
2. did you upgrade this install from PN?
3. in admin/system/settings, did you set the profile manager to "profile"? -
- Rank: Registered User
- Registered: Mar 23, 2003
- Last visit: Oct 21, 2009
- Posts: 44
1) zk 1.1.1, Profile 1.2
2) yes, upgrade from 0.764 to 1.1.1
3) yes
thanks!
marco -
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 1966
make sure your pnversion.php file (for Profile) looks like
Code
$modversion['name'] = 'Profile';
$modversion['oldnames'] = array('Your_Account', 'Members_List');
$modversion['displayname'] = _PROFILE_DISPLAYNAME;
$modversion['description'] = _PROFILE_DESCRIPTION;
$modversion['version'] = '1.2';
$modversion['profile'] = '1';
$modversion['credits'] = 'pndocs/credits.txt';
$modversion['help'] = 'pndocs/help.txt';
$modversion['changelog'] = 'pndocs/changelog.txt';
$modversion['license'] = 'pndocs/license.txt';
$modversion['official'] = true;
$modversion['profile'] = true;
$modversion['author'] = 'Mark West, Franky Chestnut';
$modversion['contact'] = 'http://www.markwest.me.uk/, http://dev.pnconcept.com/';
$modversion['securityschema'] = array('Profile::item' => 'Dynamic User Data Property Name::Dynamic User Data Property ID',
'Profile:Members::' => '::',
'Profile:Members:recent' => '::',
'Profile:Members:online' => '::'); -
- Rank: Developer
- Registered: Jun 16, 2003
- Last visit: May 29, 2010
- Posts: 1966
There is also a problem in the Users/pninit.php that causes the upgrade to appear to have worked when it really doesn't.
you have to comment out the first part:
Code
/*
if (!pnModAvailable('Profile')) {
return true;
}
*/
but this assumes you will run the upgrade after that...
edited by: craigh, May 15, 2009 - 02:28 PM -
- Rank: Registered User
- Registered: Mar 23, 2003
- Last visit: Oct 21, 2009
- Posts: 44
1) yes. my Profile is exactly that
2) i've just done the upgrade. i think i can't re-upgrade my site...
i'm sorry, but i doesn't have understood what should i do...
thanks for your time spending on it!
marco -
- Rank: Registered User
- Registered: Mar 23, 2003
- Last visit: Oct 21, 2009
- Posts: 44
ok. now it works.
i've simply removed Profile and then re-installed.
same old Windows(c) trick
thanks,
marco
- Moderated by:
- Support
