DevonTT
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error importing from .sql databaseOK, I’ll give that a try, thanks!
Forum: Fixing WordPress
In reply to: Error importing from .sql databaseSo, delete all the tables in the new database?
Forum: Fixing WordPress
In reply to: Error importing from .sql databaseYes, the table I’m importing into is the database created by the new WP installation.
Forum: Fixing WordPress
In reply to: Error importing from .sql databaseWell, I just tried exporting the .sql database as an .xml file, then importing it into WP using the Import tool. I got this message:
Sorry, there has been an error.
This does not appear to be a WXR file, missing/invalid WXR version numberForum: Fixing WordPress
In reply to: Error importing from .sql databaseThe table that existed is in the .sql file from when the site was active three years ago. I assume these are typical tables for even old WP installations.
Forum: Fixing WordPress
In reply to: Error importing from .sql databaseHere is the error I got when trying to import the database:
Error
SQL query:—
— Database:michaelb_wpmb
—— ——————————————————–
—
— Table structure for tablewp_comments
—CREATE TABLE
wp_comments(
comment_IDbigint(20) UNSIGNED NOT NULL,
comment_post_IDbigint(20) UNSIGNED NOT NULL DEFAULT ‘0’,
comment_authortinytext COLLATE utf8mb4_unicode_ci NOT NULL,
comment_author_emailvarchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
comment_author_urlvarchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
comment_author_IPvarchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
comment_datedatetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
comment_date_gmtdatetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
comment_contenttext COLLATE utf8mb4_unicode_ci NOT NULL,
comment_karmaint(11) NOT NULL DEFAULT ‘0’,
comment_approvedvarchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ‘1’,
comment_agentvarchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFA[…]
MySQL said: Documentation#1050 – Table ‘wp_comments’ already exists
Forum: Fixing WordPress
In reply to: Error importing from .sql databaseYes, I did those steps and got an error, which led me here: “If you get an error message, your best bet is to post to the WordPress support forums to get help.”
Forum: Fixing WordPress
In reply to: Final step in importing posts?Never mind… Finally found this: https://ww.wp.xz.cn/support/topic/how-to-create-blog-page-on-existing-wordpress-site?replies=13
Forum: Fixing WordPress
In reply to: NSXUL Folder?You’re a genius! I removed a plugin related to Facebook–problem solved! Thank you!
Forum: Fixing WordPress
In reply to: NSXUL Folder?I’ve learned a bit more since posting my question… It seems this is a Facebook issue. I used the Facebook debugging tool, and it’s definitely showing that the address is being redirected (the temp redirect folder is now called “RUKMN”).
A number of people have been complaining about this issue. So far, I haven’t found a solution. I’m hoping that it’s a temporary Facebook glitch.
Response Code: 404
Fetched URL: http://pollywoginc.com/blog/2013/05/28/a-new-spin-on-tires/
Canonical URL: http://pollywoginc.com/blog/2013/05/28/a-new-spin-on-tires/
Final URL: http://pollywoginc.com/RUKMN/blog/2013/05/28/a-new-spin-on-tires/Forum: Developing with WordPress
In reply to: failed to open stream errorI’m having the same problem, but the file IS there, and the permissions do allow public reading and execution. So why am I still getting this error? It’s breaking WP entirely and I can’t even access the admin panel.
The file it’s looking for is a plugin. Is there a way to manually edit a .php file so it stops looking for it?
Forum: Fixing WordPress
In reply to: Displaying the latest post title on a regular home pageWhat would it look like if I wanted to include the date and time of the post?
Also, what if you wanted to display more than one headline (with time and date)?
Thx
Forum: Fixing WordPress
In reply to: Question on Comments and the LoopThanks for the detailed explanation! I’m trying to show all the most recent posts with their comments expanded. Here’s the site:
As you can see, the page displays all posts, but not the comments. Users have to note the number of comments under each post (if any) and then click in order to read them. I’d like for any post that has comments to automatically display in its expanded state.
Forum: Fixing WordPress
In reply to: Question on Comments and the LoopWell, heck. I thought I finally had my problem solved. Turns out the above code only displays the comments and not the post AND comments as I’d hoped.
Thanks for your help, doodlebee. I don’t suppose you know how to tweak the code so that it will show the post plus comments to it when the page loads?
Forum: Fixing WordPress
In reply to: Show Comments by DefaultApparently nobody knows the answer to this.