
04-01-2009, 07:34 AM
|
 |
|
|
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Raug
Not sure if I'm understanding this. I looked at the mgc_cb_evo_chat table and the closest thing I see to chat text is ctext. Right now its type is "mediumtext" so is this what should be changed to utf8? I'm also not very savvy with mysql so I'm not entirely sure how to change it if that's the case.
|
Nope, you have the table encoding type for this field which is something containing "latin" in it and which need to be changed to utf8.
Quote:
Originally Posted by The Realist
I've a section open so none members can post but when a post is created a DB error shows up. When I disable the notifications the error goes away.
I have updated the files to the latest versions.
Any ideas?
The DB error is:
Code:
Invalid SQL:
INSERT INTO mgc_cb_evo_chat
(
dateline,fromuid,name,ctext,sticky,chanid,coidentifier,iswarning,warningtype,tpforumid,
hascustomavatar,avatarid,avatarrevision,usergroupid,displaygroupid
)
VALUES
(
1238499283,0,'','823,Test',0,0,0,1,'thread',38,
,,,
,
);
MySQL 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 10
Error Number : 1064
Request Date : Tuesday, March 31st 2009 @ 11:34:43 AM
Error Date : Tuesday, March 31st 2009 @ 11:34:43 AM
Script : http://www.xxxxx.co.uk/newthread.php?do=postthread&f=38
Referrer : http://www.xxxxx.co.uk/newthread.php?do=newthread&f=38
IP Address :
Username : Unregistered
Classname : vB_Database
MySQL Version :
PS,
If I disable the "Activate the display of an automatic message upon creation of a new thread by an user" the error goes away but the other option works great.
|
So you only have problems with thread notification but not post ?
Quote:
Originally Posted by Se?or Ramos
My apologies. I'm still fairly new to the adminstrative and technical end of vB, so knowing what information you need would be awesome. I'm using CuteFTP professional. I have 3 of the same image for each channel in there, with the _sel, _nosel and _new suffixes. Is this not what I'm supposed to do?
|
Yes with .gif extension, but don't input the _sel, _nosel or _new in the field (neither do input the .gif).
Quote:
Originally Posted by Mr. Baws
upgraded and now i cant see msgs in default channel, idk how to fix that, i tried everything
|
Any errors in your firefox console ?
Quote:
Originally Posted by kronnos
Anyone use this along with VBSEO? Does it work fine?
|
We do on forumcoding and it works. Why ?
|