Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.6
Author Message
badkemo
Worker
Worker



Joined: Mar 31, 2004
Posts: 111

PostPosted: Thu Dec 22, 2005 6:57 pm Reply with quote

does anybody know what this means

Code:
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: Unclosed quote @ 198
STR: '
SQL: UPDATE nuke_blocks SET content = CONCAT(content, '<br><strong><big>?</big></strong> <a href="modules.php?name=ClearChat">ClearChat</a>') WHERE bkey = 'admin'

SQL query:

UPDATE nuke_blocks SET content = CONCAT(content, '<br><strong><big>?</big></strong> <a href="modules.php?name=ClearChat">ClearChat</a>') WHERE bkey = 'admin'
MySQL said: 

#1267 - Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'concat'



i'm trying to upload this into my database
Code:
CREATE TABLE nuke_clearchat

(
id int NOT NULL AUTO_INCREMENT,
username varchar(30),
comment text,
useraddress varchar(20),
date varchar(30),
PRIMARY KEY (id),
UNIQUE id (id)
);

CREATE TABLE nuke_ccerror
(
id int NOT NULL AUTO_INCREMENT,
username varchar(30),
userpw varchar(30),
realuserpw varchar(30),
useraddress varchar(20),
userinfo varchar(100),
date varchar(30),
errornumber varchar(20),
comment text,
PRIMARY KEY (id),
UNIQUE id (id)
);

UPDATE nuke_blocks SET content = CONCAT(content, '<br><strong><big>ยท</big></strong> <a href="modules.php?name=ClearChat">ClearChat</a>') WHERE bkey = 'admin';


that is what I'm trying to upload can anybody help

thank you
 
View user's profile Send private message
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6437

PostPosted: Fri Dec 23, 2005 8:33 am Reply with quote

I'd suggest executing the statements one at a time so you can trap the error. Without testing it, it looks like the problem is in the nuke_blocks update.

_________________
I search, therefore I exist...
Only registered users can see links on this board! Get registered or login!
 
View user's profile Send private message
fkelly
Former Moderator in Good Standing



Joined: Aug 30, 2005
Posts: 3312
Location: near Albany NY

PostPosted: Fri Dec 23, 2005 9:48 am Reply with quote

Why do you have that "dot" between the "big" and the end of the "big" in your statement? That seems to get translated into a ? I don't know if that could be the problem but it looks suspicious to me.
 
View user's profile Send private message Visit poster's website
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.6

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©