handywebman1
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] Any way to get the Message-ID from the $headers arrayHmm, okay. I resent from a different email address (my personal).
Forum: Plugins
In reply to: [Postie] Any way to get the Message-ID from the $headers arrayOkay, I sent the zip file along per the instructions provided by the support plugin. I saw in the debug info that it did indeed show the Message ID, formatted as “Message Id”, so it looks promising!
Forum: Plugins
In reply to: [Postie] Any way to get the Message-ID from the $headers arrayHi @wayneallen-1, thank you for your response.
I do see the message-id in the $headers array, but it always comes back as empty.
Here is what Postie is returning for the message-id and subject:
["message-id"]=> string(68) "" ["subject"]=> string(4) "test"And here is what I see when I view the “orginal” from Gmail:
Message-ID: <CAD-qsnMf9NBdyd-inkGEYcCtLr7601xo2HEzjPZgYWU74SJYnw@mail.gmail.com> Subject: testI am wondering if the $headers variable isn’t picking up the Message ID because of the capitalization?
Anyhow, any insight you might have on this would be extra supportive.Thanks again.
Ben
- This reply was modified 3 years, 3 months ago by handywebman1.
Forum: Plugins
In reply to: [User Switching] Will NOT Switch Away from My Own AccountSame exact thing is happening with me. I use Flywheel hosting, and I’m sure they are using an Object Cache. If I go into DEBUG mode, or “Development Mode” (no cache), user switching works fine.
Is there any way around the caching issue, so we wouldn’t need to take the performance hit on the entire site in order to run this awesome plugin?
- This reply was modified 3 years, 6 months ago by handywebman1.
Forum: Fixing WordPress
In reply to: Plugin shortcode doesn’t work on one server, but does on the otherThanks for your input @contentiskey iskey and @jaycbrf. I checked both PHP versions and even tried switching them to different versions. And the error that is showing is when I set WP_DEBUG to true, and it shows up on the live site too, so seems to be unrelated.
The weird thing is, I’ve got the same exact site running on my test server in 2 different languages (so 2 more sites) and the plugin/shortcodes work fine, so it doesn’t seem to be a server related issue.
Forum: Fixing WordPress
In reply to: Plugin shortcode doesn’t work on one server, but does on the otherThanks for your input @conteniskey and @jaycbrf. I checked both PHP versions and even tried switching them to different versions. And the error that is showing is when I set WP_DEBUG to true, and it shows up on the live site too, so seems to be unrelated.
The weird thing is, I’ve got the same exact site running on my test server in 2 different languages (so 2 more sites) and the plugin/shortcodes work fine, so it doesn’t seem to be a server related issue.
Forum: Fixing WordPress
In reply to: WP admin, even 3.3, incredibly slow.I did the WP-CONFIG change — [ define(‘WP_MEMORY_LIMIT’, ‘512M’); ], and I modified the WP-CONTENT folder’s permissions: Using Filezilla for FTP, I right-clicked on the WP-CONTENT folder, selected ‘File Permissions’, and changed the permissions to 755, selecting the checkbox ‘Recurse into subdirectories’ — this last part is what ended up fixing my problem for good.