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

aaron’s picture

Assigned: Unassigned » aaron
Status: Active » Fixed

Sorry 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

Anonymous’s picture

Status: Fixed » Closed (fixed)