Fehlermeldung Cannot modify header information...

Shackles
Da man bei JGS kein Support bekommt, frag ich hier mal nach!

Problembeschreibung:
Wollte das JGS Portal bei nem Freund einbauen, kommt ne Fehlermeldung.


Fehlermeldung:
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web1/html/acp/lib/class_variableimport.php:1) in /srv/www/htdocs/web1/html/acp/jgs_install.php on line 845
Dizzy.w3
Hi,

dass das während der Installationsroutine auftaucht find ich komisch ... poste mal bitte die acp/lib/class_variableimport.php und die acp/jgs_install.php

Gruß
Dizzy
Shackles
Ja sowas hatte ich auch noch nie..eben nen fremdes Board...
--Nachtfalke--
eventuell zu alte php version.bitte gib uns einen link zur phpinfo.

code:
1:
2:
3:
4:
<php
phpinfo();
?>
Shackles
PHP version '4.3.8'
Dizzy.w3
@Nachtfalke
die Version prüft er schon im Vorhinein, wennse net passt, hätte ers gesagt.:

php:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
if(version_compare($phpversion"4.1.0") == -1){
     $_REQUEST    =  array_merge($HTTP_COOKIE_VARS$HTTP_POST_VARS$HTTP_GET_VARS);
     $_COOKIE    =& $HTTP_COOKIE_VARS;
     $_SERVER    =& $HTTP_SERVER_VARS;
     $_FILES        =& $HTTP_POST_FILES;
     $_GET        =& $HTTP_GET_VARS;
     $_POST        =& $HTTP_POST_VARS;
}

// GD-Version
ob_start();
phpinfo(8);
$phpinfo    ob_get_contents();
              ob_end_clean();
$phpinfo    strip_tags($phpinfo);
$phpinfo    stristr($phpinfo,"gd version");
$end        strpos($phpinfo,"Free");
$phpinfo1    substr($phpinfo,0,$end);
$phpinfo1    str_replace("GD Version","",$phpinfo1);


@Joyleen
Führ die jgs_install.php mal aus, kommt da die Meldung, dass alles erfolgreich importiert wurde?
Shackles
Danke, ich teste es mal, da kommen jetzt Fehlermeldungen, dass Tabellen bereits vorhanden sind, die muss ich aus der DB erst entfernen... Dann mal weitergucken! Meld mich nachher nochmal!

Jetzt kam das:

)Die Variabeln wurden erfolgreich importiert.
Sie werden gleich weitergeleitet.
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web1/html/acp/lib/class_variableimport.php:1) in /srv/www/htdocs/web1/html/acp/jgs_install.php on line 845