Error type: |
User warning |
Error message: |
row childs does not match
---------------------------------------------------
1
---------------------------------------------------
we_html_tr Object
(
[tag_name:protected] => tr
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] =>
[childs:protected] => Array
(
[0] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => 12005;BRANDNAME Alu-Verbundrohr
)
[1] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => FBH
)
[2] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => Ringware;14 x 2
)
[3] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => 00
)
[4] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => 500 m
)
[5] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => rot
)
[6] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => PE-RT/AL/PE-RT;BRANDNAME Alu-Verbundrohr PE-RT/AL/PE-RT
)
[7] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => rot
)
[8] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => absolut sauerstoffdicht. Anwendungsbereich: Flächenheizung/-kühlung (Dauerbetrieb: t<sub>max</sub>. 60°C
)
[9] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => p<sub>max</sub>: 6 bar). Mit extra dünnem Aluminium (AL = 0
)
[10] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => 15 mm)
)
[11] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => für noch mehr Flexibilität und noch einfachere Montage.;Rohre;Alu-Verbundrohre;Alu-Verbundrohre
)
[12] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => Ringware
)
[13] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => 16 mm - 32 mm;Alu-Verbundrohr
)
[14] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => Ringware
)
[15] => we_html_td Object
(
[tag_name:protected] => td
[need_end_tag:protected] => 1
[selfClose:protected] =>
[attribs:protected] => Array
(
[style] => Array
(
)
)
[content:protected] => rot;12010_B_w.jpg;M10-110;M10-110-002
)
)
)
|
Script name: |
webEdition/we/classes/html/we_html_tbody.class.php |
Line number: |
59 |
Backtrace: |
#1 t_e called at [webEdition/we/classes/html/we_html_tbody.class.php:59]
#2 we_html_tbody->addRow called at [webEdition/we/classes/html/we_html_table.class.php:60]
#3 we_html_table->addRow called at [webEdition/we/classes/import/we_import_wizardCSV.class.php:290]
#4 we_import_wizardCSV->tryParseCSV called at [webEdition/we/classes/rpcCmd/we_rpcCmd_import.class.php:45]
#5 we_rpcCmd_import->getCSVPreview called at [webEdition/we/classes/rpcCmd/we_rpcCmd_import.class.php:29]
#6 we_rpcCmd_import->execute called at [webEdition/we/classes/rpc/we_rpc_cmdShell.class.php:93]
#7 we_rpc_cmdShell->executeCommand called at [webEdition/rpc.php:50]
#8 rpc::processRPC called at [webEdition/rpc.php:75]
|
Source code around: |
webEdition/we/classes/html/we_html_tbody.class.php:
58: if($this->cols != count($row->childs)){
59: t_e('row childs does not match', $this->cols, $row);
60: }
61: $this->childs[] = $row;
62: return $this;
63: }
----------------------------------------------------------
webEdition/we/classes/html/we_html_table.class.php:
59: public function addRow(we_html_tr $row): self{
60: $this->body->addRow($row);
61: return $this;
62: }
63:
64: /**
----------------------------------------------------------
webEdition/we/classes/import/we_import_wizardCSV.class.php:
289: }
290: $table->addRow($tr);
291: }
292: return $table->getHtml() . $colChooser;
293: }
294:
----------------------------------------------------------
webEdition/we/classes/rpcCmd/we_rpcCmd_import.class.php:
44: $module->initCSVParser($file);
45: $html = $module->tryParseCSV($objID, $tmplID);
46:
47: if($html){
48: $this->resp->setData('status', 'ok');
49: $this->resp->setData('preview', $html);
----------------------------------------------------------
webEdition/we/classes/rpcCmd/we_rpcCmd_import.class.php:
28: case 'getCSVPreview':
29: return $this->getCSVPreview();
30: }
31:
32:
33: return $this->resp;
----------------------------------------------------------
webEdition/we/classes/rpc/we_rpc_cmdShell.class.php:
92: function executeCommand(): void{
93: $this->Response = $this->Mod->execute();
94: }
95:
96: function cleanUp(): void{
97: $this->Mod->cleanUp();
----------------------------------------------------------
webEdition/rpc.php:
49: if($shell->getStatus() === we_rpc_cmd::STATUS_OK){
50: $shell->executeCommand();
51: echo $shell->getResponse();
52: we_base_request::finishRequest();
53: $shell->cleanUp();
54: } else { // there was an error in initializing the command
----------------------------------------------------------
|
Request: |
[mod] => import
[cmd] => getCSVPreview
[delimitator] => ,
[csv_enclosed] => double_quote
[csv_fieldnames] => false
[importType] => true
[templatename] => /
[obj_path] => /produkt_de
[obj_path_id] => 1
|
Server: |
[BROWSER_DETECT] => win chrome (112/537)
[CONTENT_LENGTH] => 132
[CONTENT_TYPE] => application/x-www-form-urlencoded; charset=UTF-8
[CONTEXT_DOCUMENT_ROOT] => /var/www/vhosts/example.org/brandname.example.org
[CONTEXT_PREFIX] =>
[DOCUMENT_ROOT] => /var/www/vhosts/example.org/brandname.example.org
[FCGI_ROLE] => RESPONDER
[GATEWAY_INTERFACE] => CGI/1.1
[HOME] => /var/www/vhosts/example.org
[HTTPS] => on
[HTTP_ACCEPT] => application/json, text/javascript, */*; q=0.01
[HTTP_ACCEPT_ENCODING] => gzip, deflate, br
[HTTP_ACCEPT_LANGUAGE] => de-DE,de;q=0.5
[HTTP_CONNECTION] => close
[HTTP_COOKIE] => WESESSION=2918c06b0df81dcff17dbd127b7e7d6347f6c9ec; cookie=yep
[HTTP_HOST] => brandname.example.org
[HTTP_ORIGIN] => https://brandname.example.org
[HTTP_REFERER] => https://brandname.example.org/webEdition/index.php?we_cmd[0]=startWE
[HTTP_SEC_CH_UA] => "Chromium";v="112", "Brave";v="112", "Not:A-Brand";v="99"
[HTTP_SEC_CH_UA_MOBILE] => ?0
[HTTP_SEC_CH_UA_PLATFORM] => "Windows"
[HTTP_SEC_FETCH_DEST] => empty
[HTTP_SEC_FETCH_MODE] => cors
[HTTP_SEC_FETCH_SITE] => same-origin
[HTTP_SEC_GPC] => 1
[HTTP_USER_AGENT] => Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36
[HTTP_X_ACCEL_INTERNAL] => /internal-nginx-static-location
[HTTP_X_REAL_IP] => 213.214.18.8
[HTTP_X_REQUESTED_WITH] => XMLHttpRequest
[PATH] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[PHP_SELF] => /webEdition/rpc.php
[QUERY_STRING] => mod=import&cmd=getCSVPreview
[REMOTE_ADDR] => 213.214.18.8
[REMOTE_PORT] => 47666
[REQUEST_METHOD] => POST
[REQUEST_SCHEME] => https
[REQUEST_TIME] => 1681904648
[REQUEST_TIME_FLOAT] => 1681904648.3134
[REQUEST_URI] => /webEdition/rpc.php?mod=import&cmd=getCSVPreview
[SCRIPT_FILENAME] => /var/www/vhosts/example.org/brandname.example.org/webEdition/rpc.php
[SCRIPT_NAME] => /webEdition/rpc.php
[SERVER_ADDR] => 91.107.168.10
[SERVER_ADMIN] => [no address given]
[SERVER_HOST] => plesk.example.org
[SERVER_NAME] => brandname.example.org
[SERVER_PORT] => 443
[SERVER_PROTOCOL] => HTTP/1.0
[SERVER_SIGNATURE] => <address>Apache Server at brandname.example.org Port 443</address>
[SERVER_SOFTWARE] => Apache
[UNIQUE_ID] => ZD-UCGRTJ3FCT9ScJpZ3LQAAAA0
[USER] => example.org_ftp
[WE_ORG_ROOT] => /var/www/vhosts/example.org/brandname.example.org
[proxy-nokeepalive] => 1
|
Session: |
User:
[ID] => 1
[Username] => admin ( )
----------------------------------------
Internal data:
[EditPageNr] => 1
[user] => Array
(
[ID] =>
[Username] =>
[workSpace] =>
[isWeSession] =>
)
[we_fs_lastDir] => Array
(
[dw1_tblObjectFiles] => 1
)
[last_webEdition_document] => Array
(
[Path] => /de/index.html
)
[seemForOpenDelSelector] => Array
(
[ID] => 3
[Table] => dw1_tblFile
)
[testUpdate] =>
[module_sessions] => Array
(
[csvImport] => Array
(
[cursor] => 0
[fileName] => /var/www/vhosts/example.org/brandname.example.org/webEdition/temp/tmp/we_csv_f5a2cf873609744a7eb499eda5f5b5c7.csv
[tmplID] => 0
[objID] => 1
)
)
----------------------------------------
Effective Permissions:
[ADMINISTRATOR] => 1
------------------------------------
[user] => Array
(
[Username] => admin
[ID] => 1
[RealName] =>
[Group] => 0
[Aliases] => Array
(
)
[workSpace] => Array
(
[dw1_tblFile] => Array
(
)
[dw1_tblTemplates] => Array
(
)
[dw1_tblnavigation] => Array
(
)
[dw1_tblObjectFiles] => Array
(
)
[dw1_tblNewsletter] => Array
(
)
[dw1_tblWebUser] => Array
(
)
)
[groups] => Array
(
)
[isWeSession] => 1
)
[liveUpdateSection] => update
|
Global: |
|