 |
 |
 |
 |
|
8 registered (carolinasoutdoor, David Dreezer, DougMM, Outdoorking, packlite, Ruben Rocha, ScriptKeeper, 1 invisible),
25
Guests and
19
Spiders online. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
Registered: 06/09/06
Posts: 9
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
#217240 - 09/23/08 12:37 PM
SQL Error #: 1074
|
newbie
Registered: 08/07/08
Posts: 34
|
At the table installation part of the install process, I got this error message:
UBB Message We encountered a problem. The reason reported was
Script: Line#: SQL Error: Too big column length for column 'BBCODE_MATCH_REGEX' (max = 255). Use BLOB instead SQL Error #: 1074 Query: CREATE TABLE ubbt_BBCODE ( BBCODE_ID int(4) NOT NULL auto_increment, BBCODE_MENU_SHOW tinyint(1) NOT NULL default '1', BBCODE_ENABLE tinyint(1) NOT NULL default '1', BBCODE_DESCRIPTION varchar(128) default NULL, BBCODE_MENU_PROMPT varchar(128) default NULL, BBCODE_TAG varchar(64) default NULL, BBCODE_MATCH_REGEX varchar(256) default NULL, BBCODE_MARKUP_RESULT varchar(2048) default NULL, BBCODE_MENU_ORDER int(4) NOT NULL default '0', UNIQUE KEY BBCODE_ndx (BBCODE_ID,BBCODE_ENABLE) ) TYPE=MyISAM
56 tables were created and nothing with "BBCODE" exists. _ONLINE and _TOPIC_VIEWS have "HEAP" rather than MyISAM in the "type" column and I believe there's supposed to be some type of Permissions table which wasn't created either.
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#217427 - 09/29/08 02:18 PM
Re: SQL Error #: 1074
[Re: David Dreezer]
|
newbie
Registered: 08/07/08
Posts: 34
|
Thank you very much, David, for taking the time to ferret out the problem. I did as you said and the tables all worked this time. There was one other table that had a VARCHAR that went beyond (way beyond) 255 and I changed it to 255 as well.
I'm sorry I'm so very late in responding, but when my test board wasn't going to work with the table problem, I had to gamble that my real board (on a different site thankfully) would pull through the process and it did.
Only one glitch happened after the import with both boards and that was anything with the "img" tags just showed the tags and not the picture. It's a problem, I suppose, with importing first and then going into control panel to allow IMG tags afterward. That process should be reversed, but with imported boards, maybe it can't be done in reverse order because after you important it gives you a link to log into your new boards.
There doesn't seem to be a "quick fix" solution to this. I tried reloading (refreshing) the post via the browser and even a right-click reload, but I have to go into the post and click edit, then "change post" and then the images show up. Unfortunately on my active working board, there are thousands of posts with images. I have a lot of work ahead of me.
Thanks again for the table help, it worked a treat and now my test board is working.
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
|
|