SQL error or bug extension?

Status
Not open for further replies.

ka3jjz

Wiki Admin Emeritus
Joined
Jul 22, 2002
Messages
25,902
Reaction score
2,588
Location
Bowie, Md.
When I try to use the <site> extension in the wiki, I get the following error;

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 '' at line 1

My coding:

<site>4084/7680</site>
<br>
<site>4084/12620</site>

73 Mike
 

mtindor

FMP24 PRO USER
Database Admin
Joined
Dec 5, 2006
Messages
12,245
Reaction score
3,513
Location
Carroll Co OH / EN90LN
When I try to use the <site> extension in the wiki, I get the following error;

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 '' at line 1

My coding:

<site>4084/7680</site>
<br>
<site>4084/12620</site>

73 Mike

Mike,

You are using a slash ( / ) instead of a pipe symbol ( | ). Ok, that looks like an asscrack, but it's not intended to :)

Code:
<site>4084|7680</site>
<site>4084|12620</site>

Mike
 

ka3jjz

Wiki Admin Emeritus
Joined
Jul 22, 2002
Messages
25,902
Reaction score
2,588
Location
Bowie, Md.
Ah - thanks. Senior moment here. Appreciate that - and that's NOT a wisecrack, hi 73 Mike
 
Status
Not open for further replies.
Top