hello each time i join my friends server i help him as a co owner we keep getting stuck on awaiting scripts and we look at the live console and we see this error
This is the wrong section.
Hi there Joseph, as the error states, you’re missing a row named accounts in your users table. You likely failed to import some SQL when adding a resource. You can manually add the row with a structure of varchar(255) and a default of NULL and you should be all set.
thank you
sorry new to posting here couldnt figure out where i would need to put it
Another error stating you didn’t properly import the SQL. I can keep repeating what it’s saying but if you just read the error, it tells you exactly what’s wrong. Add the inventory row to the users table.
The fact that you’re having these issues is a good indicator that you’ve botched the initial server setup as these are core sql rows that shouldn’t be missing. You may want to stop trying to brute force your way through the errors and backtrack through the setup process to find out where you went wrong.


