Quantcast
Channel: Tapatalk Support Group
Viewing all articles
Browse latest Browse all 292

Mobile App • phpbb 3.3.12 with ext imgupload PHP Error in Post

$
0
0
Forum: phpBB 3.3.12
extention: imgupload Version: 1.4.6 from 2024-07-14
git: https://github.com/IMC-GER/phpBB-Image- ... agick/tags
php 8.3.
Example Post: https://www.opena.tv/viewtopic.php?p=570030#p570030

Error: see Picture



i add some sani check to php but no changes

    // Find image in attachment, delete attachment
    if (!empty($matches[1])) {
        foreach ($matches[1] as $image) {
            foreach ($post_attachments[$row['post_id']] as $key => $attachment) {
                if (strpos($attachment, $image) !== false) {
                    unset($post_attachments[$row['post_id']][$key]);
                }
            }
        }
    }

statistics: Posted by openatv5:39 AM - Today — Replies 2 — Views 36



Viewing all articles
Browse latest Browse all 292

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>