Module not found - The requested module 'secretaresse' could not be found.

Author Message

basby basby

Monday 07 July 2003 1:08:30 pm

I have a problem with my eZpublish installation. I created a new Folder called "Secretaresse". In this folder I created an instance of the class CV, and an instance of the class article.

On the site's frontpage "Secretaresse" is available. When I click on it I get the message:

"
Error / kernel (20)
Module not found
. The requested module 'secretaresse' could not be found.
"

Does anyone have a clue on what the cause can be?

My site runs on a virtual server.

Thanks!

Basby

Paul Forsyth

Tuesday 08 July 2003 1:01:15 am

This sounds like your link is wrong.

Can you print the link you are using to point to your folder? And can you also print the link to this folder that you use from within the admin site?

Paul

basby basby

Tuesday 08 July 2003 5:49:28 am

the bad link is:
<a href="/ezpublish/index.php/user/secretaresse">Secretaresse</a>

Somewhere else on my page I found a link that was working:
<a href="/ezpublish/index.php/user/content/view/full/43">Secretaresse</a>

I use (for now) the default left_menu.pl, which is:

{let children=fetch('content',list,hash(parent_node_id,2))}

{* loop children and print name with link *}
{section name=Child loop=$children}
<a href={$Child:item.url_alias|ezurl}>{$Child:item.name|wash}</a><br>
{/section}

{/let}

Does this info help?

basby basby

Tuesday 08 July 2003 6:23:59 am

Yes!! The problem is resolved! I remembered a forum post on the same topic which did not help me. Now, with your suggestion of the wrong link I re-read the post and was able to repair the problem.

I have overridden left_menu.tpl with:

{let children=fetch('content',list,hash(parent_node_id,2))}

{* loop children and print name with link *}
{section name=Child loop=$children}
<a href={concat("/content/view/full/",$:item.node_id,"/" )|ezurl}>{$:item.name}</a><br />

{/section}

{/let}

The line that has is new (replaces the wrong old line) is:
<a href={concat("/content/view/full/",$:item.node_id,"/" )|ezurl}>{$:item.name}</a><br />
)

Thanks again!

Basby

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

Main resources:

Total runtime0.9556 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0072 588.3906152.6875
Module start 'layout' 0.00720.0031 741.078139.5078
Module start 'content' 0.01030.9438 780.5859485.1641
Module end 'content' 0.95410.0014 1,265.750012.0781
Script end 0.9556  1,277.8281 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00420.4367160.0003
Check MTime0.00150.1580160.0001
Mysql Total
Database connection0.00120.121710.0012
Mysqli_queries0.896493.8040600.0149
Looping result0.00060.0629580.0000
Template Total0.920896.420.4604
Template load0.00220.233520.0011
Template processing0.918596.120720.4593
Template load and register function0.00040.043610.0004
states
state_id_array0.00090.090110.0009
state_identifier_array0.00130.134620.0006
Override
Cache load0.00190.1974450.0000
Sytem overhead
Fetch class attribute can translate value0.00090.095320.0005
Fetch class attribute name0.00150.159840.0004
XML
Image XML parsing0.00030.032020.0002
class_abstraction
Instantiating content class attribute0.00000.000940.0000
General
dbfile0.00070.0684100.0001
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
4content/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
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: 21
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs