[HELP] system_config Problem.

Status
Not open for further replies.

Metrix

Member
Jul 21, 2011
95
23
Hi. I'm trying to set up RastaCMS & EMU on my localhost just so I can mess about a bit.

When I try to load the emulator I get this:

"system_config table contains invalid values for socket server configuration!"


So the ports listed in my system_config are 3000 and 3001.
I have portforwarded both of them.

My config file reads:



Code:
//	****** MASTER DATABASE SETTINGS ******//	These are the settings required to connect to your Database.
$conn['main']['prefix'] = "cms_";
$conn['main']['server'] = "mysql"; //mysql, pgsql, sqlite, or mssql
$conn['main']['host'] = "//	****** MASTER DATABASE SETTINGS ******//	These are the settings required to connect to your Database.
$conn['main']['prefix'] = "cms_";
$conn['main']['server'] = "mysql"; //mysql, pgsql, sqlite, or mssql
$conn['main']['host'] = "localhost"; //filename for SQLite
$conn['main']['port'] = "3001";
$conn['main']['username'] = "root";
$conn['main']['password'] = "teamdemo123";
$conn['main']['database'] = "rpdb";


"; //filename for SQLite
$conn['main']['port'] = "3001";
$conn['main']['username'] = "root";
$conn['main']['password'] = "teamdemo123";
$conn['main']['database'] = "rpdb";

The game host in my system_config is set to my IP if that makes any difference.
 

Kieren

The OGz
Aug 4, 2010
2,957
751
This is caused due to your Emulator and your Database having different figures, change your system_config to 3306 or change it back to your default ports, you only need to change your MSQL port in your emulator bin folder and your housekeeping ports thats it; The system_config doesn't need to be changed.

If you're still having problems please private message.
 
Status
Not open for further replies.

Users who are viewing this thread

Top