Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Bug Reports

Development::Bug Reports Post detailed bug reports and what you would like to see next in the emu here.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-28-2006, 04:40 PM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default #guild create/set member error

Not sure how this could suddenly come up, since I've been using the same PEQ distribution forever (and have other guilds created). Just tried to make a new guild, and it throws this error:
Code:
[10.28. - 21:15:47] [GUILDS__ACTIONS] Tester1: Creating guild Test1 with leader 101 with GM command. It was given id 3.
[10.28. - 21:15:47] [GUILDS__ERROR] Error Changing char 101 to guild 3 'REPLACE INTO guild_members (char_id,guild_id,rank) VALUES(101,3,2)': #1364: Field 'public_note' doesn't have a default value
Looking at the table "guild_members", field `public_note` is in fact set to NOT NULL, and no default value.

This is a fix:
Code:
ALTER TABLE `guild_members` CHANGE `public_note` `public_note` TEXT NULL

Edit: Sorry, let me add that this error shows up on any attempt to add a member to a guild via #guild command. Hadn't tested as a leader or officer yet.

Last edited by John Adams; 10-29-2006 at 12:50 AM..
Reply With Quote
Reply


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 04:18 AM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3