Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
2 registered (Dunny, Ruben), 48 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/05/06
Posts: 709
Top Posters (30 Days)
Ruben 50
DennyP 24
Gizmo 24
Dunny 15
SteveS 13
AllenAyres 12
dbremer 10
SD 10
drkknght00 9
driv 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Topic Options
#223103 - 02/25/09 04:43 PM [FIXED] createtable.php sql error 1064 ?
Murphdog Offline
stranger
Registered: 08/18/08
Posts: 13
Doing a fresh install to try to bypass a couple gallery errors I was getting..... so when creating the db tables, it starts, then I get a message saying....
Quote:
BB Message We encountered a problem. The reason reported was

Script:
Line#:
SQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INDEX birthday_ndx (USER_BIRTHDAY, USER_PUBLIC_BIRTHDAY), INDEX email_ndx(USER_' at line 66
SQL Error #: 1064
Query: create table ubbt_USER_PROFILE ( USER_ID int(9) not null primary key, USER_REAL_EMAIL varchar(50) not null default '', USER_DISPLAY_EMAIL varchar(50), USER_UNVERIFIED_EMAIL varchar(50) not null default '', USER_LANGUAGE varchar(50), USER_SIGNATURE text, USER_DEFAULT_SIGNATURE text, USER_HOMEPAGE varchar(150), USER_OCCUPATION varchar(150), USER_HOBBIES varchar(200), USER_LOCATION varchar(200), USER_START_VIEW varchar(20) not null default 'cfrm', USER_FAVORITES_TAB varchar(10) not null default 'forums', USER_FAVORITES_SORT varchar (10) not null default 'reply', USER_TOPIC_VIEW_TYPE varchar(10) not null default 'flat', USER_TOPICS_PER_PAGE int(1), USER_NOTIFY_ON_PM varchar(3) not null default 'no', USER_ICQ varchar(200), USER_YAHOO varchar(200), USER_MSN varchar(200), USER_AIM varchar(200), USER_EXTRA_FIELD_1 varchar(200), USER_EXTRA_FIELD_2 varchar(200), USER_EXTRA_FIELD_3 varchar(200), USER_EXTRA_FIELD_4 varchar(200), USER_EXTRA_FIELD_5 varchar(200), USER_AVATAR varchar(150), USER_SHOW_AVATARS tinyint(1) not null default '1', USER_VISIBLE_ONLINE_STATUS varchar(3) default 'yes', USER_ACCEPT_PM varchar(3) default 'yes', USER_EMAIL_WATCHLISTS tinyint(1) not null default '0', USER_TITLE varchar(100), USER_CUSTOM_TITLE varchar(255), USER_POSTS_PER_TOPIC varchar(2), USER_TEMPORARY_PASSWORD varchar(32), USER_NAME_COLOR varchar(15), USER_TIME_OFFSET varchar(10), USER_RELATIVE_TIME tinyint(1), USER_TOTAL_PM int(4) default '0', USER_TOTAL_POSTS int(9) default '0', USER_SHOW_SIGNATURES varchar(3), USER_RATING int(1), USER_TOTAL_RATES mediumint(6) not null default '0', USER_AVATAR_WIDTH int(4) default '0', USER_AVATAR_HEIGHT int(4) default '0', USER_ACCEPT_ADMIN_EMAILS varchar(3), USER_BIRTHDAY varchar(10) not null default '0', USER_PUBLIC_BIRTHDAY int(1) not null default '0', USER_TIME_FORMAT varchar(30), USER_IGNORE_LIST text, USER_FLOOD_CONTROL_OVERRIDE mediumint(8) default '-1', USER_STYLE mediumint(4) not null default '0', USER_UNAPPROVED_POST_NOTIFY tinyint(1) not null default '0', USER_REPORT_POST_NOTIFY tinyint(1) not null default '0', USER_TEXT_EDITOR varchar(10) default 'standard', USER_HIDE_LEFT_COLUMN tinyint(1) not null default '0', USER_HIDE_RIGHT_COLUMN tinyint(1) not null default '0', USER_MOOD varchar(50), USER_NOTIFY_NEW_USER tinyint(1) not null default '0', USER_POST_LAYOUT varchar(4), USER_SHOW_ALL_GRAEMLINS tinyint(1) default '0', USER_SHOW_LEFT_MYSTUFF tinyint(1) not null default '0', USER_GROUP_IMAGES varchar(255), USER_NOTIFY_MULTI tinyint(1) unsigned not null default '0' INDEX birthday_ndx (USER_BIRTHDAY, USER_PUBLIC_BIRTHDAY), INDEX email_ndx(USER_REAL_EMAIL) ) TYPE=MyISAM

Please click back to return to the previous page.


It is able to create
ubbt_CATEGORIES
ubbt_FILES
ubbt_FORUMS
ubbt_FORUM_LAST_VISIT
ubbt_POLL_DATA
ubbt_POLL_OPTIONS
ubbt_POLL_VOTES
ubbt_POSTS
ubbt_TOPICS
ubbt_USERS
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#223107 - 02/25/09 04:45 PM Re: createtable.php sql error 1064 ? [Re: Murphdog]
SD Offline
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
yes.. there are other identified errors for a 'fresh install' of 7.5 as well frown

7.5.1 ? laugh
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#223111 - 02/25/09 04:53 PM Re: createtable.php sql error 1064 ? [Re: SD]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Looks like DLWebmaestro beat you to it finding this bug. He has a suggested fix if you can't wait HERE
_________________________
Blue Man Group
Top
#223112 - 02/25/09 04:55 PM Re: createtable.php sql error 1064 ? [Re: Ruben]
Murphdog Offline
stranger
Registered: 08/18/08
Posts: 13
I saw that post but wasn't sure it was related. I'll try it out tonight. Thanks
Top
#223114 - 02/25/09 05:11 PM Re: createtable.php sql error 1064 ? [Re: Murphdog]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
We refreshed 7.5 this morning which has the updated createtable.php script in place, so that should fix the issue if you want to grab it again.
Top
#223233 - 02/26/09 05:57 PM Re: createtable.php sql error 1064 ? [Re: Rick]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Originally Posted By: Rick
We refreshed 7.5 this morning which has the updated createtable.php script in place, so that should fix the issue if you want to grab it again.

Other than a net new install. Should any of us concern ourselves with re-downloading the zip and re-install some files?
_________________________
Blue Man Group
Top
#223234 - 02/26/09 06:05 PM Re: createtable.php sql error 1064 ? [Re: Ruben]
DLWebmaestro Offline
enthusiast
Registered: 03/26/08
Posts: 333
Loc: North Carolina
No, only the install/createtables.php file has been changed for the update.
_________________________
Marching Percussion ( Drumline ) Community
Top
#223240 - 02/26/09 06:12 PM Re: createtable.php sql error 1064 ? [Re: DLWebmaestro]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Well I'm just curious if there are any other cleanup issues addressed other than the one file?
_________________________
Blue Man Group
Top
#223256 - 02/26/09 06:45 PM Re: createtable.php sql error 1064 ? [Re: Ruben]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
No, everything else will come via a bugfix release and we'll try to post the fixes here as well when possible.
Top
#223259 - 02/26/09 06:53 PM Re: createtable.php sql error 1064 ? [Re: Rick]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Thank You!
Again Rick.
_________________________
Blue Man Group
Top



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Temporary Password email not being received
by
05/24/12 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10492 Members
36 Forums
33842 Topics
181709 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image