Zen Cart Logo
Forums / General Questions / safari browser support

safari browser support

Locked

Views: 1,325

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
5 Jun 2006, 4:30 AM
#1
balagod avatar

balagod

New Zenner

Join Date:
Jun 2006
Posts:
12
Plugin Contributions:
0

safari browser support

Hai,

I create one Printformat page,for database connection and other initialiation i include (application_top.php)
file but i run my page in safari browser it gives error like this
Warning: Cannot modify header information - headers already sent by (output started at /home/sueno/public_html/printformat.php:2) in /home/sueno/public_html/includes/init_includes/init_templates.php on line 78

Fatal error: Call to a member function on a non-object in /home/sueno/public_html/includes/autoload_func.php on line 89

anybody help this to solve

Thanks
bala

5 Jun 2006, 5:42 AM
#2
drbyte avatar

drbyte

Sensei

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

Re: safari browser support

This is not a bug in Zen Cart, so I'm moving your post to "General Questions" instead.

output started at /home/sueno/public_html/printformat.php:2
The problem is that you have some spaces or other text on line 2 of your printformat.php file. This is often caused by having stray characters or spaces outside of <?php and ?> tags.