Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Jan 2007
Posts: 70
Power User
Power User
Joined: Jan 2007
Posts: 70
frown

Totally unfamiliar with PhpAdmin I copy n pasted this:

Code
CREATE TABLE %%TABLE_PREFIX%%TOPIC_FEEDS (
FEED_ID int(4) unsigned not null auto_increment primary key,
USER_ID int(9) unsigned not null,
FORUM_ID int(9) unsigned not null,
FEED_URL varchar(255),
LAST_BUILD int(11) unsigned not null default '0',
LAST_TOPIC_TIME int(11) unsigned not null default '0',
CACHE_TIME int(9) unsigned not null default '30',
TITLE_PREFIX varchar(32),
BODY_FORMAT text,
FEED_IS_ENABLED tinyint(1) default '1',
FEED_WAS_ESCAPED tinyint(1) default '0',
PARSE_BBCODE tinyint(1) default '0',
TOPIC_ICON varchar(30),
REGEXP_SPECIAL text
) TYPE=MyISAM


Into my Query window...resulting in this:


Code
Error

There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem

ERROR: Unknown Punctuation String @ 14
STR: %%
SQL: CREATE TABLE %%TABLE_PREFIX%%TOPIC_FEEDS (
FEED_ID int(4) unsigned not null auto_increment primary key,
USER_ID int(9) unsigned not null,
FORUM_ID int(9) unsigned not null,
FEED_URL varchar(255),
LAST_BUILD int(11) unsigned not null default '0',
LAST_TOPIC_TIME int(11) unsigned not null default '0',
CACHE_TIME int(9) unsigned not null default '30',
TITLE_PREFIX varchar(32),
BODY_FORMAT text,
FEED_IS_ENABLED tinyint(1) default '1',
FEED_WAS_ESCAPED tinyint(1) default '0',
X PARSE_BBCODE tinyint(1) default '0',
TOPIC_ICON varchar(30),
REGEXP_SPECIAL text
) TYPE=MyISAM


SQL query:

CREATE TABLE %%TABLE_PREFIX%%TOPIC_FEEDS ( FEED_ID int(4) unsigned not null auto_increment primary key, USER_ID int(9) unsigned not null, FORUM_ID int(9) unsigned not null, FEED_URL varchar(255), LAST_BUILD int(11) unsigned not null default '0', LAST_TOPIC_TIME int(11) unsigned not null default '0', CACHE_TIME int(9) unsigned not null default '30', TITLE_PREFIX varchar(32), BODY_FORMAT text, FEED_IS_ENABLED tinyint(1) default '1', FEED_WAS_ESCAPED tinyint(1) default '0', PARSE_BBCODE tinyint(1) default '0', TOPIC_ICON varchar(30), REGEXP_SPECIAL text ) TYPE=MyISAM

MySQL said: Documentation
#1064 - 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 '%%TABLE_PREFIX%%TOPIC_FEEDS (
FEED_ID int(4) unsigned not null


frown

Sponsored Links
Entire Thread
Subject Posted By Posted
[7.0-7.3] RSS Topic Creator [Release Candidate] Ian Spence 06/05/2007 9:07 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian_W 06/05/2007 11:14 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian Spence 06/05/2007 11:21 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 06/06/2007 3:26 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian Spence 06/06/2007 4:14 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Mors 06/06/2007 4:29 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Mors 06/07/2007 12:06 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian Spence 06/07/2007 12:22 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Mors 06/07/2007 12:44 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Stephen G 06/07/2007 7:35 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Stephen G 06/07/2007 8:13 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Stephen G 06/07/2007 10:43 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian_W 06/07/2007 10:50 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Stephen G 06/07/2007 11:48 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian_W 06/07/2007 12:26 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Mors 06/07/2007 8:56 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Stephen G 06/08/2007 2:31 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] FREAK1 06/12/2007 5:04 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian Spence 06/12/2007 9:28 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Calpy 07/06/2007 10:25 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] A.J. Drew 08/13/2007 1:58 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 05/10/2008 10:55 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 05/10/2008 11:32 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] sirdude 05/10/2008 11:46 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian_W 05/11/2008 2:40 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 05/12/2008 12:51 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 05/15/2008 8:08 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian_W 05/15/2008 10:54 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 05/15/2008 1:23 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian_W 05/16/2008 11:23 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 05/16/2008 1:27 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] blaaskaak 05/16/2008 2:04 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 05/17/2008 1:55 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 06/01/2008 2:41 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] AllenAyres 06/01/2008 4:25 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Grymmie 06/04/2008 1:14 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] AKD96 01/24/2009 6:58 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] AKD96 01/29/2009 3:38 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] blaaskaak 01/29/2009 3:30 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] AKD96 02/01/2009 3:41 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] blaaskaak 02/01/2009 11:05 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] AKD96 02/17/2009 7:52 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Mors 03/06/2009 1:44 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Mors 03/06/2009 1:49 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 03/06/2009 2:27 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Vic 03/27/2010 4:55 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Vic 04/04/2010 2:58 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 04/04/2010 3:49 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 04/04/2010 5:50 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] A.J. Drew 08/13/2007 8:07 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian_W 11/11/2007 7:40 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 11/12/2007 3:20 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian_W 11/12/2007 3:48 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian_W 11/12/2007 3:56 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 11/12/2007 7:27 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian_W 11/12/2007 9:19 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian_W 11/12/2007 9:24 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 11/12/2007 11:58 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Ian_W 11/13/2007 12:20 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] nans 03/27/2010 11:51 PM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] Gizmo 03/28/2010 5:00 AM
Re: [7.0-7.3] RSS Topic Creator [Release Candidate] nans 03/28/2010 1:24 PM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)