Upgrade from RC2->3.01: Additional step to fix Users

Author Message

Bruce Morrison

Wednesday 09 April 2003 5:35:23 pm

After upgrading a site from RC2->3.01 I found that the Roles link was not available in the admin section of the site.

Before attempting this make sure you backup your database.

This procedure assumes you have already updated RC2->3.01

To fix this issue you need to
1. Create a new section called users with a "navagation part" of "Users" and record the new section id
2. run the following SQL on the database
UPDATE ezcontentobject SET section_id=X WHERE section_id=0

Where X is the section id of the from step 1.

Possibility a safer way of doing this is
UPDATE ezcontentobject SET section_id=X WHERE contentclass_id IN (3,4)

3. clear out the cache and things should be working fine.

Cheers
Bruce

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Sergiy Pushchin

Friday 11 April 2003 7:27:03 am

Better is to assign that section to users thrue the eZ publish. When you click assign section link you will get to browse/2/ page. Change 2 to 5 and select users node. It will work after it

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 16:18:58
Script start
Timing: Jan 18 2025 16:18:58
Module start 'layout'
Timing: Jan 18 2025 16:18:58
Module start 'content'
Timing: Jan 18 2025 16:18:59
Module end 'content'
Timing: Jan 18 2025 16:18:59
Script end

Main resources:

Total runtime1.2238 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0054 588.1641152.6563
Module start 'layout' 0.00540.0026 740.820339.5078
Module start 'content' 0.00811.2147 780.3281531.3828
Module end 'content' 1.22280.0011 1,311.71098.1094
Script end 1.2238  1,319.8203 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.2544160.0002
Check MTime0.00140.1111160.0001
Mysql Total
Database connection0.00070.055310.0007
Mysqli_queries1.180696.4629540.0219
Looping result0.00050.0370520.0000
Template Total1.190797.320.5954
Template load0.00210.169120.0010
Template processing1.188697.123120.5943
Template load and register function0.00010.007610.0001
states
state_id_array0.00140.114810.0014
state_identifier_array0.00190.157920.0010
Override
Cache load0.00170.1420200.0001
Sytem overhead
Fetch class attribute can translate value0.00060.049720.0003
Fetch class attribute name0.00150.121140.0004
XML
Image XML parsing0.00090.075920.0005
class_abstraction
Instantiating content class attribute0.00000.000640.0000
General
dbfile0.00070.0575220.0000
String conversion0.00000.000540.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
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 14
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs