I'm encountering a specific error only on one forum, viewforum.php?f=78. The error message is as follows:
Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/ext/rxu/postsmerging/event/listener.php on line 365: Undefined index: post_created
[phpBB Debug] PHP Notice: in file [ROOT]/ext/rxu/postsmerging/event/listener.php on line 366: Undefined index: post_created
I would greatly appreciate your help and insights in resolving this problem. Thank you in advance for your reply.
Below are the lines of code from 364 to 369 for reference:
Code: Select all
/**
* Modify sql queries to select post creation time
*
* @param \phpbb\event\data $event Event object
* @param string $eventname Name of the event
*/