Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
RevCMS News Error {newsTitle-1}! HELP?!
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Joe" data-source="post: 383371" data-attributes="member: 18160"><p>There is only one cms_news ?_?</p><p>The two entries you're seeing are two completely different news articles - which looks right?</p><p>However, I would recommend an IIS/Navicat setup rather than phpmyadmin (it looks like)</p><p></p><p>Your cms_news looks a little wrong though - here's the correct format.</p><p>[CODE]-- ----------------------------</p><p>-- Table structure for cms_news</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `cms_news`;</p><p>CREATE TABLE `cms_news` (</p><p>`id` int(11) NOT NULL AUTO_INCREMENT,</p><p>`title` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,</p><p>`shortstory` text COLLATE latin1_general_ci,</p><p>`longstory` text COLLATE latin1_general_ci,</p><p>`published` int(10) NOT NULL DEFAULT '0',</p><p>`image` varchar(255) COLLATE latin1_general_ci DEFAULT '/Public/Images/news/TS_Web60.png',</p><p>`campaign` int(1) NOT NULL DEFAULT '0',</p><p>`campaignimg` varchar(255) COLLATE latin1_general_ci NOT NULL,</p><p>`author` int(6) NOT NULL DEFAULT '1',</p><p>PRIMARY KEY (`id`)</p><p>) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;[/CODE]</p></blockquote><p></p>
[QUOTE="Joe, post: 383371, member: 18160"] There is only one cms_news ?_? The two entries you're seeing are two completely different news articles - which looks right? However, I would recommend an IIS/Navicat setup rather than phpmyadmin (it looks like) Your cms_news looks a little wrong though - here's the correct format. [CODE]-- ---------------------------- -- Table structure for cms_news -- ---------------------------- 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` varchar(255) COLLATE latin1_general_ci DEFAULT '/Public/Images/news/TS_Web60.png', `campaign` int(1) NOT NULL DEFAULT '0', `campaignimg` varchar(255) COLLATE latin1_general_ci NOT NULL, `author` int(6) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
RevCMS News Error {newsTitle-1}! HELP?!
Top