1

(1 replies, posted in PunBB 1.2 discussion)

Hello!
I found a bug in PunBB 1.3 version.

If you click on the ip of user, for example:

http://forum.com/get_host47.html <- this is crashed

On .htaccess file is:

RewriteRule ^gethost[/_-]?([0-9]+)(\.html?|/)?$ moderate.php?gethost=$1 [L,NC]

I changed in .htaccess file to:

RewriteRule ^get_host[/_-]?([0-9]+)(\.html?|/)?$ moderate.php?gethost=$1 [L,NC]

and it's the same again. If i go to moderate.php?gethost=1, everthing is OK.
Regards

I changed all to:

PUN_ROOT."pun_cache/cache_ranks.php";

Hello!
I must change my cache directory from /cache to /pun_cache. I changed all files where is strings like 'cache' and changed what i need. Everything is OK, but the file cache_ranks.php must be in /cache directory or viewtopic page doesn't work (he isn't generated in /pun_cache, i must copy it to /cache to work fine). Can anybody help me?
Regards