iand
Forum Replies Created
-
Forum: Plugins
In reply to: Anyone try Photon with 1.5 yet?Forum: Installing WordPress
In reply to: 1.5.1.2???does anyone know the difference between 1.5.1.1 and 1.5.1.2?
See my post above. The trac pages show the amendments made.Forum: Requests and Feedback
In reply to: Where’s the <page> quicktag gone?No idea why it went, but I never update my quicktags.js file so didn’t notice. Insructions for it’s return are here:
http://wordpress.org/support/topic/33405Forum: Installing WordPress
In reply to: 1.5.1.2???According to:
http://trac.wordpress.org/changeset/2616 and
http://trac.wordpress.org/changeset/2617 it is 1.5.1.2 though wether it should be for general download or should be a nightly build I don’t know. The current download gives a version of 1.5.1.2 aswell.Forum: Installing WordPress
In reply to: Error establishing a database connection under OS X 10.4.1Are you sure you have wp-config.php correct? Using root and localhost? Mine is
define('DB_NAME', 'dbnamehere'); // The name of the database
define('DB_USER', 'root'); // Your MySQL username
define('DB_PASSWORD', 'passwordhere'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this valueForum: Installing WordPress
In reply to: Error establishing a database connection under OS X 10.4.1Maybe you are having authentication protocol problems. See here.
I used the following from that page:
mysql> SELECT Host, User, Password FROM mysql.user
-> WHERE LENGTH(Password) > 16;
Followed by
mysql> SET PASSWORD FOR
-> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');Forum: Plugins
In reply to: Can Plugins not bork when tags left in after deactivation?I use the following for my tags:
<?php if (function_exists('do_something')) do_something(); ?>That way if you turn off the do-something plugin, nothing goes nasty.Forum: Fixing WordPress
In reply to: WP 1.5.1.1 doesnt render CSS! GRRIt definately looks like some textile type transformation (try it here). WP is seeing ‘number x number’ and changing it to maths syntax. The entity2NCR fucntionallity was brought into 1.5.1 wasn’t it? I would guess that is why and how, but I don’t know how to stop it.
Forum: Fixing WordPress
In reply to: WP 1.5.1.1 doesnt render CSS! GRRDo you have have the textile/markdown plugins active? Those could be doing some strange.
Forum: Plugins
In reply to: Custom fields for dummiesMaybe structured blogging might help, at least as a starting point:
http://structuredblogging.org/Forum: Installing WordPress
In reply to: 404 error – try this link instead???Could you make a 404.php page, and include the wp search box. It would require people to search again, but might be easier than lots of redirects etc.
Forum: Everything else WordPress
In reply to: are these really referer spam?Could this be an exploitation of the 1.5 security thing – somehow highjacking the file to send legit sounding referrers?
Not scare-mongering here, just thinking out loud.Forum: Installing WordPress
In reply to: Install issues – PHP Installation missing MySQLMore simple questions:
Whan environment: local, hosted, OSX, Windows?Forum: Everything else WordPress
In reply to: PHP Mysql on Mac OS X?There is MAMP too. It’s supposed to make the php/sql/apache install one-click (I think)
http://www.mamp.info/en/home/Forum: Fixing WordPress
In reply to: Ack! Database is dead!Yep, call up your host and ask them to fix it. See:
http://codex.wordpress.org/Answers-Trouble_Shooting#Error_28