After a fresh install (http://bookstore.prescott.edu), I'm getting lines of warning code at the top of the store, and that's ALL I get for the admin side. Here's what's being displayed for the store:
define('FILENAME_BB_INDEX', 'index.php'); // phpBB main index filename ?>whos_online'); define('TABLE_ZONES', DB_PREFIX . 'zones'); ?>
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/html/bookstore/includes/filenames.php:188) in /var/www/html/bookstore/includes/functions/sessions.php on line 108
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/html/bookstore/includes/filenames.php:188) in /var/www/html/bookstore/includes/functions/sessions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/bookstore/includes/filenames.php:188) in /var/www/html/bookstore/includes/init_includes/init_templates.php on line 78
']->' . $methodName . '();
'; } else { $$objectName->$methodName(); $debugOutput .= '$' . $objectName . '->' . $methodName . '();
'; } break; } if (DEBUG_AUTOLOAD === true) echo $debugOutput; } } ?>preter code. */ require('includes/autoload_func.php'); /** * load the counter code **/ // counter and counter history require(DIR_WS_INCLUDES . 'counter.php'); // get customers unique IP that paypal does not touch $customers_ip_address = $_SERVER['REMOTE_ADDR']; if (!isset($_SESSION['customers_ip_address'])) { $_SESSION['customers_ip_address'] = $customers_ip_address; } ?>
and when I try to go to the admin....this is all that shows:
define('FILENAME_BB_INDEX', 'index.php'); // phpBB main index filename ?>whos_online'); define('TABLE_ZONES', DB_PREFIX . 'zones'); ?>
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/html/bookstore/includes/filenames.php:188) in /var/www/html/bookstore/includes/functions/sessions.php on line 108
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/html/bookstore/includes/filenames.php:188) in /var/www/html/bookstore/includes/functions/sessions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/bookstore/includes/filenames.php:188) in /var/www/html/bookstore/admin/includes/init_includes/init_templates.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/bookstore/includes/filenames.php:188) in /var/www/html/bookstore/admin/includes/functions/general.php on line 34
hmm...any ideas? Help!!
Thank you!
tom


? Help!!

