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 Field List Issue
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="AusNGrant" data-source="post: 387303" data-attributes="member: 60461"><p>This code doesn't have the full data and fields needed to make profile_wall work but it will get your cms up for now. If you get any other of these problems post it</p><p></p><p>[CODE]ALTER TABLE `users` ADD `country` VARCHAR(999)[/CODE]</p><p></p><p>[CODE]DROP TABLE IF EXISTS `cms_news`;</p><p>CREATE TABLE `cms_news`</p><p></p><p>-- ----------------------------</p><p>-- Table structure for profile_wall</p><p>-- ----------------------------</p><p>DROP TABLE IF EXISTS `profile_wall`;</p><p>CREATE TABLE `profile_wall` (</p><p>`id` int(11) NOT NULL AUTO_INCREMENT,</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="AusNGrant, post: 387303, member: 60461"] This code doesn't have the full data and fields needed to make profile_wall work but it will get your cms up for now. If you get any other of these problems post it [CODE]ALTER TABLE `users` ADD `country` VARCHAR(999)[/CODE] [CODE]DROP TABLE IF EXISTS `cms_news`; CREATE TABLE `cms_news` -- ---------------------------- -- Table structure for profile_wall -- ---------------------------- DROP TABLE IF EXISTS `profile_wall`; CREATE TABLE `profile_wall` ( `id` int(11) NOT NULL AUTO_INCREMENT, 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 Field List Issue
Top