PDA

View Full Version : Problems With XForum and PostNuke


hammondhill
6-8-02, 02:55 PM
I have been having problems with XForum, it prints the path to php at the top of all the forum pages (very similar to the phpBB2 problem, except it prints the path on all forum pages, not just admin pages). I have included a screenshot with this post that shows what this looks like in Internet Explorer version 6.

http://hillcandleshoppe.com/tmp/XForum_Problem.JPG

Any help would be appreciated.

Thank You,
Zachery Hill

MannInc
6-8-02, 04:48 PM
The shebang line only needs to be added to file called directly by the browser, not included pages. This is most likely the issue here.

hammondhill
6-8-02, 05:06 PM
Thanks MannInc, that was exactly what the problem was, I removed the shebang line from all my forum php files and called the forum from the browser and it worked!! Now I remember in sophie`s tutorial it said you only needed to add the path to a few php files.

Thank You,
Zachery Hill

MannInc
6-8-02, 06:36 PM
No problem at all! Glad I was able to assist.