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 not loading anything really
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="Ecko1223" data-source="post: 294747" data-attributes="member: 28896"><p>The issue is there, "table r64b.cms_news doesn't exist" since the php can't find the table on your database, it brings the page up as an error. A normal phoenix database has this normally, but if you're using a different emulator, here's what to add into your database.</p><p><strong>P.S, You're on my hotel, it's Joe from habcast</strong></p><p></p><p>[CODE]/*</p><p>MySQL Backup</p><p>Source Server Version: 5.6.19</p><p>Source Database: poppy123</p><p>Date: 7/17/2014 15:56:58</p><p>*/</p><p></p><p>SET FOREIGN_KEY_CHECKS=0;</p><p></p><p>-- ----------------------------</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(11) NOT NULL,</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 DEFAULT '',</p><p> `author` text COLLATE latin1_general_ci,</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=MyISAM AUTO_INCREMENT=252 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="Ecko1223, post: 294747, member: 28896"] The issue is there, "table r64b.cms_news doesn't exist" since the php can't find the table on your database, it brings the page up as an error. A normal phoenix database has this normally, but if you're using a different emulator, here's what to add into your database. [B]P.S, You're on my hotel, it's Joe from habcast[/B] [CODE]/* MySQL Backup Source Server Version: 5.6.19 Source Database: poppy123 Date: 7/17/2014 15:56:58 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- 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(11) NOT NULL, `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 DEFAULT '', `author` text COLLATE latin1_general_ci, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=252 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
RevCMS not loading anything really
Top