Habbo Retro R63A (Illumina CMS Error)

veelv

New Member
Jul 3, 2023
2
0
You must be registered for see images attach
You must be registered for see images attach


Hello; I'm having an error with viewing user profiles on IlluminaCMS. I am making a Flash Hotel for me and a few of friends, and i was good at fixing a few problems, until this one showed up.

If anyone could help me, it would be really nice of you.

It's on lightcms.php, line 282.

Thanks.
 

Johno

:: xHosts :: www.xhosts.uk
Sep 12, 2011
581
246
Try this


DROP TABLE IF EXISTS profile_wall;
CREATE TABLE profile_wall (
id int(11) NOT NULL AUTO_INCREMENT,
page_id int(11) NOT NULL,
poster_id int(11) NOT NULL,
message text NOT NULL,
likes int(11) NOT NULL DEFAULT '0',
owner_read enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (id)
) ENGINE=MyISAM AUTO_INCREMENT=1343 DEFAULT CHARSET=latin1;
 

Users who are viewing this thread

Top