0.6 will not install in 0.10.0
Logged In: NO
Try changing line 30 in boost/install.php to:
if (version_compare($GLOBALS["core"]->version, "0.9.3-3") < 0) {
so that it uses the internal version check...
Log in to post a comment.
Logged In: NO
Try changing line 30 in boost/install.php to:
if (version_compare($GLOBALS["core"]->version, "0.9.3-3") < 0) {
so that it uses the internal version check...