Extension error

Author Message

cliffp pratt

Wednesday 15 September 2010 8:44:11 pm

I have a site which we have upgraded from 3.8 ( > 3.9.5 > 3.10.1 > 4.01 > 4.1.0 > 4.2.0) Phew! Perhaps not surprisingly we have some issues. One in particular is that in the admin site, when I select the "Setup" tab, and then click on 'extensions' I get dumped back to the Content HomePage. When I check the site.ini settings in the Extension Settings/Active Extensions all the extensions are there.

I'm looking for ideas on how to diagnose this. I've checked the site.ini.append.php and the extensions are defined in there.

There is an error in the log, but it is not very helpful:

[ Sep 16 2010 13:55:00 ] [172.20.20.192] error/view.php:
Error ocurred using URI: /index.php/intranet_admin/setup/extensions

I've looked at other logs, but not seen anything that seems relevant.

Cheers,

Cliff

Jérôme Vieilledent

Saturday 18 September 2010 1:30:44 am

Hi Cliffp

Try to completely purge your cache :

php bin/php/ezcache.php --clear-all --purge

Alternatively, you can delete the cache manually :

rm -rf var/cache var/<yourVarDir>/cache

Also try to remove all domain cookies from your browser

cliffp pratt

Sunday 19 September 2010 4:17:23 pm

Hi Jerome,

I had already done that, but I repeated the process just in case. Unfortunately, there was no change.

I'm thinking of putting something in ./kernel/setup/extensions.php, but what?

Cheers,

Cliff

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 10:17:06
Script start
Timing: Jan 18 2025 10:17:06
Module start 'layout'
Timing: Jan 18 2025 10:17:06
Module start 'content'
Timing: Jan 18 2025 10:17:07
Module end 'content'
Timing: Jan 18 2025 10:17:07
Script end

Main resources:

Total runtime0.7875 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.0053 589.0391152.6250
Module start 'layout' 0.00530.0030 741.664139.4453
Module start 'content' 0.00820.7780 781.1094510.4453
Module end 'content' 0.78620.0013 1,291.554712.1797
Script end 0.7875  1,303.7344 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.4403160.0002
Check MTime0.00130.1671160.0001
Mysql Total
Database connection0.00080.100710.0008
Mysqli_queries0.734793.2938570.0129
Looping result0.00100.1278550.0000
Template Total0.751895.520.3759
Template load0.00220.273520.0011
Template processing0.749695.186220.3748
Template load and register function0.00020.024810.0002
states
state_id_array0.00160.207610.0016
state_identifier_array0.00170.211420.0008
Override
Cache load0.00170.2212250.0001
Sytem overhead
Fetch class attribute can translate value0.00080.099920.0004
Fetch class attribute name0.00120.158640.0003
XML
Image XML parsing0.00070.085920.0003
class_abstraction
Instantiating content class attribute0.00000.001540.0000
General
dbfile0.00220.2753170.0001
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
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 15
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs