// --- SITE CONFIG --- //
define( 'ENVIRONMENT_TYPE', 'production' ); // Development or production.
// Define the domain name for the site.
define( "DOMAIN", "http://framework.lucentweb.com" );
// Define the root folder.
define( "ROOT", "/home/lweb/domains/framework.lucentweb.com" );
// Define the web-accessible folder.
define( "SITE_ROOT", ROOT . '/public_html' );
// Define the url to the site. Whatever comes after the domain name.
// If it's under a certain directory on the site. You can leave this
// blank if it's under the top-level domain.
define( "SITE_URL", "" );
// Define the path to the folder that the framework resides in.
define( "PATH_TO_LW_API", ROOT . "/library/lw-framework" );
// ----- Database Config ----- \\
/*
define( 'DB_HOST', 'localhost' );
define( 'DB_USER', 'root' );
define( 'DB_PASS', '' );
define( 'DB_MAIN', 'lwapi' );
*/
?>
Warning: include(PATH_TO_LW_API/autoloader/autoloader.fns.php) [function.include]: failed to open stream: No such file or directory in /home/lweb/domains/framework.lucentweb.com/public_html/index.php on line 5
Warning: include() [function.include]: Failed opening 'PATH_TO_LW_API/autoloader/autoloader.fns.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/lweb/domains/framework.lucentweb.com/public_html/index.php on line 5
Fatal error: Class 'LW_Stage' not found in /home/lweb/domains/framework.lucentweb.com/public_html/index.php on line 8