Before Installing Versions Past v0.1.10
PostPosted: 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
Replace With
Make sure you have added the version.php file to your root Arrowchat directory with the new download.
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.