Have it, its the "Scheuer-Script" + the rest, so fully based by this mod (Demo I - Demo II). So a direct port or fork, enough for giving full credit to the linked author.[email protected] wrote:Subject founder(!): http://www.phpbbguru.net/community/topic42517.html
Code: Select all
General Error
SQL ERROR [ mysqli ]
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') AND t.forum_id NOT IN (0) GROUP BY a.topic_id DESC LIMIT 9' at line 8 [1064]
SQL
SELECT a.attach_id, a.post_msg_id, a.physical_filename, a.real_filename, a.extension, t.topic_title FROM phpbb_attachments a, phpbb_forums f, phpbb_topics t WHERE (mimetype = "image/jpeg" OR mimetype = "image/png" OR mimetype = "image/gif") AND f.forum_id = 72 AND a.topic_id = t.topic_id AND t.forum_id IN (4, 5, 6, 21, 22, 23, 41, 62, 63, 64, 65, 68, 69, 70, 71, 72) AND t.topic_id NOT IN (65,) AND t.forum_id NOT IN (0) GROUP BY a.topic_id DESC LIMIT 9
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 194
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/mysql_base.php
LINE: 45
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 261
CALL: phpbb\db\driver\mysql_base->_sql_query_limit()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 321
CALL: phpbb\db\driver\driver->sql_query_limit()
FILE: [ROOT]/ext/bb3mobi/imgposts/event/listener.php
LINE: 174
CALL: phpbb\db\driver\factory->sql_query_limit()
FILE: [ROOT]/ext/bb3mobi/imgposts/event/listener.php
LINE: 64
CALL: bb3mobi\imgposts\event\listener->last_images_attachment()
FILE: (not given by php)
LINE: (not given by php)
CALL: bb3mobi\imgposts\event\listener->last_forum_images()
FILE: [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php
LINE: 164
CALL: call_user_func()
FILE: [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php
LINE: 53
CALL: Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()
FILE: [ROOT]/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php
LINE: 167
CALL: Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 40
CALL: Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch()
FILE: [ROOT]/viewforum.php
LINE: 404
CALL: phpbb\event\dispatcher->trigger_event()
IN (4, 5, 6, 21, 22, 23, 41, 62, 63, 64, 65, 68, 69, 70, 71, 72) AND t.topic_id
NOT IN (65,)
FixedGeneral Error
SQL ERROR [ mysqli ]