PHP errors in pCurlConnection.php
-
Hello,
We are hosting a site at WPEngine and are attempting to use the most recent version of postie and a gmail account using pop3-ssl, cURL. I have turned on Allow less secure apps in gmail and I get this error:
Warning: array_filter() expects parameter 2 to be a valid callback, function ‘popoutput’ not found or invalid function name in /nas/content/staging/nwicis/wp-content/plugins/postie/lib/pCurlConnection.php on line 85
Warning: array_walk() expects parameter 1 to be array, null given in /nas/content/staging/nwicis/wp-content/plugins/postie/lib/pCurlConnection.php on line 86
Warning: array_merge(): Argument #2 is not an array in /nas/content/staging/nwicis/wp-content/plugins/postie/lib/pCurlConnection.php on line 87
When I check those lines in the pCurlConnection.php and copy the function popoutput and try searching for it in online documentation I can find no reference to the function. Is there something I can do to get this working? These seem to be the only outstanding issue. I can see that it can pull the accurate email count but it doesn’t post the emails in that account.
Any help would be appreciated.
The topic ‘PHP errors in pCurlConnection.php’ is closed to new replies.