Robert
Forum Replies Created
-
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] Recaptcha dont work on checkoutCheck you have the right plugin forum. It is working fine on our WooCommerce page
Forum: Plugins
In reply to: [Responsive Flickr Slideshow] Set Latest AlbumUnable to mark resolved under any account. Most annoying, WordPress…
Forum: Plugins
In reply to: [Link Manager] No longer works as of 3.9.1Thanks. If links had a certain future, I’d consider it. but given it’s deprecated and could possibly be removed permanently at some point, I think I’ll handle what it was doing for us a different way. Good luck!
Forum: Plugins
In reply to: [Link Manager] No longer works as of 3.9.1With all plugins stripped away on a single-site installation I now see the links sidebar item again. Unfortunately, the custom plugin that is causing this to go away is one that we need, so I’ll switch tactic and uninstall Link Manager at this point. The plugin is based on WP-MVC, which in itself doesn’t seem to cause a problem. But something about our custom code that adds new content types and manipulates the admin sidebar panel is causing Links to disappear. Thanks anyway.
Forum: Plugins
In reply to: [Postie] tmptitle-draftI can’t believe our server didn’t have mbstring installed as a shared module either! It’s become a standard for me, so I didn’t even think of it. We got it installed, and now Postie is working like a dream–including with attached images. Many thanks! (Might want to make the prerequisites in terms of PHP modules very clear on the README or similar if this keeps happening). Thanks again!
Forum: Plugins
In reply to: [Postie] tmptitle-draftSent, thanks for anything you can do to help us. Would love to use this plugin!
Forum: Plugins
In reply to: [Postie] tmptitle-draftHere also is the contents of the file /usr/www/html/XXXX/blog/wp-content/plugins/postie/test_emails/CAF1P5evfXRbD8KXCr\=coVTd+OZxk81yV0NhBTgGn7obKWZJcJw\@mail.gmail.com-mime.txt, showing how it populated the object from the email message:
stdClass Object ( [headers] => Array ( [received] => Array ( [0] => from mail-ia0-f173.google.com ([X.X.X.X]) by XXXX with ESMTP id 2013011707104800-1180649 ; Thu, 17 Jan 2013 07:10:48 -0800 [1] => by mail-ia0-f173.google.com with SMTP id l29so489554iag.18 for <[email protected]>; Thu, 17 Jan 2013 07:10:47 -0800 (PST) [2] => by 10.64.47.73 with HTTP; Thu, 17 Jan 2013 07:10:47 -0800 (PST) ) [date] => Thu, 17 Jan 2013 15:10:47 +0000 [message-id] => <CAF1P5evfXRbD8KXCr=coVTd+OZxk81yV0NhBTgGn7obKWZJcJw@mail.gmail.com> [subject] => Here is another post title [from] => [email protected] [to] => [email protected] [content-type] => text/plain; charset=ISO-8859-1 [x-google-dkim-signature] => v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:date:message-id:subject :from:to:content-type:x-gm-message-state; bh=pWMPcNyQdwWZ/9y8J+7DvJ7UhjOKNB0Ipbd4BXelmdM=; b=HT+n2vF4BXs6NQx0yxnvzdRFzvTmfk1wmoxvLl7ApF4DCwmL3JA89yKhDG88mfpIf0 q9DBAX78q1bL5QW1yTfi+T/E1ZWPv1U7HW07qNZalrU0ZH8XVWinoSJwdxHhPVJF+ZtB EiQWmuTwqSu5d9B1BMdoTU0w7plXoO3QhOI9USR4Q5FT+ec7q7iHIuzqu9DKWvpCM93h DY/+whCwZykqjrBRjXmrThfasg3/Z5WbfhnlEmsZ/MQQo/+RBtmHEt+NegTusq3mXQe6 7bf1YmWDpcJoTs8QBU7afm+nGH2Y5W2R92QX8jmaFl6WNitNDmofdp0n/pci7f+/bjq+ U/bA== [mime-version] => 1.0 [x-received] => by X.X.X.X with SMTP id a1mr8025810igl.7.1358435447693; Thu, 17 Jan 2013 07:10:47 -0800 (PST) [x-originating-ip] => [X.X.X.X] [x-gm-message-state] => ALoCoQlO0CXBJQXrQRNbvHuXyouuH1XPLshL3wUnib7pE9Kx4Azu3FgUkLsFMCXE1cIcE3yOy0zh [x-mimetrack] => Itemize by SMTP Server on XXXX at 01/17/2013 07:10:48 AM ) [ctype_primary] => text [ctype_secondary] => plain [ctype_parameters] => Array ( [charset] => ISO-8859-1 ) [body] => And here is another post body [parts] => Array ( ) )The email I sent had a subject line of “Here is another post title” and a body containing just “And here is another post body”.
Forum: Plugins
In reply to: [Postie] tmptitle-draftThanks for that. Unfortunately, I just installed it and the problem persists.
What’s odd is that in the debug log where its says “Postie: Subject:” it does show the subject of the message and in “Postie: looking for signature in:” it displays the whole body. But neither the subject nor body make it across to the post–it just ends up being tmpTitle and tmpPost.
Here is an example:
[17-Jan-2013 15:11:17] Postie: ---- [17-Jan-2013 15:11:17] Postie: Predecoded subject: Here is another post title [17-Jan-2013 15:11:17] Postie: subject before htmlentities: Here is another post title [17-Jan-2013 15:11:17] Postie: subject after htmlentities: Here is another post title [17-Jan-2013 15:11:17] Postie: Subject: Here is another post title [17-Jan-2013 15:11:17] Postie: looking for signature in: And here is another post bodyI should mention I’m on the latest version of WP and the Postie plugin.
Forum: Plugins
In reply to: [Postie] tmptitle-draftWe get “tmpTitle” for the title and “tmpPost” for the body when sending in new posts from a valid Contributor account saved as drafts. I enabled debugging and here is the output:
[17-Jan-2013 14:48:48] Postie: Checking for mail manually [17-Jan-2013 14:48:48] Postie: Starting mail fetch [17-Jan-2013 14:48:48] Postie: Time: 2013-01-17 14:48:48 GMT [17-Jan-2013 14:48:48] Postie: Connecting to X.X.X.X:143 (imap) [17-Jan-2013 14:48:48] Postie: There are 1 messages to process [17-Jan-2013 14:48:48] Postie: memory at start of e-mail processing:21564164 [17-Jan-2013 14:48:48] Postie: Error log: /usr/www/html/XXXX/blog/wp-content/debug.log [17-Jan-2013 14:48:48] Postie: ------------------------------------ [17-Jan-2013 14:48:48] Postie: The directory /usr/www/html/XXXX/blog/wp-content/plugins/postie/test_emails/ does not exist, creating this optional directory will allow saving copies of emails for debugging purposes. [17-Jan-2013 14:48:48] Postie: Confirming Access For [email protected] [17-Jan-2013 14:48:48] Postie: posting as user 17 [17-Jan-2013 14:48:48] Postie: new post id is 4483 [17-Jan-2013 14:48:48] Postie: Message Id is :<CAF1P5etAxnFC2Q9M9meW0=2ykXw+3VLvMjj2C35nS+QKX7R2UA@mail.gmail.com> [17-Jan-2013 14:48:48] Postie: FilterTextParts: begin 0 [17-Jan-2013 14:48:48] Postie: FilterTextParts: end [17-Jan-2013 14:48:48] Postie: primary= text, secondary = plain [17-Jan-2013 14:48:48] Postie: ctype_primary: text [17-Jan-2013 14:48:48] Postie: charset: ISO-8859-1 [17-Jan-2013 14:48:48] Postie: plain text [17-Jan-2013 14:48:48] Postie: html allowed [17-Jan-2013 14:48:48] Postie: meta return: Test [17-Jan-2013 14:48:48] Postie: ---- [17-Jan-2013 14:48:48] Postie: Predecoded subject: Test [17-Jan-2013 14:48:48] Postie: subject before htmlentities: Test [17-Jan-2013 14:48:48] Postie: subject after htmlentities: Test [17-Jan-2013 14:48:48] Postie: Subject: Test [17-Jan-2013 14:48:48] Postie: looking for signature in: Test