Weil ich alles neu aufsetze, habe ich alle Bannertypen gelöscht. Nun kann ich die Seite "Integrationen" nicht mehr aufrufen.
PHP
Error Message:
wcf\util\StringUtil::formatNumeric(): Argument #1 ($numeric) must be of type int|float, null given, called in /var/www/clients/client1/web10/web/acp/templates/compiled/0_wcf_1_easyadsIntegrationList.php on line 689
Error Type:
TypeError
*/lib/util/StringUtil.class.php:188
Template Context:
$this->pluginObjects['wcf\system\template\plugin\LinkBlockTemplatePlugin']->init($this->tagStack[count($this->tagStack) - 1][1], $this);
while ($this->pluginObjects['wcf\system\template\plugin\LinkBlockTemplatePlugin']->next($this)) { ob_start(); ?><?php echo $this->pluginObjects['wcf\system\template\plugin\LinkBlockTemplatePlugin']->execute($this->tagStack[count($this->tagStack) - 1][1], ob_get_clean(), $this); }
array_pop($this->tagStack);?>"><?=wcf\util\StringUtil::encodeHTML($this->v['integration']->title);?></a>
</td>
====> <td class="columnText columnTypeID"><?=wcf\util\StringUtil::formatNumeric($this->v['integration']->typeID);?><?php if ($this->v['integration']->getBannerType() !== null) { ?>
- <?=wcf\util\StringUtil::encodeHTML($this->v['integration']->getBannerType()->title);?><?php } ?></td>
<td class="columnText columnTemplate"><?=wcf\util\StringUtil::encodeHTML($this->v['integration']->template);?></td>
<td class="columnText columnEvent"><?=wcf\util\StringUtil::encodeHTML($this->v['integration']->event);?></td>
</tr>
<?php }
Alles anzeigen