Help
Find out what the new version changed here
User avatar
Jason
Customer
 
Posts: 2329
Joined: 12 Dec 2009, 16:06

 

by Jason 15 Mar 2010, 15:13

Make sure you have done this...

Due to the rework of version information, upgrading will require some file editing. This will not be necessary in the future.

Open config.php in your ArrowChat folder

Find
Code: Select all
define('ARROWCHAT_VERSION', '0.1.01);


Replace With
Code: Select all
include_once dirname(__FILE__).'/version.php';


Make sure you have added the version.php file to your root Arrowchat directory with the new download.
User avatar
Staff Bot
ArrowChat Team
 
Posts: 8996
Joined: 07 Nov 2012, 13:41

 

by Staff Bot 07 Nov 2012, 12:40

This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.