Class
Forum Replies Created
-
Forum: Installing WordPress
In reply to: need to clear old database tables (I think)Sounds like you have the db created without any tables?
Forum: Fixing WordPress
In reply to: WordPress database errorC:\WINDOWS\TEMP\#sql_abc_0.MYI or whatever the error message says.
Forum: Fixing WordPress
In reply to: 404 Errors on PermalinksAFAIK, it should be possible with override but I never got it working for some reason.
This might be a obscure bug/feature because I only found one other having the same problem that I had here in the forums, this person also had to edit the main server config to get it working.Forum: Fixing WordPress
In reply to: 404 Errors on Permalinkshttpd.conf is in /etc/httpd/conf on my host (fedora based).
Usually this is shared for all users on a shared host and maybe that’s why they won’t edit it.Forum: Installing WordPress
In reply to: New Page that works just like the index pagemiklb: oh I see, I should have known, and thanks for filling in on my sometimes vague comments 🙂
Forum: Fixing WordPress
In reply to: 404 Errors on PermalinksI had to edit the httpd.conf for permalinks to work for me, not sure why but nothing else worked.
Forum: Fixing WordPress
In reply to: WordPress database errorI haven’t tried MySQL on Windows for years, but maybe it’s a permission problem? Does MySQL have write access to that directory?
Forum: Fixing WordPress
In reply to: Unable to Comment in My Own BlogHm, maybe your host is having problems? Do you have access to the db or http server logs?
I guess it’s hard to see after such short time but do you notice a “pattern” in the comments date/time added? Like no comments between 5-7PM?Forum: Installing WordPress
In reply to: I have b2 blog and want to change to wordpress.. can i do thisHope that didn’t seem sarcastic or anything, I didn’t mean that 🙂
I have not done this before but maybe you could read up on some of the posts and ask again if you run into problems?
Forum: Fixing WordPress
In reply to: Displaying only headers not full text on main pageEdit (theme) index.php.
http://codex.wordpress.org/Template_TagsForum: Fixing WordPress
In reply to: Unable to Comment in My Own BlogDo you see your comment in admin? (edit –> comments).
Can anyone else comment?Forum: Themes and Templates
In reply to: How to display only the title of a postEdit your (theme) index.php.
<?php the_title(); ?>is your basic title without link.
The codex: http://codex.wordpress.org/Template_Tags/the_titleForum: Installing WordPress
In reply to: Error establishing a database connectionI have seen MySQL fail to start several times under *BSD because the install doesn’t assign the correct permissions to the db folders.
Forum: Installing WordPress
In reply to: New Page that works just like the index page1. When writing a page, tick “allow comments”.
2. Read up on permalinks.
3. Does your host restrict the number of folders you can have? Folders doesn’t use much space 😉
Forum: Installing WordPress
In reply to: I have b2 blog and want to change to wordpress.. can i do thisPerhaps http://search.wordpress.org/import+b2 would be a start?