Error / kernel (20)

Author Message

Jonathan Stubbs

Sunday 13 April 2003 5:21:09 am

Just installed ezpublish 3 on my localhost (OS X, PHP 4.3) and I get this error message when I go to "user" and click on one of the folders I just created.

I searched these forums for an answer but I can only find issues relating to previous beta versions of ezpublish.

gavyn eade

Monday 14 April 2003 4:47:35 am

I'm having the exact same issue, anyone know why this is happening?

Jan Borsodi

Monday 14 April 2003 7:20:18 am

What does the error message say?
What is the url of the page?

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

gavyn eade

Monday 14 April 2003 7:44:11 am

Thanks for your responce :)
The url is simply 'http://the_ip_address:port_no/news' for the news folder which i created in the admin section.
The error message states:
"Module not found
The requested module 'news' could not be found." this occurs for all of the folders that i have created.

Thanks again,
Gavyn

gavyn eade

Monday 14 April 2003 8:50:27 am

Ok, i have it working now. I have used some different code for the left_menu.tpl in the user templates directory. The line that seems to make it work is the following :
<a class="path" href={concat("/content/view/full/",$:item.node_id,"/")|ezurl}>{$:item.name}</a><br />

So replace the below line with the above for left_menu.tpl:
<a href={$Child:item.url_alias|ezurl}>{$Child:item.name}</a><br>

Can you see any problems with doing this?
Thanks,
Gavyn

Adam Morand

Tuesday 13 May 2003 8:53:47 pm

that solved my navigation problem on an ezpublish 3 install

thanx,

aj

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 31 2025 01:22:15
Script start
Timing: Jan 31 2025 01:22:15
Module start 'layout'
Timing: Jan 31 2025 01:22:15
Module start 'content'
Timing: Jan 31 2025 01:22:16
Module end 'content'
Timing: Jan 31 2025 01:22:16
Script end

Main resources:

Total runtime0.9148 sec
Peak memory usage8,192.0000 KB
Database Queries70

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0051 588.1250151.2109
Module start 'layout' 0.00510.0033 739.3359220.6875
Module start 'content' 0.00830.9056 960.02344,539.7734
Module end 'content' 0.91390.0008 5,499.796911.8594
Script end 0.9147  5,511.6563 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.3903160.0002
Check MTime0.00140.1498160.0001
Mysql Total
Database connection0.00080.083410.0008
Mysqli_queries0.827990.5035700.0118
Looping result0.00070.0745680.0000
Template Total0.864894.520.4324
Template load0.00190.207320.0009
Template processing0.862994.330020.4314
Template load and register function0.00140.152010.0014
states
state_id_array0.00140.150310.0014
state_identifier_array0.00150.166420.0008
Override
Cache load0.00160.1753310.0001
Sytem overhead
Fetch class attribute can translate value0.00170.185040.0004
Fetch class attribute name0.00260.281170.0004
XML
Image XML parsing0.00100.109040.0002
class_abstraction
Instantiating content class attribute0.00000.001870.0000
General
dbfile0.00080.0858170.0000
String conversion0.00000.000840.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
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
9content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
6content/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: 24
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs