Rasmus Vind
Guest
offline
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...