MySQL info I hope this is what you need
# Server version: 5.0.41-community-nt
# Protocol version: 10
# MySQL client version: 5.0.37
# Used PHP extensions: mysql


configuration.inc.php info

<?php
    // This is the "Pro" version of configuration.inc.php, without any comments, and restructured in a way
    // that should make sense for most pro-users of Qcodo
    
    // As always, feel free to use, change or ignore.

    define('SERVER_INSTANCE', 'dev');

    switch (SERVER_INSTANCE) {
        case 'dev':
        case 'test':
        case 'stage':
        case 'prod':
            define ('__DOCROOT__', 'C:/Inetpub/computer-savy.com');
            define ('__VIRTUAL_DIRECTORY__', '');
            define ('__SUBDIRECTORY__', '/tracmor');

            define('DB_CONNECTION_1', serialize(array(
                'adapter' => 'MySql',
                'server' => 'localhost',
                'port' => null,
                'database' => 'tracmor',
                'username' => '******',
                'password' => '*******',
                'profiling' => false)));
            break;
    }

    define('ALLOW_REMOTE_ADMIN', false);
    define ('__URL_REWRITE__', 'none');

    define ('__DEVTOOLS_CLI__', __DOCROOT__ . __SUBDIRECTORY__ . '/_devtools_cli');
    define ('__INCLUDES__', __DOCROOT__ .  __SUBDIRECTORY__ . '/includes');
    define ('__QCODO__', __INCLUDES__ . '/qcodo');
    define ('__QCODO_CORE__', __INCLUDES__ . '/qcodo/_core');
    define ('__DATA_CLASSES__', __INCLUDES__ . '/data_classes');
    define ('__DATAGEN_CLASSES__', __INCLUDES__ . '/data_classes/generated');
    define ('__FORMBASE_CLASSES__', __INCLUDES__ . '/formbase_classes_generated');
    define ('__PANELBASE_CLASSES__', __INCLUDES__ . '/panelbase_classes_generated');
    define ('__DEVTOOLS__', __SUBDIRECTORY__ . '/_devtools');
    define ('__FORM_DRAFTS__', __SUBDIRECTORY__ . '/form_drafts');
    define ('__PANEL_DRAFTS__', __SUBDIRECTORY__ . '/panel_drafts');

    // We don't want "Examples", and we don't want to download them during qcodo_update
    define ('__EXAMPLES__', null);

    define ('__JS_ASSETS__', __SUBDIRECTORY__ . '/js');
    define ('__CSS_ASSETS__', __SUBDIRECTORY__ . '/css');
    define ('__IMAGE_ASSETS__', __SUBDIRECTORY__ . '/images');
    define ('__PHP_ASSETS__', __SUBDIRECTORY__ . '/includes/php');

    if ((function_exists('date_default_timezone_set')) && (!ini_get('date.timezone')))
        date_default_timezone_set('America/Los_Angeles');

    define('ERROR_PAGE_PATH', __PHP_ASSETS__ . '/_core/error_page.php');

Assets
Unable to Create, Move, Checkout, Check-in, Reserve

Inventory
Unable to Create, Move, Takout, restock



This is one example
Error in PHP Script
/tracmor/assets/asset_edit.php    PHP Version: 5.2.6;  Zend Engine Version: 2.2.0;  Qcodo Version: 0.3.32 (Qcodo Beta 3)
Operating System: Windows_NT;  Application: Microsoft-IIS/6.0;  Server Name: computer-savy.com
HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.29 Safari/525.13
QAssetEditComposite::require(asset_edit_control.inc.php) [<a href='qasseteditcomposite.require'>qasseteditcomposite.require</a>]: failed to open stream: No such file or directory
Error Type:   E_WARNING   

Source File:   C:\Inetpub\Computer-savy.com\tracmor\includes\qcodo\qform\QAssetEditComposite.class.php         Line:   188   

Line 183:            // Store the Output Buffer locally
Line 184:            $strAlreadyRendered = ob_get_contents();
Line 185:            ob_clean();
Line 186:   
Line 187:            // Evaluate the template
Line 188:            require('asset_edit_control.inc.php');
Line 189:            $strTemplateEvaluated = ob_get_contents();
Line 190:            ob_clean();
Line 191:   
Line 192:            // Restore the output buffer and return evaluated template
Line 193:            print($strAlreadyRendered);


I am a prorgaming Noob, took a while to get everything setup on my server.  setting up the subdirectories and what not.  See above for server informtaion.

You can access the site to view for yourself if needed to see the error. It is a PSD (Purple screen of Death) when logged in - http://computer-savy.com/tracmor/assets/asset_edit.php

Login - here- http://www.computer-savy.com/tracmor/

Any information is helpful.


Unable to modify users (different issue)
PHP Fatal error:  Nesting level too deep - recursive dependency? in C:\Inetpub\Computer-savy.com\tracmor\includes\qcodo\_core\qform\QControlBase.class.php on line 859