• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[OFFICIAL RELEASE] rCMS latest build [HABBOR.DE]

Status
Not open for further replies.

PR0

Legendary Battlemage
Joined
Mar 3, 2007
Messages
690
Reaction score
85
Thank you so much iExit. I've always loved your work and was actually trying to get your old 2013 rCMS to work to make it a project hahaha. I love your detail, innovation, and everything about it.

Is this based off the old builds? Would I be able to bring other features from the old version onto this just by changing a few syntax/functions types?
 
Newbie Spellweaver
Joined
Sep 5, 2014
Messages
11
Reaction score
0
Is it in English? And what queries do I need if I have a Mercury database?
 
Newbie Spellweaver
Joined
Sep 5, 2014
Messages
11
Reaction score
0
Does this work with plus db? Do you have queries so we can use custom db? And can you translate it into english please?
 
Newbie Spellweaver
Joined
Jun 10, 2012
Messages
18
Reaction score
0
help please it says:

Fatal error: Call to a member function fetch_assoc() on a non-object in C:\inetpub\wwwroot\lib\Privileges.php on line 9
 
Junior Spellweaver
Joined
Jul 5, 2008
Messages
156
Reaction score
19
help please it says:

Fatal error: Call to a member function fetch_assoc() on a non-object in C:\inetpub\wwwroot\lib\Privileges.php on line 9

which is this code
Code:
	public static function init($connection)
	{
		$result = $connection->query("SELECT * FROM rcms_privileges");	
		while ($row = $result->fetch_assoc())
		{
			self::$privs[$row['name']] = $row;	
		}
	}

meaning you may not have "rcms_privileges" imported into your database, make sure you imported everything.

edit:
gave myself admin on the site & it's asking for housekeeping security code on the me page, enter my password & nothing happens :S
 
Last edited:

pel

Skilled Illusionist
Joined
Jan 27, 2012
Messages
382
Reaction score
343
which is this code
Code:
	public static function init($connection)
	{
		$result = $connection->query("SELECT * FROM rcms_privileges");	
		while ($row = $result->fetch_assoc())
		{
			self::$privs[$row['name']] = $row;	
		}
	}

meaning you may not have "rcms_privileges" imported into your database, make sure you imported everything.

edit:
gave myself admin on the site & it's asking for housekeeping security code on the me page, enter my password & nothing happens :S

Go to config.php and search define('HK_CODE', ""); -> put your code into ""
 
Status
Not open for further replies.
Back
Top