Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Advertise on this site

Joomlapolis Forums  


<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
Re:[Joomla 1.5RC3-FIX] Profile update cb.core fore
Date: 2008/04/24 03:57 By: mrphivotu Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
sebaqe wrote:

what i did was to switch two lines of code between each other, so from this

$userParams = array();
$userParams = $this->_getUserParams($ui, $user);
i changed to this:
$userParams = $this->_getUserParams($ui, $user);
$userParams = array();


i tried this and it works on my site also with no side effects yet . I've been troubleshooting this thing for the past few weeks and that fix just saved me a few days.I'll be launching this thing soon. joomla 1.5.2 CB 1.1 Thanks
Click here to see the profile of this user The administrator has disabled public write access.

Re:[Joomla 1.5RC3-FIX] Profile update cb.core fore
Date: 2008/04/24 16:42 By: mike.norris Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
this is the correct fix to the "invalid argument ... cb.core.php ... line 240" error. It is a simple type-o.
around line 234:
$userParams = array();
$userParams = $this->_getUserParams($ui, $user);

These line have to be switched. define the variable then associate the array!

$userParams = $this->_getUserParams($ui, $user);
$userParams = array();

Good job in locating the issue!
Click here to see the profile of this user The administrator has disabled public write access.

Re:[Joomla 1.5RC3-FIX] Profile update cb.core fore
Date: 2008/05/12 09:32 By: maxolivier Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 5
graphgraph
Thanks man. That fixed it for me ...
Click here to see the profile of this user The administrator has disabled public write access.

Re:Profile update -> cb.core error
Date: 2008/05/30 14:03 By: lanmi Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
beat wrote:
A reply was just posted at joomla forum here:

http://forum.joomla.org/index.php/topic,223385.msg1036999.html#msg1036999

Could someone please check that changing that line in cb.core.php plugin file does fix the problem, and that now the user parameters are visible and can be changed and saved ?

Thanks in advance for your help,
User parameters are visible but user can't save changes for his profile if he try to edit them, i can't figure it out why. From administrator pages editing and saving works for any user, but every user when logs in on site should have availability to change for example his name and to save the changes. Editing user profile doesn't work at all.

Post edited by: lanmi, at: 2008/05/30 14:08
Click here to see the profile of this user The administrator has disabled public write access.

Re:[Joomla 1.5RC3-FIX] Profile update cb.core foreach
Date: 2008/06/06 23:50 By: ajstead Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
Please don't tell me to search the forum! I have spent 4 hours on this!

Would someone please tell me where the cb_core.php file is located? The only location info I can find here is "...deep within the hierarchy" or some such nonsense.

Thanks in advance for you help!

Adam
Click here to see the profile of this user The administrator has disabled public write access.

Re:[Joomla 1.5RC3-FIX] Profile update cb.core fore
Date: 2008/06/07 09:44 By: nant Status: Admin  
Karma: 447  
Admin

Posts: 5494
graph
-components-com_comprofiler-plugin-user-plug_cbcore
Nick A.
CB Core Team Member
Support CB Development and Get Detailed Documentation
Developer of Nant's Gallery plugin
CB Gallery Extensions Listing, Rate CB Gallery on Extensions Site
Developer of CB AutoWelcome Plugin
CB AutoWelcome Extensions Listing,Rate CB AutoWelcome on Extensions Site
People ignoring your call for help? Read this!
FAQ you
Joomlapolis Extensions Directory (new)- check it out!
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC2, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login