Hi i'm running a forum with Woltlab 3.1.x. I'm getting 404 errors that i can't fix. They are caused by the pagination system of the forum. For example page 1 2 3 ... 10. The Javascript behind the ... function causes the error, because it thinks it's a broken link. But it's not a broken link.
An example error:
fixURL(('index.php?page=Thread&threadID=756&pageNo=%d').replace(/%d/,
board10-off-topic/
It's caused by:
<li><a onclick="var result = prompt('Zu folgender Seite springen', '11'); if (typeof(result) != 'object' && typeof(result) != 'undefined') document.location.href = fixURL(('index.php?page=Thread&threadID=756&pageNo=%d').replace(/%d/, result));">…</a></li>
[ External links are visible to forum administrators only ]
How can i fix that?
Thanks & regards