Zen Cart Logo
Forums / General Questions / Argh! Blank page!!

Argh! Blank page!!

Locked

Views: 611

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
13 Nov 2009, 1:28 AM
#1
slappadudle avatar

slappadudle

New Zenner

Join Date:
Dec 2008
Posts:
26
Plugin Contributions:
0

Argh! Blank page!!

Hi all.

After a fresh installation of the latest version followed by some template customization I am getting a blank page when I try to open a category. I believe syntax errors within language files and the like are usually to blame (or the elusive blank space at the bottom), but I have checked for these and found no cause! Here is an error report from the blank-paged URL: (index.php?main_page=index&cPath=1)

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/disler/public_html/includes/local/configure.php:1) in /home/disler/public_html/includes/functions/sessions.php on line 108

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/disler/public_html/includes/local/configure.php:1) in /home/disler/public_html/includes/functions/sessions.php on line 108

Notice: Constant OFFICE_IP_TO_HOST_ADDRESS already defined in /home/disler/public_html/includes/languages/english/email_extras.php on line 103

Warning: Cannot modify header information - headers already sent by (output started at /home/disler/public_html/includes/local/configure.php:1) in /home/disler/public_html/includes/init_includes/init_templates.php on line 78

Notice: Constant TABLE_HEADING_PRODUCTS already defined in /home/disler/public_html/includes/languages/english/index.php on line 69

Notice: Constant TABLE_HEADING_QUANTITY already defined in /home/disler/public_html/includes/languages/english/index.php on line 73

Warning: Cannot modify header information - headers already sent by (output started at /home/disler/public_html/includes/local/configure.php:1) in /home/disler/public_html/includes/functions/functions_general.php on line 44

Notice: Object of class queryFactoryResult could not be converted to int in /home/disler/public_html/includes/functions/functions_general.php on line 19

Any ideas? Many thanks, RM

13 Nov 2009, 1:30 AM
#2
drbyte avatar

drbyte

Sensei

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

Re: Argh! Blank page!!

slappadudle:

Cannot send session cookie - headers already sent by (output started at /home/disler/public_html**/includes/local/configure.php:1**) in...
Start by fixing whatever blank space problem you've got on line 1 of your /includes/local/configure.php file. Perhaps delete the file altogether.

13 Nov 2009, 1:46 AM
#3
slappadudle avatar

slappadudle

New Zenner

Join Date:
Dec 2008
Posts:
26
Plugin Contributions:
0

Re: Argh! Blank page!!

Umm... Thanks, deleting the file worked.

The strange thing is that I only created that file to activate PHP error reporting, to find the problem!!!! I must have solved it then.

Sweeeeet :)