Thanks... I am so new at all of this. I've been desinging websites for sometime now, but just got started really promoting my business. I want to be able to let my clients update their own pages through a simple process instead of having to update all of thier changes myself. The most promising sounding venture was to create a php based content management system for every site i create. Knowing nothing about php, i looked around and found a pre-packaged free deal that sounded pretty simple... http://www.smkelly.com/smkelly/products/phptags/ i've been trying to get this thing to work, following the trail of set up steps. i'm on step 3 : Database Connection, i've entered my database type, host, db name, and user name, click save, and i'm getting this error "Tagset phptags not found." ... after doing this twice, i get an additional error that says "Warning: file(/home/years/public_html/phptags/settings/phptags.ini.php): failed to open stream: No such file or directory in /home/years/public_html/phptags/cms/en/common/functions/function.modify_ini.php on line 11" and after checking out line 11 of that file in dreamweaver i saw // get the settings file
if(trim($filename) == '')$filename = $phptags->GLOBALS['settings_path'].'phptags.ini.php';
$settings = file($filename); i have no idea what any of this means, all i'm hoping for is that someone that reads this may know more about it or has tried this cms script and knows what to do. while i'm at it, anyone know of any content management ideas that do work, or know where i can get hooked up with someone who knows how to create a simple cms?