melatonin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: htaccess directory ?i can create subdomains and on my hosting control panel
i should point subdomain url to folder at my root directory to make it work. or am i missing something here ? 🙂my url settings are like this ;
WordPress address (URI): http://www.domain.com/blog
Blog address (URI): http://blog.domain.comForum: Fixing WordPress
In reply to: Edit Permalink Structuretry putting a copy of the .htaccess file to your blog directory.
Forum: Fixing WordPress
In reply to: Trouble with RSS2 feedok, i resolved the problem.
Forum: Fixing WordPress
In reply to: Weird Database ErrorMy server is running on ;
Debian Unix 2.6.10
Apache Web Server 1.3.33
PHP Version 4.3.10
MySQL Client API version 4.0.23Forum: Fixing WordPress
In reply to: Weird Database Errori solved the problem but i am not very sure that the way i used is a good practice, anyway i will explain what i did ;
i checked my mySQL tables and on the comments table i saw that there is no comment_post_id but there was comment_post_ID and i edited the queries in the wp-commentsrss2.php by modifying id‘s to ID‘s and now they’re working correctly.
Forum: Fixing WordPress
In reply to: Weird Database Errorthanks.
Forum: Fixing WordPress
In reply to: Trouble with RSS2 feedI still need help.
Forum: Fixing WordPress
In reply to: Trouble with RSS2 feedadding removing data field didnt worked too, this is a weird weird problem grr 🙁
Forum: Fixing WordPress
In reply to: Trouble with RSS2 feedhi Kafkaesqui,
i tried what you said but its still giving me he same error message 🙁
by the way i checked mySQL tables and there wasnt any comment_post_id but there was comment_post_ID, i am not sure i have to add that row to the comments table, what do you think ?