On Oct 8, 2004, at 11:00 AM, Aaron Shafovaloff wrote:
from within function "RecentChange::save". MySQL returned error "1054: Unknown column 'rc_ip' in 'field list'".
Any ideas? How do I go about getting the database schema updated?
Did you run the install script (config/index.php in a web browser?) to update the schema? If so, there may be a bug and it missed that field. If not, try that.
Or you can manually run the SQL update scripts in maintenance/archives/. The one for this change is patch-rc_ip.sql.
-- brion vibber (brion @ pobox.com)