masterofollies
01-15-2010, 05:19 PM
In my theme folder I am using a classic theme. It has
require("SSI.php");
Which is fine for the forum, however when I installed a forum mod for an ajaxchat, the path is wrong for it. The correct path for the chat is,
require("../SSI.php");
If I do that, the forum crashes, if I do the other, the chat crashes. I tried using include for both, or require for one and include for the other, but nothing works.
require("SSI.php");
Which is fine for the forum, however when I installed a forum mod for an ajaxchat, the path is wrong for it. The correct path for the chat is,
require("../SSI.php");
If I do that, the forum crashes, if I do the other, the chat crashes. I tried using include for both, or require for one and include for the other, but nothing works.