dsbw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalinks SOMETIMES brokenJacob,
Thanks. I searched for “permalinks” on what I thought was the right text but I didn’t see this.
So, I switched to the 2020 theme, changed permalinks and changed back. But 2020 is showing the same phenomenon. The post shows as 2012-July-16 on the page, it was posted on 2012-July-16, but the link generated is for 2012/07/17.
Forum: Fixing WordPress
In reply to: "Add Media"Anyone looking for a solution to this problem can just download the OnePress Image Elevator which exactly allows what I was looking for (the ability to copy and paste images from the clipboard, which then get added to the media library).
There may be others. This one was free (for non-premium) and the first one I found.
Forum: Plugins
In reply to: [Blogger Importer] About how much memory?Welp, my hack failed and adding a new author to the blog didn’t help.
Crap.
Forum: Plugins
In reply to: [Blogger Importer] About how much memory?OK, I found this error is not uncommon in WordPress, though I haven’t found it in blogger-import. I managed to suppress the error by adding this code prior to the line causing the problem:
if (is_array ($authors))
Right before line 225 where it says:
foreach ($authors as $author) {…
So, no error, but also no posts. I’m going to guess it’s because I haven’t set any of the author data. My blog is a single-author blog, which I think may be the source of the problem.
For those encountering a similar problem, a simple fix MIGHT be to add another author to the blog and re-download and try again, but I’m going to try to copy the code from the foreach block into a new block first.
Forum: Plugins
In reply to: [Blogger Importer] About how much memory?Well, crap, I pruned the data and got the same error:
Warning: Invalid argument supplied for foreach() in /home/wp-content/plugins/blogger-importer/blogger-importer.php on line 225
So, it looks like I’m screwed. =(
Forum: Plugins
In reply to: [Blogger Importer] About how much memory?Aha! So, I did turn on WP_DEBUG, and managed to boost the memory to 256MB, at which point I got an out of memory error. So I boosted it to 512MB and got:
Warning: Invalid argument supplied for foreach() in /home/wp-content/plugins/blogger-importer/blogger-importer.php on line 225
Anything I can do about this?
I tested with a smaller blog and it seemed pretty slick, so it’d be nice to use. Maybe I download it locally, do some pruning and try again, but I’d hate to do that and get the same error, since the pruning will be time consuming.
Forum: Plugins
In reply to: [Blogger Importer] About how much memory?Welp, I just set it 512 and no joy. Is there a log somewhere I can confirm that memory is the problem?