ncaaref Posted January 21, 2008 Share Posted January 21, 2008 ???Can anyone help with this error? Parse error: syntax error, unexpected T_STRING in /home/endlesse/public_html/mspace/mainfile.php on line 13 <?php if ( !defined('XOOPS_MAINFILE_INCLUDED') ) { define('XOOPS_MAINFILE_INCLUDED', 1); // Physical Path // Physical path to your main directory WITHOUT trailing slash define('XOOPS_ROOT_PATH', '/home/endlesse/public_html'); '); // Virtual Path (URL) // Virtual path to your main directory WITHOUT trailing slash define('XOOPS_URL', 'http://endlessenergy.ws'); // Database // Choose the database to be used $xoopsConfig['database'] = 'mysql'; // Table Prefix // This prefix will be added to all new tables created to avoid name conflict in the database. If you are unsure, just use the default 'pop'. $xoopsConfig['prefix'] = 'pop'; // Database Hostname // Hostname of the database server. If you are unsure, 'localhost' works in most cases. $xoopsConfig['dbhost'] = 'localhost'; // Database Username // Your database user account on the host $xoopsConfig['dbuname'] = 'endlesse_ncaaref'; // Database Password // Password for your database user account $xoopsConfig['dbpass'] = 'referee'; // Database Name // The name of database on the host. The installer will attempt to create the database if not exist $xoopsConfig['dbname'] = 'endlesse_mspace'; // Use persistent connection? (Yes=1 No=0) // Default is 'Yes'. Choose 'Yes' if you are unsure. $xoopsConfig['db_pconnect'] = 0; // Default setup language. $xoopsConfig['default_language'] = 'english'; if ( XOOPS_ROOT_PATH == '' ) { if ( @file_exists('_install/index.php') ) { header('Location: _install/index.php'); exit(); } } include_once(XOOPS_ROOT_PATH.'/include/common.php'); } ?> Thanks for the Help. ??? ??? ??? ??? Link to comment https://forums.phpfreaks.com/topic/87042-help-with-parse-error/ Share on other sites More sharing options...
revraz Posted January 21, 2008 Share Posted January 21, 2008 What is this for? define('XOOPS_ROOT_PATH', '/home/endlesse/public_html'); '); <---- Link to comment https://forums.phpfreaks.com/topic/87042-help-with-parse-error/#findComment-445137 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.