1

(3 replies, posted in PunBB 1.2 troubleshooting)

The relative document root is "/",forum root is "/pun/".

I have solved this problem by configering with below:

In web site root config file,
Define(PUNBB_ROOT,/pun/);
require PUNBB_ROOT."include/common.php";

2

(3 replies, posted in PunBB 1.2 troubleshooting)

I do Punbb's Integration with my web site.
PUNBB_ROOT is "/pun/",I can read out the COOKIE in PUNBB_ROOT,but not in DOCUMENT_ROOT.
Why?how to do it?
Thank you!