leopard

user warning: Got error 28 from storage engine query: SELECT t.tid, t.* FROM term_data t INNER JOIN term_hierarchy h ON h.parent = t.tid WHERE h.tid = 8 ORDER BY weight, name in /home/24b6/public_html/modules/taxonomy/taxonomy.module on line 755.

KCachegrind on OSX

If you're interested in doing code profiling, KCachegrind is a great utility to investigate what part of your code is hogging CPU time. If you're on a debian or ubuntu machine, it is simple to install. If you're on OSX... well you've got a bit of work to do.

Leopard Annoyances

1) Having to redo Apache php configuration. Need to turn on the module and re-enable any directory overrides you have
2) MySQL is unhappy. Here are some notes:

#sudo /Library/StartupItems/MySQLCOM/MySQLCOM stop

sudo mkdir /var/mysql/

sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock

sudo /Library/StartupItems/MySQLCOM/MySQLCOM start

Syndicate content