LDAP error...

Author Message

Franck T.

Friday 03 September 2004 6:42:47 am

Everything was fine in my LDAP configuration but after some changes in my site design (especially in pagelayout.tpl) I get this odd message when trying to connect an LDAP user:

Fatal error: Call to a member function on a non-object in /usr/local/intranet/ezpublish/kernel/classes/datatypes/ezuser/ezldapuser.php on line 454
Fatal error: eZ publish did not finish it's request

There's nothing else in the ez debug.
And here is the line 454:

$contentObjectAttributes[0]->setAttribute ('data_text', $firstName) ;

Any idea will be helpfull.
Using 3.4.1

Franck T.

Monday 06 September 2004 1:54:56 am

Does anyone know what the attribute 'data_text' is ?

Tony Wood

Monday 06 September 2004 2:42:15 am

Hi,

check that your user has "first_name" setup.. The clue here is the $firstName. It means the code cannot find the field in the class.

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Franck T.

Monday 06 September 2004 5:06:39 am

Hmm...
Thanks Tony, but my ldap.ini file hasn't changed since the first time and I do have a "first_name" attribute:

...
# LDAP attribute for First name. Normally, givenname
LDAPFirstNameAttribute=givenname
...

I don't see what's wrong with this.

Tony Wood

Saturday 25 September 2004 8:28:24 am

Sorry my fault. This refers to the firstname element in your LDAP db. As this is the first time data the LDAP data is accessed so problems are likely to show up here.
I would check all ldap settings in ldap.ini.

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 22:28:31
Script start
Timing: Jan 18 2025 22:28:31
Module start 'layout'
Timing: Jan 18 2025 22:28:31
Module start 'content'
Timing: Jan 18 2025 22:28:32
Module end 'content'
Timing: Jan 18 2025 22:28:32
Script end

Main resources:

Total runtime0.8672 sec
Peak memory usage4,096.0000 KB
Database Queries63

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0052 588.8984152.6094
Module start 'layout' 0.00530.0028 741.507839.3906
Module start 'content' 0.00800.8576 780.8984561.3281
Module end 'content' 0.86560.0015 1,342.226612.2031
Script end 0.8671  1,354.4297 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00370.4218160.0002
Check MTime0.00130.1507160.0001
Mysql Total
Database connection0.00070.084010.0007
Mysqli_queries0.807293.0815630.0128
Looping result0.00080.0935610.0000
Template Total0.826095.320.4130
Template load0.00220.251920.0011
Template processing0.823894.999320.4119
Template load and register function0.00020.027410.0002
states
state_id_array0.00160.189210.0016
state_identifier_array0.00130.149020.0006
Override
Cache load0.00180.2132250.0001
Sytem overhead
Fetch class attribute can translate value0.00050.062020.0003
Fetch class attribute name0.00200.226660.0003
XML
Image XML parsing0.00060.065820.0003
class_abstraction
Instantiating content class attribute0.00000.002370.0000
General
dbfile0.00530.6101160.0003
String conversion0.00000.000740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 24
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs