Duplicate error in thread_create template

Gia Bảo

Member
Template Errors: thread_create

  1. Illegal string offset 'thumbnailUrl'in /var/www/html/library/XenForo/Template/Abstract.php(265) : eval()'d code, line 416:
    415: <li id="' . (($__compilerVar12) ? ('AttachedFileTemplate') : ('attachment' . htmlspecialchars($__compilerVar13['attachment_id']))) . '"
    416: class="AttachedFile ' . (($__compilerVar13['thumbnailUrl']) ? ('AttachedImage') : ('')) . ' secondaryContent">
    417:
  2. Illegal string offset 'thumbnailUrl'in /var/www/html/library/XenForo/Template/Abstract.php(265) : eval()'d code, line 420:
    419: ';
    420: if ($__compilerVar13['thumbnailUrl'])
    421: {
  3. Illegal string offset 'filename'in /var/www/html/library/XenForo/Template/Abstract.php(265) : eval()'d code, line 435:
    434: $__compilerVar14 .= '
    435: <!--<img src="' . XenForo_Template_Helper_Core::styleProperty('imagePath') . '/xenforo/widgets/page.png" alt="' . htmlspecialchars($__compilerVar13['filename']) . '" />-->
    436: <span class="genericAttachment"></span>
  4. Illegal string offset 'filename'in /var/www/html/library/XenForo/Template/Abstract.php(265) : eval()'d code, line 443:
    442: <div class="AttachmentText">
    443: <div class="Filename"><a href="' . XenForo_Template_Helper_Core::link('attachments', $__compilerVar13, array()) . '" target="_blank">' . htmlspecialchars($__compilerVar13['filename']) . '</a></div>
    444:
 
Top Bottom