Posted on: 02/22/05 04:37pm
By: c4rnag3
I'm not really sure how to go about explaining or fixing this problem, but it is prevelant in all of the sites on which I've installed geeklog.
It seems that geeklog is just including the PHP in the links, rather than processing the code. Here is an example of how my links appear:
http://my.rzen.net/geeklog-1.3.11/public_html/' . $base_url . '&page=' .( $curpage + 1 ) . '
when I checked the lib-common.php that generates these links they actually appeared as:
i'm very much stumped here, can anyone give me some insight?
Prev/Next links not working for topics
Posted on: 02/24/05 02:12pm
By: Dirk
I would assume you have a corrupted file somewhere. From the piece of code you quoted, I would assume it's lib-common.php and specifically the function COM_printPageNavigation.
Try uploading a fresh copy of lib-common.php (don't forget to adjust the path to config.php first).
bye, Dirk