Oops, sorry, I didn't get these e-mails. Maybe they got stuck in my spam folder by accident.
An example config.php looks like:
<?php
//////////////////////////////////////////
// ajaximrpg 4.00 //
// AJAX Instant Messenger //
// Copyright (c) 2006-2008, 2010-2012 //
// Do not remove this notice //
//////////////////////////////////////////
// This is the password that protects this file.
define('INSTALL_PASSWORD', 'DISABLED');
// MySQL Database Configuration
define('SQL_HOST', 'localhost');
define('SQL_USER', 'root');
define('SQL_PASS', 'passw0rd');
define('SQL_DB', 'ajaximrpg');
// This is the prefix for the ajaximrpg MySQL tables -- this can usually be left alone.
define('SQL_PREFIX', 'ajaximrpg_');
define('MAX_BUDDY_ICON_SIZE', 100); // in KBs, set to 0 to disable uploads
?>
In the distribution, you should have the config-sample.php file which you can rename and modify for your environment. You can see the config-sample.php from SourceForge at the URL below.
http://ajaximrpg.svn.sourceforge.net/viewvc/ajaximrpg/config-sample.php?revision=99&content-type=text%2FplainBut, in recent versions, the code should automatically detect the config.php does not exist and present a series of pages in the browser for generating it. So, renaming config-sample.php should not be necessary.
Based on the error message, it appears that HTML is being sent to the browser before the session_start() is called. Even a single newline at the top of the ajax_act.php file can cause this error. Additional HTML added to the file will cause this error as well. Is it possible that ajax_act.php was modified in some way?
I'm sorry that ajaximrpg is not working for you. Please post any additional info so I can help troubleshoot the problem.
Dan
----------------
Play:
http://www.svexpertise.com/ajaximrpg/serverCode:
http://ajaximrpg.sourceforge.netTweet:
http://www.twitter.com/ajaximrpgDiscuss:
http://groups.google.com/group/ajaximrpgTotally free. Totally easy. Totally open. Play RPGs instantly.