ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 31,360
- Points
- 823
Reputation:
Summary
Reproduce
Read more
Continue reading...
XF\Job\ApprovalQueueProcess crashes with InvalidArgumentException: Invalid string IP when the moderator log entry is created from CLI.Reproduce
- Have content (e.g. a post) sitting in the approval queue.
- A moderator approves it through the UI, which enqueues an
ApprovalQueueProcessjob rather than acting inline. - The job is later picked up by the CLI runner (
php cmd.php xf:run-jobs, or the system cron).
Read more
Continue reading...