6
Thanks. Just to clarify, what I thought I had done was:
1. Copy "2.3.2a to 2.3.2b" files
2. Run /upgrade/ ("nothing needed")
3. Copy "2.3.2b to 2.3.3" files
4. Run /upgrade/ ("nothing needed")
5. Update system module (various db changes made)
A. root/include/version.php:
// $Id: version.php 2519 2008-11-27 12:32:19Z phppp $
define("XOOPS_VERSION", "XOOPS 2.3.2");
?>
B. My 2.3.2a package
// $Id: version.php 2207 2008-09-30 06:41:41Z phppp $
define("XOOPS_VERSION", "XOOPS 2.3.2");
?>
C. My 2.3.2a to 2.3.2b package:
// $Id: version.php 2519 2008-11-27 12:32:19Z phppp $
define("XOOPS_VERSION", "XOOPS 2.3.2");
?>
D. 2.3.2b to 2.3.3 package
// $Id: version.php 2666 2009-01-10 15:27:06Z julionc $
define("XOOPS_VERSION", "XOOPS 2.3.3");
?>
Judging from the versions, I assume that I have not actually (for some reason!?) not carried out steps 1-5 at all, but have carried out 1, 2 and 5.
I am about to carry out 3, 4 and 5 now... wish me luck! Does this sound right?