stickwithjosh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I am having trouble importing a TextPattern blogI got similar errors, what I had to do was export the textpattern database into the same database that wordpress was using, shouldn’t be a problem because you probably have wp_ and txp_ prefixes on all of the tables.
Forum: Fixing WordPress
In reply to: if (is_page & childrenJust through the first bit of code into a file named functions.php in your wp-content/themes/yourthemename folder and put the second bit in the place where it goes. Should work like gangbusters.
Forum: Fixing WordPress
In reply to: I am having trouble importing a TextPattern blogOk, I was able to get this working fairly easy, I was just using the wrong database settings. Looks like you also want to import your data into the wp database to make things work as well. Some basic DIE statements should be added to the script, but I’m guessing it hasn’t been a problem, since I’ve only seen a few mentions of this around.
Forum: Fixing WordPress
In reply to: I am having trouble importing a TextPattern blogI’m also having some difficulty importing a textpattern blog. I’m guessing the textpattern script isn’t doing any error handling because even putting in bogus information to test turns up no errors and “0 categories found” instead of content.
I’ll post here as I debug and try to find a solution.