Thanks.That's related to a thread which is attempting to be auto-featured, which has an attachment which is still listed in the database but has been deleted from the server.
On the page URL shown, or any page within the thread?
Thanks.That's related to a thread which is attempting to be auto-featured, which has an attachment which is still listed in the database but has been deleted from the server.
It's an 11 year old thread, which as already been featured and expired.That's related to a thread which is attempting to be auto-featured, which has an attachment which is still listed in the database but has been deleted from the server.
Unfortunately, I'm not.If you're sure of the thread
#2 library/CTA/FeaturedThreads/Model/Featured.php(410): CTA_FeaturedThreads_Model_Featured->applyFeaturedThreadImage(233003, '', 'jpg', '192', '192', 'featured_icon_d...', 'ctaFtIcon', 'icons')
#3 library/CTA/FeaturedThreads/Model/Featured.php(245): CTA_FeaturedThreads_Model_Featured->attachedFeaturedThreadImage(Array, 233003, '', 'featured_icon_d...', 'ctaFtIcon', 'icons')
That's related to a thread which is attempting to be auto-featured, which has an attachment which is still listed in the database but has been deleted from the server.
What does 233033 in the above represent? Attachment|Post|Thread id? Seems to be the only identifying id in the error contents that I could use to track down and identify/fix the issue?Code:#2 library/CTA/FeaturedThreads/Model/Featured.php(410): CTA_FeaturedThreads_Model_Featured->applyFeaturedThreadImage(233003, '', 'jpg', '192', '192', 'featured_icon_d...', 'ctaFtIcon', 'icons') #3 library/CTA/FeaturedThreads/Model/Featured.php(245): CTA_FeaturedThreads_Model_Featured->attachedFeaturedThreadImage(Array, 233003, '', 'featured_icon_d...', 'ctaFtIcon', 'icons')
It should be the thread ID.
mysql> select position, post_id, attach_count from xf_post where thread_id = 233003;
+----------+---------+--------------+
| position | post_id | attach_count |
+----------+---------+--------------+
| 0 | 3079365 | 1 |
| 1 | 3079464 | 0 |
| 2 | 3079551 | 0 |
| 3 | 3079854 | 1 |
| 4 | 3079974 | 0 |
| 5 | 3080009 | 0 |
| 6 | 3080024 | 0 |
| 7 | 3080114 | 0 |
| 8 | 3080305 | 0 |
| 9 | 3080334 | 1 |
| 10 | 3080336 | 0 |
| 11 | 3080351 | 0 |
| 12 | 3080414 | 0 |
| 13 | 3080440 | 0 |
+----------+---------+--------------+
14 rows in set (0.00 sec)
Yes, I can manually feature threads with no error (front-end or ACP error log) - including the example thread (id 233033) above that appears to fail automatic featuring.Do any threads with attachments work when they are featured?
Is there anything in the database for this thread?
mysql> select position, post_id, attach_count from xf_post where thread_id = 54248;
+----------+---------+--------------+
| position | post_id | attach_count |
+----------+---------+--------------+
| 0 | 948849 | 0 |
| 1 | 948859 | 0 |
| 2 | 948861 | 0 |
| 3 | 948863 | 0 |
| 4 | 948902 | 0 |
| 5 | 948929 | 0 |
+----------+---------+--------------+
6 rows in set (0.00 sec)
Perhaps. Thanks.If you can manually feature it then perhaps it was just a temporary glitch?
We use essential cookies to make this site work, and optional cookies to enhance your experience.