InvalidArgumentException: Invalid string IP

Status
This content is read-only, or is not open for further replies.

Rasmus Vind

Guest
offline
Summary
XF\Job\ApprovalQueueProcess crashes with InvalidArgumentException: Invalid string IP when the moderator log entry is created from CLI.

Reproduce
  1. Have content (e.g. a post) sitting in the approval queue.
  2. A moderator approves it through the UI, which enqueues an ApprovalQueueProcess job rather than acting inline.
  3. The job is later picked up by the CLI runner (php cmd.php xf:run-jobs, or the system cron).
...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom