Search found 7 matches

by Ranik
Sat Jul 16, 2016 8:09 pm
Forum: Server Setup & Guides
Topic: Database issues post upgrade
Replies: 4
Views: 5224

Re: Database issues post upgrade

Thanks for the info. Sounds like it's time for me to break out some Python. Should't be too hard to compare the dumps and act upon the data appropriately.
by Ranik
Sat Jul 16, 2016 7:56 pm
Forum: Server Setup & Guides
Topic: Database issues post upgrade
Replies: 4
Views: 5224

Re: Database issues post upgrade

So I was able to correct this by manually creating the columns which had changed in the character data sql's. Is there a more efficient way of updating when the sql files have been modified in the character tables?
by Ranik
Sat Jul 16, 2016 9:58 am
Forum: Server Setup & Guides
Topic: Database issues post upgrade
Replies: 4
Views: 5224

Database issues post upgrade

Is anyone else experiencing database issues on the latest update? I attempted to update both last weekend and again today with the same results. My upgrade process is scripted and has never encountered issues in the past with preserving character data. When the database was updated to account for th...
by Ranik
Tue Jul 12, 2016 10:21 pm
Forum: Troubleshooting
Topic: GoV Pages not registering
Replies: 6
Views: 5952

Re: GoV Pages not registering

I was finally able to resolve this by swapping to 32 bit Ubuntu 16.04. Under 64bit Debian 9 (testing) updateGov was never getting called (as no debugging print statements would hit the terminal) therefore the system would not update the variables in the database. Not sure why this behavior is occurr...
by Ranik
Sat Jul 02, 2016 7:41 am
Forum: Troubleshooting
Topic: GoV Pages not registering
Replies: 6
Views: 5952

Re: GoV Pages not registering

I'm guessing this works out of the box for most. I have rebuilt the server from scratch, left all config at default except for the sql info and have the exact issue on the new build. I'm currently building on Debian 9 due to GCC 5 support built in by default. I'm curious what OS's are being used in ...
by Ranik
Mon Jun 27, 2016 6:49 pm
Forum: Troubleshooting
Topic: GoV Pages not registering
Replies: 6
Views: 5952

Re: GoV Pages not registering

I was hoping it was something simple such as missing a ; -- FIELDS OF VALOR/Grounds of Valor SETTINGS REGIME_WAIT = 1; --Make people wait till 00:00 game time as in retail. If it's 0, there is no wait time. FIELD_MANUALS = 1; -- Enables Fields of Valor manuals LOW_LEVEL_REGIME = 0; --Allow people to...
by Ranik
Sat Jun 25, 2016 3:15 pm
Forum: Troubleshooting
Topic: GoV Pages not registering
Replies: 6
Views: 5952

GoV Pages not registering

Every private server I have tried has had GoV successfully working. When I compile my server, the GoV scripts show the correct text but when a page is selected nothing is actually registered in the database and no confirmation is given. FoV is working without an issue. What am I missing or what do I...