ID: 317615 -------------------------------------------------------------------------------- Type: Warning -------------------------------------------------------------------------------- Function: error_handler -------------------------------------------------------------------------------- File: webEdition/we/include/we_classes/contents/we_webEditionDocument.class.php -------------------------------------------------------------------------------- Line: 25 -------------------------------------------------------------------------------- Text: Declaration of we_webEditionDocument::insertAtIndex(?array $only = NULL, array $fieldTypes = Array) should be compatible with we_textContentDocument::insertAtIndex(?array $only = NULL, ?array $fieldTypes = NULL) -------------------------------------------------------------------------------- Backtrace: #0 error_handler called at [webEdition/we/include/we_classes/contents/we_webEditionDocument.class.php:25] #1 include_once called at [webEdition/we/include/we_classes/we_autoloader.class.php:223] #2 autoload called at [:] #3 spl_autoload_call called at [:] #4 class_exists called at [webEdition/we/include/we_classes/base/we_base_ContentTypes.class.php:320] #5 getObject called at [webEdition/we/include/we_editors/we_init_doc.inc.php:66] #6 include called at [webEdition/we/include/we_showDocument.inc.php:43] #7 require called at [index.php:21] -------------------------------------------------------------------------------- Date: 2024-04-24 12:55:52 -------------------------------------------------------------------------------- Source-Code: webEdition/we/include/we_classes/contents/we_webEditionDocument.class.php: 24: */ 25: class we_webEditionDocument extends we_textContentDocument{ 26: // ID of the templates that is used from the document 27: var $TemplateID = 0; 28: // ID of the template that is used from the parked document (Bug Fix #6615) 29: var $temp_template_id = 0; ---------------------------------------------------------- webEdition/we/include/we_classes/we_autoloader.class.php: 222: $path = (substr($path, 0, 1) === '/' ? '/html/www.HOST' . $path : WE_INCLUDES_PATH . $path . '/'); 223: include_once($path . $array[$class_name]); 224: return true; 225: } 226: } 227: //might be a zend registered class: ---------------------------------------------------------- webEdition/we/include/we_classes/base/we_base_ContentTypes.class.php: 319: 320: if(isset($this->ct[$type]['Class']) && $this->ct[$type]['Class'] && class_exists($this->ct[$type]['Class'])){ 321: return new $this->ct[$type]['Class']; 322: } else { 323: $classname = 'we_' . $type; 324: if(class_exists($classname)){ ---------------------------------------------------------- webEdition/we/include/we_editors/we_init_doc.inc.php: 65: default: 66: $we_doc = we_base_ContentTypes::inst()->getObject($we_ContentType); 67: } 68: if(!$we_doc){ 69: exit(1); 70: } ---------------------------------------------------------- webEdition/we/include/we_showDocument.inc.php: 42: // init document 43: include (WE_INCLUDES_PATH . 'we_editors/we_init_doc.inc.php'); 44: $cmd = we_base_request::_(we_base_request::STRING, 'cmd'); 45: if($cmd && $cmd != 'ResetVersion' && $cmd != 'PublishDocs'){ 46: if(!empty($FROM_WE_SHOW_DOC)){ // when called showDoc.php 47: if((!$we_doc->IsDynamic) && (!$tmplID)){ // if the document is not a dynamic php-doc and is published we make a redirect to the static page ---------------------------------------------------------- index.php: 20: } else { 21: require('/html/www.HOST' . '/webEdition/we/include/we_showDocument.inc.php'); 22: } ---------------------------------------------------------- -------------------------------------------------------------------------------- WE-Info: Version: 7.0.4.0 SVN: 14222 trunk release h0 -------------------------------------------------------------------------------- System: PHP: 7.4.33 max_execution_time: 240 memory_limit: 256M short_open_tag: 1 post_max_size: 32M max_input_vars: 1500 session.auto_start: 0 -------------------------------------------------------------------------------- Mysql: type: mysqli_connect protocol: 10 client: mysqlnd 7.4.33 host: db1228.mydbserver.com via TCP/IP server: 5.6.51-91.0 database: usr_p286348_2 encoding: utf8