I went through and got my database set up, the configuration completed and moved on to uploading my .lua file. Now the original file was 1549kb so initially I thought it might be that the file was too big because my server has a limit of 1200kb but I thought that was limiting to the data upload through the particular browser ftp upload.
On a whim I attempted to delete the old and try uploading a new smaller version, 445kb which did end the "WHITE SCREEN" that I was getting. Unlike previous reports, mine was a plain white screen with no error codes at all. Apparently my uploading is limited to the size of other stuff as well. *shrugs*
On to the problem at hand, I'm getting this as my error code.
Could not find guild in database. Please update members first.
Could not update "". Maybe its not set in configuration?
Any suggestions as that I filled in the guild name as "Aegis of the Dissident" and I scanned that so it is in my .lua file.
["Guild"] = {
["Aegis of the Dissident"] = {
["Locale"] = "enUS",
["GPprovider"] = "rpgo",
["Server"] = "Scarlet Crusade",
["Created"] = "7-6-2005",
["NumAccounts"] = "130",
["DBversion"] = "2.0.0",
["ScanInfo"] = {
["Character"] = "Samarola",
["HasOfficerNote"] = true,
At this point I'm just looking for suggestions on what might be causing the error above.
Im running the 1.7.1 release that is in the main area of the downloads. Im still learning php and MySQL so I dont wanna risk using beta since I dont know how to read it quite yet.