Quote:
Originally Posted by Zachariah
VB 3.5 - 3.5.4
forums/includes/init.php -- Not the XML file that came with the package.
|
Code:
Also, the include file is incorrect in your xml.
Code is:
//Latest Images In ForumHome BEGIN
require_once('./includes/functions_gallery.php');
require_once('./includes/class_bbcode.php');
Should be:
//Latest Images In ForumHome BEGIN
require_once('./includes/functions_gallery_store.php'); (the "_store" is missing from the xml file. Not sure wot line. Am I wrong in my assumption?)
require_once('./includes/class_bbcode.php');
If I don't make this change, there is an error saying the file function_gallery.php can't be found.
Once I've made this change in the xml file the error I get only occures once I add that include file in init.php.