Share » Forums » Developer » Module not found - The requested...

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

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

Monday 07 July 2003 1:08:30 pm - 3 replies

Author Message

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

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu