spacecube Posted June 13, 2004 Report Share Posted June 13, 2004 Hallo zusammen, ich hab nun gesucht, ich hab gelesen und das ?berall wo es m?glich ist um nen fehler zu beheben. Hab nix gefunden. Falls es zu meinem Problem doch was gibt bin ich schlicht blind. Also: Ich kann den XTC nicht installieren. Habe nach handbuch alle dateien auf den server geladen und auch die Berechtigungen gesetzt. beim ausf?hren des xtc_installers kommt folgende message: Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/local/httpd/htdocs/xtcommerce/inc/xtc_image.inc.php:122) in /usr/local/httpd/htdocs/xtcommerce/xtc_installer/includes/application.php on line 85 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/httpd/htdocs/xtcommerce/inc/xtc_image.inc.php:122) in /usr/local/httpd/htdocs/xtcommerce/xtc_installer/includes/application.php on line 85 ich kann dann trotzdem runterscrollen und die sprache w?hlen.. klicke ich dann auf continue kommt folgendes: Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/local/httpd/htdocs/xtcommerce/inc/xtc_image.inc.php:122) in /usr/local/httpd/htdocs/xtcommerce/xtc_installer/includes/application.php on line 85 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/httpd/htdocs/xtcommerce/inc/xtc_image.inc.php:122) in /usr/local/httpd/htdocs/xtcommerce/xtc_installer/includes/application.php on line 85 Warning: Cannot modify header information - headers already sent by (output started at /usr/local/httpd/htdocs/xtcommerce/inc/xtc_image.inc.php:122) in /usr/local/httpd/htdocs/xtcommerce/inc/xtc_redirect.inc.php on line 55 Fatal error: Call to undefined function: xtc_session_close() in /usr/local/httpd/htdocs/xtcommerce/inc/xtc_exit.inc.php on line 37 Ich weiss, dass es ein simpler fehler sein muss. Nur hab ich im moment nicht das n?tige wissen den fehler selber zu beheben. es handelt sich dabei um einen Suse Linux 9.0 server mit Apache 1.3.28 und PHP 4.3.3.. die n?tigen libs die von xtc benutzt werden sind ebenfalls installiert. kann mir da einer einen laien-tipp geben?? gr?ssle Link to comment Share on other sites More sharing options...
Guest HHGAG Posted June 13, 2004 Report Share Posted June 13, 2004 Scheint ein Session Problem zu sein. Suche mal nach Session Link to comment Share on other sites More sharing options...
Hubi Posted June 13, 2004 Report Share Posted June 13, 2004 Schau mal in der Datei inc/xtc_image.inc.php, ob sich da irgendwelche leerzeilen am Ende (nach ?>) eingeschlichen haben. Die Datei hat bei mir keine 122 Zeilen. Link to comment Share on other sites More sharing options...
spacecube Posted June 13, 2004 Author Report Share Posted June 13, 2004 danke f?r den tipp...leider war die suche bis auf einen thread erfolglos..und auch dieser hilft nicht weiter denn mein browser akzeptiert alle cookies. die servereinstellungen sind wie folgt: session Session Support enabled Registered save handlers files user mm Directive Local Value Master Value session.auto_start Off Off session.bug_compat_42 On On session.bug_compat_warn On On session.cache_expire 180 180 session.cache_limiter nocache nocache session.cookie_domain no value no value session.cookie_lifetime 0 0 session.cookie_path / / session.cookie_secure Off Off session.entropy_file no value no value session.entropy_length 0 0 session.gc_divisor 100 100 session.gc_maxlifetime 1440 1440 session.gc_probability 1 1 session.name PHPSESSID PHPSESSID session.referer_check no value no value session.save_handler files files session.save_path /tmp /tmp session.serialize_handler php php session.use_cookies On On session.use_only_cookies Off Off session.use_trans_sid Off Off ist da was falsch??? gr?ssle :wall: Link to comment Share on other sites More sharing options...
spacecube Posted June 13, 2004 Author Report Share Posted June 13, 2004 Originally posted by Hubi@Jun 13 2004, 19:02 PM Schau mal in der Datei inc/xtc_image.inc.php, ob sich da irgendwelche leerzeilen am Ende (nach ?>) eingeschlichen haben. Die Datei hat bei mir keine 122 Zeilen. hallo Hubi die datei ist bei mir wenn ich die im editor ?ffne genau 52 zeilen lang... gr?ssle Link to comment Share on other sites More sharing options...
mzanier Posted June 13, 2004 Report Share Posted June 13, 2004 ?ffne sie mit notepad, ond l?sche die leerzeichen weg. kann beim upload passieren wenn nicht ascii verwednet wird. Link to comment Share on other sites More sharing options...
spacecube Posted June 13, 2004 Author Report Share Posted June 13, 2004 Originally posted by mzanier@Jun 13 2004, 19:20 PM ?ffne sie mit notepad, ond l?sche die leerzeichen weg. kann beim upload passieren wenn nicht ascii verwednet wird. Danke dir! das scheint es gewesen zu sein. Obwohl ichs nicht ganz rall warum ein leerzeichen solche probleme machen kann bin ich froh das es bis jetzt ohne probleme tut. Auf die idee mit den leerzeichen w?r ich n?mlich niemals gekommen.... gr?ssle Spacecube Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.