Loading...
 
Features / Usability

Features / Usability


Re: Re: I can't put more than 4 external links in the same wiki page

posts: 42 Spain

Hello
I have made a new installation, from the very begining, in the same webserver (even new database) and I still have the same problem: "No route found. Please see http://dev.tiki.org/URL+Rewriting+Revamp"

It gives me the message sometimes when I save some configuration or some wiki page.

For example:
I have a new wiki page with only three external links, and everything works fine, if I put one moe external link then when I save the page I get the error.

I have seen that the error is triggered by "route.php", because "$noroute_url " is empty.

Te code is:
.....
if $noroute_url {
// Fail
header('HTTP/1.0 404 Not Found');
header('Content-Type: text/plain; charset=utf-8');

echo "No route found. Please see http://dev.tiki.org/URL+Rewriting+Revamp";
} else {
header('Location: '.$noroute_url);
}
......

I have chaged de name of _"htaccess" by " .htaccess"

Some clue?

Thanks and best regards

Santi Peralta

There are no comments at this time.