These line in rpg.install causing issues, and not continuing install after building tables.
");
db_query("CREATE INDEX {cache_expire}_idx ON cache(expire);");
break;
}
// a hack at best... TODO: remove bootstrap option... Also TODO: give message that types initialized...
rpg_types(null, false, true);
}
Comments
Comment #1
aaron commentedSorry about that bug. I left it inadvertently in a bad state, then had a big move to deal with, so left it unfixed for over a month. It's been fixed now, and I promise to do my best not to leave folks in a broken state in the future.
Thanks,
Aaron
Comment #2
(not verified) commented