XenForo
Administrative
- Thread starter
- Admin
- #1
The following error will occur:
Under the following conditions:
SELECT * FROM
INNER JOIN xf_attachment_data ON xf_attachment.data_id = xf_attachment_data.data_id
INNER JOIN xf_mg_media_item ON xf_attachment.content_id = xf_mg_media_item.media_id
WHERE xf_attachment.content_type = 'xfmg_media'
AND xf_attachment_data.width = 0
AND xf_mg_media_item.media_type =...
Read more
ادامه مطلب...
Error: Call to a member function getWidth() on null src/addons/XFMG/Service/Media/Watermarker.php:53
Click to expand...
Under the following conditions:
SELECT * FROM
xf_attachment
INNER JOIN xf_attachment_data ON xf_attachment.data_id = xf_attachment_data.data_id
INNER JOIN xf_mg_media_item ON xf_attachment.content_id = xf_mg_media_item.media_id
WHERE xf_attachment.content_type = 'xfmg_media'
AND xf_attachment_data.width = 0
AND xf_mg_media_item.media_type =...
Read more
ادامه مطلب...