frankenboy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS Feed Showing Comments Only?I’ve change the call to RSS-Feed
from
-> /wpwetter/index.php/feed/
to
-> /wpwetter/?feed=rssNow it works – Thank you
Forum: Fixing WordPress
In reply to: RSS feed shows RSS comments after updateI’ve change the call to RSS-Feed
from
-> /wpwetter/index.php/feed/
to
-> /wpwetter/?feed=rssNow it works – Thank you
Forum: Fixing WordPress
In reply to: RSS Feed Showing Comments Only?I’ve changed the fixed row (fix 2379) in module: -> wp-includes/classes.php
but the fix DOESN’T work for me.Then I found out, that:
When the URL has the following ending
-> /index.php/feed/
then only comments are displayed!
When I change the URL to the following ending
-> /index.php/?feed=rss2
the feed works and my posts are shown.
QUESTION:
Where can I change these values and set them to “/?feed=rss2” ?Forum: Fixing WordPress
In reply to: RSS feed shows RSS comments after updateI’ve changed the fixed row (fix 2379) in module: -> wp-includes/classes.php
but the fix DOESN’T work for me.Then I found out, that:
When the URL has the following ending
-> /index.php/feed/
then only comments are displayed!
When I change the URL to the following ending
-> /index.php/?feed=rss2
the feed works and my posts are shown.
QUESTION:
Where can I change these values and set them to “/?feed=rss2” ?Forum: Fixing WordPress
In reply to: RSS Feed Showing Comments Only?I’ve got the same problem and had applied a fix (ticket 2379) to wp-includes/classes.php and the result was negative! This fix didn’t fix my problem. I still got RSS feeds with all the comments of my website.
When using the “Default Permalink Structure” my RSS Feed runs well. Using the “Permalink Customer Structure” with the values:
/index.php/%year%/%monthnum%/%day%/%postname%/
the RSS Feed fails and shows only the comments.
Thank’s for tipps
frankenboyForum: Fixing WordPress
In reply to: RSS feed shows RSS comments after updateI’ve got the same problem, have this fix (ticket 2379) also implemented to wp-includes/classes.php and the result is negative! This fix doesn’t fix my problem. I still get RSS feeds with the comments of my website.
When I use the default permalink structure my RSS Feed runs well. Using the Customer Structure of permalinks with the values:
/index.php/%year%/%monthnum%/%day%/%postname%/
the RSS Feed fails and shows only the comments.
Thank’s for tipps
frankenboyForum: Fixing WordPress
In reply to: WP 20 can write posts to my DB but can not read themHi bob58
That was the solution! After creating a /tmp subfolder in the mysql-folder, my WordPress 2.0 Database runs. I can now see all my posts und they are displayed in my “Rentnerblog”!
Thank you very much for spending your time to resolve my problem:
FrankenboyForum: Fixing WordPress
In reply to: WP 20 can write posts to my DB but can not read themNow I’ve found an error-message in the header section of my blog:
WordPress database error: [Can’t create/write to file ‘C:\Programme\TSW\DB\MySQL4\tmp\#sql_120_0.MYI’ (Errcode: 2)]
SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND post_date_gmt <= ‘2006-02-06 16:38:59’ AND (post_status = “publish” OR post_author = 1 AND post_status != ‘draft’ AND post_status != ‘static’) AND post_status != “attachment” GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 10Forum: Fixing WordPress
In reply to: WP 20 can write posts to my DB but can not read themI’ve installed wordpress20 completely new .
These are the Versions I’m using:
MySql -> 4.0.24
phpP-> 4.3.8
phpMyAdmin -> 2.6.4
Windows -> XP/SP2 (genuine)
Are there some debugging feature for wordpress available?Forum: Fixing WordPress
In reply to: WP 20 can write posts to my DB but can not read themI’m the administrator and (I hope) I’ve all privileges.
Where can I set these priviliges for my database?Forum: Fixing WordPress
In reply to: WP 20 can write posts to my DB but can not read themNo, the admin-panel is empty!