Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-15-2010, 06:01 PM
Pirate123
Fire Beetle
 
Join Date: Feb 2010
Posts: 29
Default

now when a new account is being created its saying

Error in createaccount query 'insert into account set name ='purcell2009', status=0, lsaccounts_id=152328;' #1364: field 'suspendeduntil' doesnt have a default value.

World_clientlist_ERR] error adding local account for LS login: 'pucell2009', diplicate name?

world_client_err] NOCLE: bad/expired session key '152328

i reverted to a backup db before i used the source to add in suspendeduntil and i was able to log in with new accounts just fine, but as soon i sourced in the .sql for suspendeduntil and it added that column to the account table it wouldnt allow any new accounts to be made.
Reply With Quote
  #2  
Old 02-16-2010, 02:48 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by Pirate123 View Post
now when a new account is being created its saying

Error in createaccount query 'insert into account set name ='purcell2009', status=0, lsaccounts_id=152328;' #1364: field 'suspendeduntil' doesnt have a default value.
I think this is because you have MySQL running in 'strict' mode. (Not sure if the install guide still tells you to uncheck the strict mode box when installing MySQL on Windows).

I've updated utils/sql/svn/1195_account_suspendeduntil.sql to include a DEFAULT value for the suspendeduntil column, or you could do:
Code:
 ALTER TABLE `account` CHANGE `suspendeduntil` `suspendeduntil` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' ;
Reply With Quote
  #3  
Old 02-16-2010, 08:30 PM
Pirate123
Fire Beetle
 
Join Date: Feb 2010
Posts: 29
Default

Thanks man, that works now. Still having trouble with setting zone flags tho. still get zone.exe crashes when trying to zone into that zone with no flag.
Reply With Quote
  #4  
Old 03-20-2010, 02:42 PM
ghostriderdoom
Sarnak
 
Join Date: May 2008
Location: Rockford
Posts: 50
Default

Quote:
Originally Posted by Pirate123 View Post
Still having trouble with setting zone flags tho. still get zone.exe crashes when trying to zone into that zone with no flag.
Im getting the same exact problem, Tranq crashes when u try to zone any unflagged toon into any PoP zone. I looked on the forum for over 2 hours for any answers, any help greatly appreciated.

Quote:
Originally Posted by joligario View Post
Windows servers had a problem with setting zone flags. Use key checks and globals instead. There should be some posts about it somewhere.
Can't find anything on this at all......
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 08:12 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3