Error: Secret key is invalid.
-
I’m trying to get the email ingest working. If I run the following command from the command line:
php wp-cli.phar p2-by-email ingest-emails
I get the message: Success: 0 emails processed.
even though there are 4 emails in the inbox. I had a look at the code in the ingest_emails function in class-p2be-email-replies.php and I noticed there was no final else inside the foreach statement to catch the error (a no-no). If I add the following code at line 183:
else { return $ret; }
Then it prints out the proper error message: “Error: Secret key is invalid”
Do you know why I’m getting this error? I’ve just installed the latest WordPress, and the latest P2.
Clayton
- The topic ‘Error: Secret key is invalid.’ is closed to new replies.