Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End CMS + comments Re: CMS + comments

#64327
jasonatennui
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”);

See if you get any errors about the script not being able to connect to the database.