rustindy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Bad Error Message!First step: re-upload the “wp-settings.php” file to your host, overwriting the existing one, as that seems to be the common thread in both of the errors you’ve posted. On the other hand, I think that file gets called from every page, including the regular “index.php”, so it should be causing problems all over the place if it’s goofed. But try it anyways, maybe the file got corrupted. And if you’ve already done this, then re-download WordPress and upload the version from *there* instead.
Second step, start deactivating any plugins you have, 1 at a time. One of them could be causing the error (I had that problem with a misconfigured plugin once).
Good luck and let us know how it works out 🙂
Forum: Installing WordPress
In reply to: Windows PlatformYup, as long as PHP and MySQL are installed.
If you’re going with WordPress 1.2x, you’ll be best off with PHP 4.x and MySQL 4.0x.
If you’ll be using the 1.5 betas, you can use PHP4 or 5, and MySQL 4.0x or 4.1x.
Forum: Fixing WordPress
In reply to: Bad Error Message!When, exactly does the error happen? The blog on your site doesn’t appear to have any problems, and you seem to be able to post stories to it – is there a different blog?
Forum: Fixing WordPress
In reply to: Bad Error Message!9 times of 10, this problem is caused by spaces before the
<?phptag, but I’ve seen it caused by a goofy plugin and by a missed “;” somewhere in the PHP code.The error isn’t appearing for me at your current blog – does it only occur in the admin section? Will it happen if I leave a comment?
Forum: Fixing WordPress
In reply to: Mysterious charactersCouple of quicky points for ya 🙂
That funky little “?” next to the number of comments above the trackback line is simply part of the template you’re using. I’m not sure exactly which file this is in in the 1.2 version, but it’s probably “index.php”, unless there’s a “comments.php” file or something similar.
It’s probably an entity tag, like “©” and such. I don’t know what that double-arrow one is, offhand, though. In my blog, I use the actual character instead of the entity tag and it’s always worked fine.
Forum: Everything else WordPress
In reply to: Forum posts are disappearingbwhetstone, I have to say that, after looking at your site (and hey, blocking the popup 😀 ), it looks like just the kind of site to utilize some of the “darker” methods of internet marketing. I’m not calling you a spammer (having no proof of such), but since every single page of your site begs me for my email address so I can receive your newsletter – and not even a privacy policy! – it makes me extremely wary.
Forum: Themes and Templates
In reply to: XT2 Theme for WP1.5 ReleasedHis comment was sort of constructive…. in a drunk-trucker sort of way… but it does point out a potential bug and potential oversight in the template (at least, I’m assuming he’s talking about the XT2 theme and not something else entirely) 🙂
Forum: Fixing WordPress
In reply to: Updating your beta blogsNormally, you can just delete all the files from the old nightly and upload the new nightly files, then run /wp-admin/upgrade.php. Just don’t delete/overwrite any themes you’ve added (or modified, if you’ve played with the Classic or Default themes in 1.5). Personally, I just upload everything except the /wp-content folder every night; I only delete the previous version’s files if the new version doesn’t include them anymore.
I’ve started posting exactly which files change between nightly versions at http://codex.wordpress.org/Changelog/1.5 – if you’ve done a lot of modifying you might only want to replace the files that have changed.
Of course, always backup your database first 🙂
Forum: Fixing WordPress
In reply to: another problem with this forum in mozillaFirefox here too, working most spiffily 🙂
Forum: Themes and Templates
In reply to: humannature theme and categoriesActually, it seems logical that the option to display (or hide) empty categories should be in the Admin section somewhere, instead of being a template-specific switch, so don’t worry about it 🙂
Forum: Themes and Templates
In reply to: humannature theme and categoriesAhhh k. WordPress doesn’t (by default) display empty categories. You’ll actually have to create a post for the “Photography” category to make it show up in the list. It’s got nothing to do with the template/theme you use.
Correction: the template tag that actually displays the category list can be told to list empty categories. So, conceivably, some templates/themes might make use of that.
Forum: Themes and Templates
In reply to: humannature theme and categoriesCan you post a link to your site and to the Human Nature theme on Alex’s page (unless you meant the Human Condition theme, which I’ve already found)? Thanks 🙂
Forum: Installing WordPress
In reply to: After work hard for hoursI couldn’t tell you, but 1.5 works fine with PHP 5 and MySQL 4.1 and Apache 2 🙂
Forum: Fixing WordPress
In reply to: 2 Sites, 1 DB, Possible?Gotcha.
It’s easy enough to point two domains to the same WP install, right up until a link is clicked. Then the address would revert to whatever domain is set in the DB.
The other way would be to use Javascript and the DOM. A plugin could be written to insert a script that captures MouseDown events (or just modify the “header.php” page manually in 1.5, or “index.php” in 1.2x). If the event is fired on a link, the script would check for the domain name that exists in the WP database. If it matches, it would replace that domain with the other one. The operation would be transparent to the user, except that the address that shows in the status bar would be to whatever domain was in the DB – unless the Javascript also captured MouseOver events and set the statusbar itself with the replacement domain. In either case, the address bar at the top would show whatever domain name the user used to access the site.
And before anyone says it can’t be done, I’ve done things very similar (but not for a while). It should work in any DOM-compliant browser that has Javascript enabled. My script simply attached a querystring with the current session ID to any link that was local to the site. I doubt I still have a copy anywhere (this was a couple years ago), but I remember the technique.
Forum: Plugins
In reply to: new WYSIWYG?If the photo is floated left or right, text shouldn’t have any trouble flowing around it. Sounds like a CSS issue – but I haven’t tried the plugin myself.
Does WYSIWYG II work properly in Mozilla browsers?