late2game
Forum Replies Created
-
Forum: Plugins
In reply to: [Post By Email] Error 404 When CheckI’m having the same issue on PHP 5.3.27 (WP 4.0):
Catchable fatal error: Argument 3 passed to Horde_Imap_Client_Exception_ServerResponse::__construct() must be an instance of Horde_Imap_Client_Interaction_Server, integer given, called in /nfs/c09/h01/mnt/189203/domains/urbanleague.ca/html/wp-content/plugins/post-by-email/include/Horde/Imap/Client/Socket.php on line 3946 and defined in /nfs/c09/h01/mnt/189203/domains/urbanleague.ca/html/wp-content/plugins/post-by-email/include/Horde/Imap/Client/Exception/ServerResponse.php on line 55
When I switch to 5.5.6 I get:
Strict Standards: Redefining already defined constructor for class SLT_LockPages in /nfs/c09/h01/mnt/189203/domains/urbanleague.ca/html/wp-content/plugins/lock-pages/lock-pages.php on line 59
Catchable fatal error: Argument 3 passed to Horde_Imap_Client_Exception_ServerResponse::__construct() must be an instance of Horde_Imap_Client_Interaction_Server, integer given, called in /nfs/c09/h01/mnt/189203/domains/urbanleague.ca/html/wp-content/plugins/post-by-email/include/Horde/Imap/Client/Socket.php on line 3946 and defined in /nfs/c09/h01/mnt/189203/domains/urbanleague.ca/html/wp-content/plugins/post-by-email/include/Horde/Imap/Client/Exception/ServerResponse.php on line 55
Using POP I only get “An error occurred: POP3 server denied authentication.” in the log.
This is using a GMail account with relaxed security.
Thoughts?