ID: 5 -------------------------------------------------------------------------------- Type: Warning -------------------------------------------------------------------------------- Function: errorHandler -------------------------------------------------------------------------------- File: -------------------------------------------------------------------------------- Line: 0 -------------------------------------------------------------------------------- Text: ini_set(): Headers already sent. You cannot change the session module's ini settings at this time -------------------------------------------------------------------------------- Backtrace: #0 we_base_errorHandler::errorHandler called at [:] #1 ini_set called at [webEdition/we/include/we_classes/base/we_base_sessionHandler.class.php:35] #2 we_base_sessionHandler->__construct called at [webEdition/we/include/we_classes/we_tags/we_tag_sendMail.class.php:100] #3 we_tag_sendMail::tag called at [webEdition/we/include/we_tag.inc.php:138] #4 we_tag called at [webEdition/we/templates/page_contact_redirect.php:31] #5 include(/mnt/web224/d3/54/5120654/htdocs/2016_relaunch_silcc/webEdition/we/templates/page_contact_redirect.php) called at [webEdition/we/include/we_showDocument.inc.php:46] #6 require(/mnt/web224/d3/54/5120654/htdocs/2016_relaunch_silcc/webEdition/we/include/we_showDocument.inc.php) called at [_extras/kontaktformular/redirect.php:10] -------------------------------------------------------------------------------- Date: 2019-12-18 11:05:51 -------------------------------------------------------------------------------- Source-Code: webEdition/we/include/we_classes/base/we_base_sessionHandler.class.php: 34: ini_set('session.use_strict_mode', 1); 35: ini_set('session.gc_divisor', 100); 36: session_set_save_handler($this, true); 37: $this->DB = new DB_WE(); 38: $this->execTime = max(min(60, intval(get_cfg_var('max_execution_time'))), 5); //time might be wrong (1&1); make exectime at least 5 seconds which is quite small 39: $this->id = md5(uniqid('', true)); ---------------------------------------------------------- webEdition/we/include/we_classes/we_tags/we_tag_sendMail.class.php: 99: if(!isset($_SESSION)){ 100: new we_base_sessionHandler(); 101: } 102: $GLOBALS['we']['WE_SendMail'] = true; 103: $codes = we_base_file::isWeFile($id, FILE_TABLE, $GLOBALS['DB_WE']) ? we_getDocumentByID($id) : ''; 104: unset($GLOBALS['we']['WE_SendMail']); ---------------------------------------------------------- webEdition/we/include/we_tag.inc.php: 137: default: 138: $foo = class_exists($fn, false) && method_exists($fn, 'tag') ? $fn::tag($attribs, $content, $internal) : $fn($attribs, $content, $internal); 139: $GLOBALS['we_editmode'] = $GLOBALS['we']['editmode'] = $edMerk; 140: return we_weTag_tag::redirectTagOutput($foo, $nameTo, $to); 141: } 142: } ---------------------------------------------------------- webEdition/we/templates/page_contact_redirect.php: 30: 18,'subject'=>"\$contact_subject",'recipient'=>"\$contact_recipient",'from'=>"\$contact_sender",'mimetype'=>'text/html']); ?> 32: 33: 34: 35: ':'>'); we_templatePreContent(true); ---------------------------------------------------------- webEdition/we/include/we_showDocument.inc.php: 45: if(($GLOBALS['we']['inc'] = we_base_showDocument::prePareInc($GLOBALS['we_doc']))){ 46: include($GLOBALS['we']['inc']); 47: we_base_showDocument::postInc($GLOBALS['we_doc']); 48: 49: return; 50: } ---------------------------------------------------------- _extras/kontaktformular/redirect.php: 9: } else { 10: require('DOCUMENT_ROOT' . '/webEdition/we/include/we_showDocument.inc.php'); 11: } ---------------------------------------------------------- -------------------------------------------------------------------------------- WE-Info: Version: 8.1.0.1 REV: 11022 default nightly h0 -------------------------------------------------------------------------------- System: PHP: 7.2.25 max_execution_time: 120 memory_limit: 256M short_open_tag: 1 post_max_size: 76M max_input_vars: 4000 session.auto_start: 0 -------------------------------------------------------------------------------- Mysql: type: mysqli_pconnect protocol: 10 client: 5.5.54 host: rdbms.strato.de via TCP/IP server: 5.6.42-log database: DB1826083 encoding: utf8