error
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Kubrick and 1.5?More Moose works perfectly here on 2005-01-01.
Forum: Fixing WordPress
In reply to: How do I move my blog?Anyone actually have detailed directions on moving the database? I would rather not install phpMyAdmin on two different machines, and then uninstall it from both, in order to move WordPress.
Forum: Installing WordPress
In reply to: WordPress 1.2.1 Redirection Limit For this URLWell I’m not downgrading now. The nightlies are working well…
Forum: Installing WordPress
In reply to: PHP won’t connect to databaseMSQL and MYSQL are different. Notice the Y 🙂 Check the phpinfo() again and make sure there is mysql in there, and if not, contact your web host.
Forum: Fixing WordPress
In reply to: Incorporating the new is_paged()Pages should not be considered archives, but they should be as fully editable as any other post (i.e. category, timestamp, etc.).
Forum: Everything else WordPress
In reply to: Chmod wp-configOn a hosted site, 666 is not the way to go. Sure it’ll make everything work, but it will also let any other customer on the platform have full access to your files.
Talk to your hosting provider about arranging for only you and the server process to have access to your files. On my system, this is done by changing the group to ‘apache’ (the server process) and making the files 660. You can do this at a hosted provider, too, but the hosting company has to change the group for you.Forum: Installing WordPress
In reply to: How to get index.php as my site’s index page?It should be sufficient to set your WordPress address to http://rayedwards.com/wordpress and your blog address to http://rayedwards.com (note the lack of anything after that!!)
Forum: Fixing WordPress
In reply to: Peramlink structure of /index.php/%postname%/Actually I know a site which did make two posts with the same title on the same day, and as a result, neither post could be accessed through the permalinks. So as long as you don’t do that, you’re fine!
Forum: Installing WordPress
In reply to: ws-config.php ProblemYour hosting provider gives it to you.
Forum: Installing WordPress
In reply to: Fatal error: Cannot use object of type stdClass asThis has indeed been fixed for some time in the 1.3 code.
Forum: Fixing WordPress
In reply to: Newest Nightly Not goodI have NOT run the upgrade (I’m on 2004-11-11) and I noticed a significant slowdown. Next time I make a post I’ll see if I can trace it.
Forum: Fixing WordPress
In reply to: Newest Nightly Not goodYou can also get a long delay if you have a lot of update services or trackbacks, and/or one of them is taking a long time to respond.
Forum: Fixing WordPress
In reply to: editable/searchable static content pagesFor 1.2, I haven’t heard of such a thing. For 1.3, static pages are integrated into WordPress, so no plugin is needed anyway.
Forum: Installing WordPress
In reply to: OK, its running, now what?Heh. Have you seen the default “look”? That’s the first thing that had to go! 🙂
Forum: Requests and Feedback
In reply to: Bug in wp_get_archives() callLooks like not-a-bug. This option has been removed from the latest builds. You can edit the file and change it to whatever you want. In 2004-11-11 valid options for type are ‘monthly’, ‘weekly’, ‘daily’ or ‘postbypost’.