Code: Select all
General Error
SQL ERROR [ mysqli ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND poster_id = 7783' at line 4 [1064]
SQL
SELECT poster_id, topic_id FROM phpbb_posts WHERE topic_id = AND poster_id = 7783
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/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/ext/marcovo/hide_bbcode/event/listener.php
LINE: 149
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/ext/marcovo/hide_bbcode/event/listener.php
LINE: 129
CALL: marcovo\hide_bbcode\event\listener->check_user_posted_by_topicId()
FILE: [ROOT]/ext/marcovo/hide_bbcode/event/listener.php
LINE: 93
CALL: marcovo\hide_bbcode\event\listener->check_user_posted_by_postId()
FILE: (not given by php)
LINE: (not given by php)
CALL: marcovo\hide_bbcode\event\listener->check_user_posted_posting()
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]/posting.php
LINE: 104
CALL: phpbb\event\dispatcher->trigger_event()
test.decode_message_after
isn't used any more, but in place 2 other edits will have to be done. This fixes issues with content being hidden while it shouldn't be hidden, in case one is previewing a post or saving/loading a draft, for example. The changes made today are only in the parts of posting (composing & submitting posts) and drafts.Code: Select all
[DEV] Thanks for posts