Modifing users class and update the objects

Author Message

andre kurniawan

Wednesday 30 November 2005 3:47:14 pm

Recently, I have to add an attribute to the custom user class. My question is, how do we modify the attribute of custom class(add new attribute or add more option to the selection), and still use the old user objects.
I have experimented with other custom class, and whenever i modify the attribute of this custom class.. this custom class' object no longer visible
any solution for this problem???

Brendan Pike

Wednesday 30 November 2005 6:13:14 pm

This should not be a problem Andre, you didn't alter any original identifiers did you? Please provide more detail about precisely what you added or altered.

www.dbinformatics.com.au

We are always interested in hearing from experienced eZ PHP programmers and eZ template designers interested in contract work.

andre kurniawan

Thursday 01 December 2005 2:18:09 am

Thank for the fast responds,
In my original custom class, I have this following attributes:
1. MEMBER ACCOUNT INFORMATION [User account] (id:12)
Name:

MEMBER ACCOUNT INFORMATION

Identifier:

user_account

Flags:

Is required

Is searchable

Does not collect information

Translation is enabled
2. First name [Text line] (id:8)
Name:

First name

Identifier:

first_name

Flags:

Is required

Is searchable

Does not collect information

Translation is enabled
Default value:

Empty
Max string length:

255 characters
3. Last name [Text line] (id:9)
Name:

Last name

Identifier:

last_name

Flags:

Is required

Is searchable

Does not collect information

Translation is enabled
Default value:

Empty
Max string length:

255 characters

and when I try add this following attribute in the class
4. Gender [Selection] (id:251)
Name:

Gender

Identifier:

gender

Flags:

Is not required

Is searchable

Does not collect information

Translation is enabled
Type:

Single choice
Options:
Select One
Male
Female

the user that registered pior the changes will show blank on the admin site. It seems that when I made any changes on the class, the object no longer consider as the same class. This case also happen when I add more option on the selection datatype on any attribute.

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:18:32
Script start
Timing: Jan 18 2025 22:18:32
Module start 'layout'
Timing: Jan 18 2025 22:18:32
Module start 'content'
Timing: Jan 18 2025 22:18:33
Module end 'content'
Timing: Jan 18 2025 22:18:33
Script end

Main resources:

Total runtime0.7536 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0050 592.1094152.6406
Module start 'layout' 0.00510.0035 744.750039.4766
Module start 'content' 0.00860.7436 784.2266522.1875
Module end 'content' 0.75210.0014 1,306.414112.1250
Script end 0.7536  1,318.5391 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.4455160.0002
Check MTime0.00160.2090160.0001
Mysql Total
Database connection0.00050.068310.0005
Mysqli_queries0.686291.0571570.0120
Looping result0.00060.0771550.0000
Template Total0.718195.320.3590
Template load0.00230.306320.0012
Template processing0.715894.978720.3579
Template load and register function0.00020.023110.0002
states
state_id_array0.00190.250810.0019
state_identifier_array0.00160.206620.0008
Override
Cache load0.00210.2785750.0000
Sytem overhead
Fetch class attribute can translate value0.00070.091320.0003
Fetch class attribute name0.00280.369430.0009
XML
Image XML parsing0.00020.028720.0001
class_abstraction
Instantiating content class attribute0.00000.001230.0000
General
dbfile0.00160.2183100.0002
String conversion0.00000.001240.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
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
19content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
20content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 44
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs