ViceEmulator Field list error [RP]

momintaysir

New Member
Mar 16, 2013
27
0
(Bad english alert)
Hi guys I have been trying to find a solution for fixing this error on the ViceEmulator!
When i press on that emulator to open. The emulator says to me could not start vice: Unknown Column 'Online' in 'field list'

Please help me ! I'm trying to setup a RP btw
 

BenHands

Member
Oct 10, 2011
200
38
To fix the online error, this is the fix.

P.S this is basing on navicat

1. Go to your database, and look for a tab called Query
2. Choose "New Query"
3. Paste the text below the instructions, into the box.
4. Choose "Run/Run Query"
5. Start the emulator.

ALTER TABLE `server_settings` ADD `online` int(11) NOT NULL DEFAULT '0';
 

Users who are viewing this thread

Top