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

Joomlapolis Forums  


<< Start < Prev 1 2 Next > End >>
"Uninitialized string offset" at Registr
Date: 2008/06/17 16:38 By: connell Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
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:

 NoticeUninitialized string offset0 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
Click here to see the profile of this user The administrator has disabled public write access.

Re:"Uninitialized string offset" at Registr
Date: 2008/08/17 20:52 By: dedes Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 6
graphgraph
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
Click here to see the profile of this user The administrator has disabled public write access.

Re:"Uninitialized string offset" at Registr
Date: 2008/09/18 22:25 By: gg6954 Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 3
graphgraph
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....
Click here to see the profile of this user The administrator has disabled public write access.

Re:"Uninitialized string offset" at Registr
Date: 2008/10/01 12:56 By: laura Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 5
graphgraph
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
Click here to see the profile of this user The administrator has disabled public write access.

Re:"Uninitialized string offset" at Registr
Date: 2008/10/01 13:32 By: gg6954 Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 3
graphgraph
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
Click here to see the profile of this user 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
graphgraph
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
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 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