| Request : Increasing the Shout Message Size? [message #2491] |
Wed, 25 March 2009 10:07  |
Threedays  Messages: 79 Registered: January 2009 Location: Australia |
Seeder |
|
|
Request : Increasing the Shout Message Size?
I would like to request someone to make a mode that increases the size of the shout box message size. Currently 256 sized byte VARCHAR field, set to unique and flood controlled.
I tried increasing the SQL field size and also tried "TEXT" as the type, but got errors due to the "latin_german_cs2" and other issues. Then I couldn't set the field to be flood controlled if the field was greater than 1000 bytes.
I don't know enough about SQL yet to do this properly.
See me at ; http://conspiracyhub.com/
|
|
|
|
| Re: Request : Increasing the Shout Message Size? [message #2493 is a reply to message #2492] |
Sun, 29 March 2009 20:17   |
Threedays  Messages: 79 Registered: January 2009 Location: Australia |
Seeder |
|
|
| Revan wrote on Mon, 30 March 2009 00:27 | What was the error?
|
I'm using PHP5 based MYSQL hosted by 1and1.com
Trying to converts a "latin_gernan_cs2" VARCHAR 256 to 999, I get;
"#1071 - Specified key was too long; max key length is 1000 bytes"
Trying to set to TXT with carious options I get mainly;
"#1170 - BLOB/TEXT column 'text' used in key specification without a key length"
-----
'anti_flood' was a UNIQUE index, sorry. I omplied in a previous message, otherwise.
See me at ; http://conspiracyhub.com/
[Updated on: Sun, 29 March 2009 21:05] Report message to a moderator
|
|
|
|
|
|