02-Oct-2017, 09:04 PM
Hi,
I'm having trouble with user uploaded images. On the comments page it only shows "Upload" in place of the picture thumbnails and clicking on it only produces blanks. However, in the backend the thumbnails and pictures work just fine.
The source code for that section is:
<a href="" data-cmtx-rel="cmtx_rel_11" class="cboxElement">
<img src="" class="cmtx_upload" alt="Upload">
</a>
In frontend error reporting multiple errors are recorded:
PHP Notice: Undefined index: image in /.../comments/frontend/view/default/template/main/comment.tpl on line 115
This is a new installation. During testing, the first uploaded image did successfully show up. It seems the problem appeared after I deleted the first comment and its user, I'm not sure though.
Please help, thanks.
I'm having trouble with user uploaded images. On the comments page it only shows "Upload" in place of the picture thumbnails and clicking on it only produces blanks. However, in the backend the thumbnails and pictures work just fine.
The source code for that section is:
<a href="" data-cmtx-rel="cmtx_rel_11" class="cboxElement">
<img src="" class="cmtx_upload" alt="Upload">
</a>
In frontend error reporting multiple errors are recorded:
PHP Notice: Undefined index: image in /.../comments/frontend/view/default/template/main/comment.tpl on line 115
This is a new installation. During testing, the first uploaded image did successfully show up. It seems the problem appeared after I deleted the first comment and its user, I'm not sure though.
Please help, thanks.