Forums / Install & configuration / Error / kernel (20)
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
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 foundThe requested module 'news' could not be found." this occurs for all of the folders that i have created.
Thanks again,Gavyn
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