starritt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: .htpasswdIts always going to be hard to support folk that insist on running EasyPhp and other unusual configurations – when you take them on you have to accept that sometimes its not always going to go your way ??
I’d bite the bullet and download Apache and PHP and get standard – you’ll learn a thing or two and wind up enjoying the experience a whole lot more. Yeah EasyPHP has these components, but they are not the recommended means for installing the software and its just going to make your life difficult.
Forum: Fixing WordPress
In reply to: Post link to other post creates comment?Uncheck ‘Allow link notifications from other Weblogs (pingbacks and trackbacks.)’ — tis the only way. Personally I kinda like having those comments show up ….
Forum: Installing WordPress
In reply to: Can’t find MySQLWhat PHP version? If it is PHP 5 then you will need to specifically uncomment the MySQL extension as it is not enabled by default.
look for a line something like this:
;extension=php_msql.dll
remove the leading semi-colon — this will be different on Linux where you will have to compile PHP 5 with MySQL support.
Forum: Fixing WordPress
In reply to: html instead of xhtml in wp_head?I do not think there is an easy answer – unless you want to pick through the WP functions, templates etc etc and alter them to this.
Forum: Fixing WordPress
In reply to: How does Auto e-mailer work (i.e. registration)When you setup PHP did you set the Win32 specific variables up?
[mail function]
; For Win32 only.
SMTP = smpt.youroutgoingmail.com
smtp_port = 25; For Win32 only.
sendmail_from = [email protected]Without these PHP isnt going to send a thing.
Forum: Fixing WordPress
In reply to: Email when comments posted not workingAre you guys on 1.5.1 — because the original 1.5 had a bug that stopped mail going out.
Forum: Fixing WordPress
In reply to: Preserve Blog contentAwesome – thanks guys
Forum: Fixing WordPress
In reply to: Permalinks fail with some intenational chars (WP1.5)You could change the post-slug to something more friendly …
Forum: Fixing WordPress
In reply to: WordPress 1,2 slow… probably not its faultWhat do your access logs look like?? I had something similar happen to me once and I was getting my box hammered in what was essentially a DOS attack….
Forum: Fixing WordPress
In reply to: .htaccess Problem: Internal Server ErrorI was just coming here to post regarding this when I saw your thread– the exact thing happened to me, WordPress didn’t clear out the existing content of .htaccess merely tacked onto the end of the file and I got the same Server Error message you did. Once I removed the original entry everything was working with the new permalink structure.
I would hope this is something that was corrected in the next version – or if it is uncorrectable (it happens) then I think warnings should be given explaining the consequences.
Forum: Plugins
In reply to: DB AbstractionOooh should I tweak it for Oracle ?!
Forum: Fixing WordPress
In reply to: [1.5] Manage comments only shows partial listYou can search for them however it’d still be nice to have a big list.
Forum: Fixing WordPress
In reply to: Trouble Viewing on other computersLogin — goto the Admin Pages and Options. There you will find WordPress address (URI) and Blog address (URI) variables you should update.
The address you should supply is the address people use to access your page from an external machine. If this is just an IP address then I’d suggest purchasing a domain name ($9 a year or so) and using zoneedit.com to point it at your PC.
Forum: Plugins
In reply to: Automatically Delete Unapproved Comments after x daysOK its up — should be good but please heed my advice and backup ??
Forum: Plugins
In reply to: Automatically Delete Unapproved Comments after x daysYank — needs work — I’ll post it later.