Re: Few issues after server transfer. [message #37116 is a reply to message #37087] |
Sun, 06 May 2007 15:26 |
Nastun
Messages: 23 Registered: April 2007
Karma:
|
Junior Member |
|
|
Ok here is a new problem. I transfered the forum from my development server to the live one.
I am running IIS 6 on the live server. I have to use an older version of PHP and apache 2 does not fully support php 4.1
Again I am having a problem with GLOBALS.PHP
When I use a full GLOBALS.php the forum works fine
When I use the dummy file with
<?php require "c:\\Inetpub\\wwwroot\\frforum\\data\\include\\GLOBALS.php";?>
I get the errors
Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\frforum\forum\adm\GLOBALS.php:2) in C:\Inetpub\wwwroot\frforum\data\include\theme\default\cookies.inc on line 145
Warning: Cannot add header information - headers already sent by (output started at c:\inetpub\wwwroot\frforum\forum\adm\GLOBALS.php:2) in C:\Inetpub\wwwroot\frforum\data\include\adm.inc on line 31
How do I fix this one?
[Updated on: Sun, 06 May 2007 17:07] Report message to a moderator
|
|
|