Zen Cart Logo
Forums / Installing on a Linux/Unix Server / new install, warning code at top, and no admin?

new install, warning code at top, and no admin?

Locked

Views: 1,370

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
3 Apr 2007, 5:25 PM
#1
aztommyb avatar

aztommyb

New Zenner

Join Date:
Apr 2007
Posts:
5
Plugin Contributions:
0

new install, warning code at top, and no admin?

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:shocking:? Help!!

Thank you!
tom

3 Apr 2007, 5:30 PM
#2
zforrest avatar

zforrest

New Zenner

Join Date:
Jun 2006
Location:
Austin, TX
Posts:
85
Plugin Contributions:
0

Re: new install, warning code at top, and no admin?

did you install phpBB? Because the install is asking for files.

3 Apr 2007, 5:44 PM
#3
aztommyb avatar

aztommyb

New Zenner

Join Date:
Apr 2007
Posts:
5
Plugin Contributions:
0

Re: new install, warning code at top, and no admin?

I didn't. But I specifically chose NOT to use phpBB. hmm... Maybe I'll just install it.

3 Apr 2007, 5:46 PM
#4
zforrest avatar

zforrest

New Zenner

Join Date:
Jun 2006
Location:
Austin, TX
Posts:
85
Plugin Contributions:
0

Re: new install, warning code at top, and no admin?

So you chose not too? I'd wipe the whole database and start over.

4 Apr 2007, 4:48 AM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: new install, warning code at top, and no admin?

I suspect that you have some incomplete uploads on some of your files.
Perhaps the /includes/filenames.php might be a good file to re-upload, followed by the /includes/database_tables.php

5 Apr 2007, 4:18 PM
#6
aztommyb avatar

aztommyb

New Zenner

Join Date:
Apr 2007
Posts:
5
Plugin Contributions:
0

Re: new install, warning code at top, and no admin?

ahh...thanks. Looks like much of the includes folder didn't upload correctly. After re-uploading that folder, everything works just fine. Guess I should have figured that one out.

Thanks so much for you help!
tom