Topic: punMod and constant PUN_ROOT

Today I tried to install punMod but when I try to browse punmod.php page, i got this message:
The constant PUN_ROOT must be defined and point to a valid PunBB installation root directory.
What am I supposed to do?

2

Re: punMod and constant PUN_ROOT

you need to put this at the top

define('PUN_ROOT', './');

Re: punMod and constant PUN_ROOT

I did it. but now another problem. you can see it here

Re: punMod and constant PUN_ROOT

Do you have extra characters somewhere up there (an extra tab or space maybe?)