Search found 2 matches
- 09 Oct 2013, 13:40
- Forum: Tiny Tiny IRC
- Topic: backend.jar: Incorrect schema version?
- Replies: 3
- Views: 2547
Re: backend.jar: Incorrect schema version?
Ah, I see the problem. I'm using mysql, and the mysql schema file on github still uses "8" for the version number. I simply changed it to "9" in my DB, and the backend.jar runs now.
- 09 Oct 2013, 13:13
- Forum: Tiny Tiny IRC
- Topic: backend.jar: Incorrect schema version?
- Replies: 3
- Views: 2547
backend.jar: Incorrect schema version?
I just did a fresh install of tt-irc on shared hosting (I know, I know). I managed to get it set up, I imported the schema like the installation instructions said, created a config.php, compiled backend.jar and configured its options, all of that. When I attempt to run backend.jar after the initial ...