1
Sorry, but I don't understand exactly what I have to do.
I have downloaded the zip file with the upgrading versions.
I find many folders named like
upd-2.0.18-to-2.3.0 (where "upd" I think means "upgrade").
But I'm interested in upgrading the 2.2.5 version and I find a different folder named
cnt-2.2.x-to-2.3.0 (but I don't understand the meaning of "cnt", maybe "continous"?)
Ok, I open this folder and inside I find only index.php file (and the language folder).
So I copy all the files in the main directory and copy them in my site directory overwriting the existing files, then I copy the index.php file (in the cnt-2.2.x-to-2.3.0 folder) in my site directory.
I don't know if it is the correct way to do, I'm not able to find an instruction about the correct operation.
The result is this
Fatal error: Class upgrade_220: Cannot inherit from undefined class xoopsupgrade in /web/htdocs/www.xxxxxxx.it/home/xxxxxxx/index.php on line 20
on line 20 I have:
class upgrade_220 extends xoopsUpgrade
Where is my error? What I can do.
I have tried on a copy of my website so I'm not worried so much.
Thank you for your help.
TOTO