Forums / Install & configuration / Admin Demo Site error
Jaroslaw Gilewski
Saturday 08 March 2003 5:09:43 am
In the admin site, when I click Edit button for 'My folder' description i got an error like Error / kernel (20) Module not foundThe requested module 'index.php' could not be found.
and the link looks likehttp://www.mydomain.net/ezpublish/index.php/admin/content/edit/1///
Why there are those additional slashes?
What's wrong? (i don't use virtual WWW settings)
Tuesday 11 March 2003 11:41:58 am
> as a temp fix for most of the times this happens I found I > had to comment a line out in the ezmodule.php file in i > think it is in the lib/ezutils/classes directory. This may > or may not help in your situation but you could give it a > try until a new release candidate is provided. > > change line to the following by adding two slashes at > beggining > > // $uri .= '/';
Thanks but it doesn't help :-(