Topic: Help about creating new post & reply to post

I dont know when this happened but when I clicked the post new topic and post reply this error appear on the page:

Warning: include(PUN_ROOTinclude/parser.php) [function.include]: failed to open stream: No such file or directory in /home/a1178158/public_html/post.php(477) : eval()'d code on line 52

Warning: include() [function.include]: Failed opening 'PUN_ROOTinclude/parser.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a1178158/public_html/post.php(477) : eval()'d code on line 52

Image:
http://ftdotnet.googlepages.com/postreply.jpg


The forum is just new & Im just a new user of punbb, please I need your idea how to fix this one.

________________________
-sorry im not good in english-

Re: Help about creating new post & reply to post

1) Replace PUN_ROOT constant with FORUM_ROOT.
2) You missed "." between PUN_ROOT and "include/parser.php", should be: FORUM_ROOT.'include/parser.php'

Re: Help about creating new post & reply to post

Slavok wrote:

1) Replace PUN_ROOT constant with FORUM_ROOT.
2) You missed "." between PUN_ROOT and "include/parser.php", should be: FORUM_ROOT.'include/parser.php'



Thanks you, Its working fine now.

________________________
-sorry im not good in english-