jungleNZ Posted October 28, 2019 Share Posted October 28, 2019 as per image attached. (also not sure why SQlite being used, thought I had converted to MYSql). Latest tcadmin2 versions installed. Link to comment Share on other sites More sharing options...
Rads Posted October 28, 2019 Share Posted October 28, 2019 as per image attached. (also not sure why SQlite being used, thought I had converted to MYSql). Latest tcadmin2 versions installed. Hi, Start the monitor in console mode and paste these commands in the console. sql ALTER TABLE tc_game_service_workshop_files ADD COLUMN collection_id INT(11); sql ALTER TABLE tc_game_service_workshop_files ADD COLUMN collection_details TEXT; sql ALTER TABLE tc_game_service_workshop_files ADD COLUMN is_collection INT(11); Link to comment Share on other sites More sharing options...
Dennis Posted October 28, 2019 Share Posted October 28, 2019 Also, make sure that you're not upgrading your master server from the command line. That will not make any changes to the database, which could be why you're facing issues now. Updates should be done through TCAdmin. Link to comment Share on other sites More sharing options...
jungleNZ Posted October 28, 2019 Author Share Posted October 28, 2019 Thanks guys. Appreciate answers (I am not good at sql lines) Link to comment Share on other sites More sharing options...
LFA Posted October 30, 2019 Share Posted October 30, 2019 There were some new installations a couple of weeks ago that had those columns missing. That's fixed now. Link to comment Share on other sites More sharing options...
jungleNZ Posted October 30, 2019 Author Share Posted October 30, 2019 thanks LFA Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now