anataya
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Which sqldump file to upload and how?Wonderful, but now there are a bunch of errors. None of the layout works (not that that’s a big problem for me since this won’t be public) and I can’t go through the archives; I get parse errors. However the search engine to find specific entries works fine and returns normal entries that show up and everything. https://www.hersoul.org/oldjesuis/
Forum: Installing WordPress
In reply to: “Sorry, no posts matched your criteria.” WTF?Perhaps later, but for now I think I’ve somewhat solved the problem.
There’s this line on my wp-comments page:
<input type="hidden" name="comment_post_ID" value="291" />
<input type="hidden" name="redirect_to" value="https://www.hersoul.org/index.php?p=291" />It goes to p=291, but since this is a new blog I don’t have a page like that for it to redirect to, so it says there are no entries to be found since I haven’t written that much yet. What should it be instead? I tried just setting it to index.php, but that only redirects commenters to the main page and doesn’t post the comment either.
Forum: Fixing WordPress
In reply to: Unknown and Unexplained parse errorPersistent, but none of my other databases have been affected.
Forum: Fixing WordPress
In reply to: Change size of archives calenderI’m not using the standard template, but I could create the same class in my own stylesheet, right?
Forum: Fixing WordPress
In reply to: Uploading an old WP SQL databaseWill I have to upload the congif file again and everything? Copying and pasting the code worked, but I’m still getting that second WordPress error. I’m not entirely sure which version it is, but it’s probably one of the newer ones, since I downloaded this sometime in the summer I think.
Forum: Fixing WordPress
In reply to: Making different categories display on diff pages*Sigh*
Forum: Fixing WordPress
In reply to: Making different categories display on diff pagesC’mon, I need help! I falling behind in everything. ;_;
Forum: Fixing WordPress
In reply to: Making different categories display on diff pagesHeh, okay, thanks. ^^;
Forum: Fixing WordPress
In reply to: Parse Errors with archives and entry displayAh, everything’s working perfectly. I always forget that bit of code. Thank you. ??
Forum: Fixing WordPress
In reply to: importing from b2*sighs* bump…
Forum: Fixing WordPress
In reply to: importing from b2The blogger import seems to be working fine, BTW.
Forum: Fixing WordPress
In reply to: importing from b2OKay, I went through thatm, and at step two I got a bunch of errors. Note that I already have WordPress installed, and that I just want to bring the old entries over. Here’s what I got:
First wea€?re going to add excerpt, post, and password functionality...
Database error: [Duplicate column name 'post_excerpt']
ALTER TABLE wp_posts ADD COLUMN post_excerpt text NOT NULL;
Database error: [Duplicate column name 'post_status']
ALTER TABLE wp_posts ADD post_status ENUM('publish','draft','private') NOT NULL, ADD comment_status ENUM('open','closed') NOT NULL, ADD ping_status ENUM('open','closed') NOT NULL, ADD post_password varchar(20) NOT NULL;
That went well! Now let's clean up the b2 database structure a bit...
Database error: [Can't DROP 'ID'. Check that column/key exists]
ALTER TABLE wp_posts DROP INDEX ID
One down, two to go...
Database error: [Table 'element_wordpress.wp_settings' doesn't exist]
ALTER TABLE wp_settings DROP INDEX ID
So far so good.
Database error: [Can't DROP 'post_karma'. Check that column/key exists]
ALTER TABLE wp_posts DROP post_karma
Almost there...
Database error: [Can't DROP 'ID'. Check that column/key exists]
ALTER TABLE wp_users DROP INDEX ID
Welcome to the family. Have fun!
And here’s the URL, if you can see it.
https://www.elementanime.net/jesuis/wp-admin/import-b2.php?step=2Forum: Fixing WordPress
In reply to: importing from b2It’s right here:
https://www.elementanime.net/jesuis/import-b2.php
And it’s okay. ;3Forum: Fixing WordPress
In reply to: importing from b2Dammit, this threads been pushed so far away. Time for a bump.
Forum: Fixing WordPress
In reply to: importing from b2And another thing, when I try ti import from blogger, I get this error:
Warning: main(../wp-config.php): failed to open stream: No such file or directory in /home/element/public_html/jesuis/import-blogger.php on line 18
Fatal error: main(): Failed opening required '../wp-config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/element/public_html/jesuis/import-blogger.php on line 18
And accordingly, line 18 in that file contains this:
require_once('../wp-config.php');
So…?