Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Quote:
Originally Posted by
Boy357
I Have the original mabbocms on my pc when you need it pm me ;)
Nominal i have a problem with the client it wil not run its white
-BOY357
That's your setup..
PM me if you require further assistance, but other than that, don't spam my release thread with questions ;).
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
It's a pile of shit, why would I base this on PhoenixPHP..? Why? :L
Anyhow, moving on, ;). Might develop this for another CMS, some time. For now, I'm busy...
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Download link is down? :(
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Quote:
Originally Posted by
American
Thank you :)
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Mabbo the great CMS but time for a new CMS i think
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
I've got everything working with phoenixDB but i can't register,
already copied & replaced the phoenixphp register fix.
I can't hit the register button in step2.
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Quote:
Originally Posted by
-Jordan-
I'm pretty sure your missing database tables. execute the following sql code in phpmyadmin/whatever.
Code:
DROP TABLE IF EXISTS `cms_pm_report`;
CREATE TABLE `cms_pm_report` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`reported_pm` int(11) DEFAULT NULL,
`reported_by` int(11) DEFAULT NULL,
`reason` varchar(255) DEFAULT NULL,
`handled_by` int(11) DEFAULT NULL,
`solved` enum('0','1') CHARACTER SET utf8 COLLATE utf8_unicode_ci DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=latin1;
ALTER TABLE permissions_ranks ADD pm_reports enum('1','0') collate utf8_unicode_ci NOT NULL default '0';
ALTER TABLE permissions_users ADD pm_reports enum('1','0') collate utf8_unicode_ci NOT NULL default '0';
and....
Code:
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `cms_pm`
-- ----------------------------
DROP TABLE IF EXISTS `cms_pm`;
CREATE TABLE `cms_pm` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`toid` int(11) DEFAULT NULL,
`fromid` int(11) DEFAULT NULL,
`timestamp_sent` int(11) DEFAULT NULL,
`timestamp_received` int(11) DEFAULT NULL,
`subject` char(100) DEFAULT NULL,
`message` text,
`folder` char(10) DEFAULT NULL,
`read` enum('1','0') DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=282 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of cms_pm
-- ----------------------------
Hope that fixes your problem. :thumbup1:
I make alle what u say, now the problem comming again?
http://img442.imageshack.us/img442/5011/helpwe.png
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Quote:
Originally Posted by
J0K3R
That bit was never finished, simply remove it. ^^
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Which one i remove ?, pls tell me ...
Thank you
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Quote:
Originally Posted by
J0K3R
Which one i remove ?, pls tell me ...
Thank you
The stuff you showed me in the picture. :cool:
Re: MabboCMS - "Because looks DO matter!" - As seen on Mabbo Hotel.
Okey, thx.
Last Problem:
How i can fix this ?
http://img542.imageshack.us/img542/3702/help2c.png
ur mabbocms ist very sexy ;)