|
|
|
Re:Profile update -> cb.core error
|
|
Date: 2008/02/04 20:42
|
By: macemt
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
So now that Joomla 1.5 Stable is out have you guys come up with a solution on the reasons this is happening?
I also can't edit my users' accounts using CB because when I bring up a user it says the following for the drop downs.
_UE_FB_TABDESC _UE_FB_VIEWTYPE_TITLE: etc.
I end up using the joomla user management side to edit these users.
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:[Joomla 1.5RC3-FIX] Profile update cb.core fore
|
|
Date: 2008/02/06 00:08
|
By: sdwyer
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
I would also recommend changing line 238 of cb.core.php from:
| Code: | if ( ( count( $userParams ) > 0 ) && in_array( $_CB_framework->getCfg( "frontend_userparams" ), array( '1', null) ) ) {
|
to:
| Code: | if ($userParams !== false && ( count( $userParams ) > 0 ) && in_array( $_CB_framework->getCfg( "frontend_userparams" ), array( '1', null) ) ) {
|
since it is possible that JParameter::getParams could return false, and count(false) returns 1 for some reason.
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:[Joomla 1.5RC3-FIX] Profile update cb.core fore
|
|
Date: 2008/02/07 02:17
|
By: squallata
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 5 |   | |
|
but profile update not work i change this code but not thing happend i use 1.5 stabil 1.1 cb php 5 godaddy server http://www.pamek.net
|
|
The administrator has disabled public write access. |
|
|
|
|
i fix 1.5 profile update error
|
|
Date: 2008/02/07 15:09
|
By: squallata
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 5 |   | |
|
in comprofiler.html.php change this
| Code: |
//--><!]]></script>
<form action="<?php echo sefRelToAbs("index.php?option=$option".getCBprofileItemid(true)); ?>" method="post" id="adminForm" name="adminForm" onsubmit="return submitbutton(this)">
<!-- TAB -->
|
white this
| Code: |
//--><!]]></script>
<form action="<?php echo "index.php?option=$option".getCBprofileItemid(); ?>" method="post" id="adminForm" name="adminForm" onsubmit="return submitbutton(this)">
<!-- TAB -->
|
and i can update my profile now
|
|
The administrator has disabled public write access. |
|
|
|
Re:[Joomla 1.5RC3-FIX] Profile update cb.core fore
|
|
Date: 2008/02/10 21:09
|
By: cever
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
Hi,
I'm using CB 1.1 and J1.5 stable
I used the quick fix described in http://forum.joomla.org/index.php/topic,223385.0.html
This eliminated the ".../components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php on line 240" error but now i get a 404 error when a user logs in using CB login [going to >> ...website.com/index.php?option=com_content&view=frontpage&Itemid=1]
Any idea what I'm doing wrong?
Thanks!
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:[Joomla 1.5RC3-FIX] Profile update cb.core fore
|
|
Date: 2008/02/14 16:58
|
By: versace
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 4 |   | |
|
Hi , I did All that you explain, Now this work but it remains a problem .... after updating it shows this error :
404 - Article #0 not found
but it changes the information in user list in admin.
Thank you so much for reply if you have any solutions
(i use RC4 and CB1.1 php 5.2.5)
Thnx
|
|
The administrator has disabled public write access. |
|
|