Home › Forums › Back End › CMS + comments › Re: CMS + comments
September 17, 2009 at 7:35 pm
#64327
Member
The code snippet you’ve posted doesn’t look like it ever calls the Connect() method or the BuildDB() method. Try turning error reporting on:
Code:
error_reporting(E_ALL);
ini_set(“display_errors”, “2”);
ini_set(“display_errors”, “2”);
See if you get any errors about the script not being able to connect to the database.