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

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/03/13 08:50 By: sebaqe Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
HOPE THIS HELPS:

WARNING: YOU ARE GETTING ADVICE FROM ABSOLUTE NEWB.

BUT... i fixed the problem... somehow, before reading of it here... i came here to share how i did it.

I've been screwing around with teh site for a while now... and there's no more errors, updating the profile goes ok , and the info is stored.

if you guys know of an error that should happen.. go to www.plazatoronto.com and test it out.

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();

and you'll find these two lines just below line 467.


Don't ask me why... please!

and I'm using PHP5, Joomla 1.5 and CB1.1

Post edited by: sebaqe, at: 2008/03/13 08:51
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/03/14 23:09 By: beat Status: Admin  
Karma: 242  
Admin

Posts: 4063
graphgraph
Just a quick update:

===============================================
All items in this thread are now fixed for upcoming CB 1.2 up to this point
===============================================
Beat - Developer on Community Builder core Team
- If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now
- Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many 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/11 20:52 By: mwinsor Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 5
graphgraph
Do you have an estimate of when CB1.2 will be available?
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/16 15:44 By: Nap Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
Hi gentlemen,

Edit 2:
I fixed the problem in my install (see below) using the same code changes as those which applied to 1.5RC3 (in lines 528 and 529).

sebaqe, the result of the line swap you made is that the $userParams = this->_getUserParams($ui, $user); statement is clobbered by the $userParams = array(); statement. However, since it's fixed your install, why worry.
-------

Edit 1:
Oops, I didn't realise the thread is being shown in reverse order. I will search again, but if someone has a quick answer, thank you.
-------

I'm afraid to say it, but I am confused as to what the solution to the Warning: Invalid argument supplied for foreach() in
/var/www/main/components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php on line 240
is. It is happening on my J1.5RC4 with CB 1.1 install.

Look URL link to joomla core forum and instruction on page 3 of this thread for fix.

I looked at the Joomla Forum but they refer to J1.5RC3, and the code snippets they show don't match the code I have in my cb.core.php.

So, can you please elaborate on what URL link should I be looking for and where page 3 is?

Has this problem been fixed in an updated release? If so, can someone please supply links.

Cheers,
Nap

Post edited by: Nap, at: 2008/04/16 15:46

Post edited by: Nap, at: 2008/04/16 16:18
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/23 05:47 By: paycheck Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
Same issue and teh link to the forums on the other sites are vague and very cluttered mess. I paid for this components and it should work. Where are the admins with the fix!??

ASAP.
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/23 08:14 By: nant Status: Admin  
Karma: 463  
Admin

Posts: 6010
graph
paycheck wrote:
Same issue and teh link to the forums on the other sites are vague and very cluttered mess. I paid for this components and it should work. Where are the admins with the fix!??

ASAP.


Which component did you pay for?
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 RC3, 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