BootASE Fix?

Whip

- FiveM Server Developer -
Nov 6, 2013
408
46
Hi Guys,
After I pick the image and click submit it comes up with this “Incorrect string value: '\x92s Pos...' for column 'longstory' at row 1” How do I fix this?
 

Data

Posting Freak
May 19, 2013
593
97
BootASE is absolute shit use my latest HK.
- Tutorial Included
cms_news table
Code:
DROP TABLE IF EXISTS `cms_news`;
CREATE TABLE `cms_news` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  `shortstory` text COLLATE latin1_general_ci,
  `longstory` text COLLATE latin1_general_ci,
  `published` int(10) NOT NULL DEFAULT '0',
  `image` text COLLATE latin1_general_ci,
  `author` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=45 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
 

Users who are viewing this thread

Top