6097 comments
2357 subscribers
6256 on Twitter
Subscribe! Feed reader E-mail

April 22, 2003

Bulk view

Software quotes

Just discovered http://www.softwarequotes.com =)

Short URL: http://sachachua.com/blog/p/715

Moodle

Picture should not have an empty string. Fixed by adding $user->picture = -1 .

Short URL: http://sachachua.com/blog/p/714

Moodle.org and LANG

Moodle’s postgres7.sql is missing a lang char(5) default
'en'
declaration in prefix_user. This causes user additions to
fail. To fix an already set up database, simply

ALTER TABLE moodle ADD COLUMN lang CHAR(5);
ALTER TABLE moodle ALTER lang SET DEFAULT 'en';
Short URL: http://sachachua.com/blog/p/713

Get the highlights as a PDF!

Stories from my Twenties: Highlights from a Decade of Blogging

Free sample!