|
|
"Uninitialized string offset" at Registr
|
|
Date: 2008/06/17 16:38
|
By: connell
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
When I have "Show login on registration page" in the configuration turned on, I get this error in the login box on the registration page:
| Code: | Notice: Uninitialized string offset: 0 in [root]\administrator\components\com_comprofiler\plugin.foundation.php on line 1189
|
Any ideas how to fix that?
Thank you.
Post edited by: connell, at: 2008/06/17 16:39
Post edited by: connell, at: 2008/06/17 16:40
|
|
The administrator has disabled public write access. |
|
|
|
Re:"Uninitialized string offset" at Registr
|
|
Date: 2008/08/17 20:52
|
By: dedes
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 6 |   | |
|
Hi there,
same error here: Notice: Uninitialized string offset: 0 in /administrator/components/com_comprofiler/plugin.foundation.php on line 1332
Thanks in advance!!
Daniela
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:"Uninitialized string offset" at Registr
|
|
Date: 2008/09/18 22:25
|
By: gg6954
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
Holé!
Same problem......
Everything was ok..... I touch nothing....
ANd
Notice: Uninitialized string offset: 0 in C:wampwwwmonsiteadministratorcomponentscom_comprofilerplugin.foundation.php on line 1332
Thanks....
|
|
The administrator has disabled public write access. |
|
|
|
Re:"Uninitialized string offset" at Registr
|
|
Date: 2008/10/01 12:56
|
By: laura
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 5 |   | |
|
Hello,
I also get this error message in 1.2 RC2. It seems to be a PHP bug Link: http://bugs.php.net/bug.php?id=39018
You can suppress it by changing line 1332 in plugin.foundation.php
from
| Code: | if ( $uri[0] == '/' ) {
|
to
| Code: | if (@($uri[0] == '/') ) {
|
Hope that helps,
L
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:"Uninitialized string offset" at Registr
|
|
Date: 2008/10/01 13:32
|
By: gg6954
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
I did nothing, and every thing is fine.....
Thanks for your advice, if problem come back, I'll know how do...
By and thanks again.
gg
|
|
The administrator has disabled public write access. |
|
|
|
Re:"Uninitialized string offset" at Registr
|
|
Date: 2008/10/01 15:08
|
By: beat
|
Status: Admin
|
|
|
Karma: 238  
|
|
Admin  | Posts: 3998 |   | |
|
Yup, confirming glitch with some SEF strings. And fix proposed above is fine.
It is fixed in shortly upcoming CB 1.2 RC 3. 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
|
|
The administrator has disabled public write access. |
|
|