Page 1 of 1

Installation pb - "header already sent ..."

PostPosted: Sat Mar 27, 2004 7:23 pm
by Patrick
Hello!
when I execute install.php I get :

Warning: Cannot modify header information - headers already sent by (output started at /home/sites/site65/users/yann/web/Solutions/Nabopoll/admin/install.php:16) in /home/sites/site65/users/yann/web/Solutions/Nabopoll/admin/admin.inc.php on line 13

What can I do ?
In another topic I saw it was recommended to execute first a .sql , but how one does that (sorry completely newbie in all these matters)

Re: Installation pb - "header already sent ..."

PostPosted: Sun Mar 28, 2004 5:02 pm
by thomas64
hi, patrick,
maybe this is why you have an ISP, who is already sending a header (promo banner or so)

just comment (// - double slash) the lines 13 and 14 in the admin.inc.php out

// header("Cache-Control: no-cache, must-revalidate");
// header("Pragma: no-cache");

i hope this would help...

thomas

Patrick wrote:Hello!
when I execute install.php I get :

Warning: Cannot modify header information - headers already sent by (output started at /home/sites/site65/users/yann/web/Solutions/Nabopoll/admin/install.php:16) in /home/sites/site65/users/yann/web/Solutions/Nabopoll/admin/admin.inc.php on line 13

What can I do ?
In another topic I saw it was recommended to execute first a .sql , but how one does that (sorry completely newbie in all these matters)