ElkArte Community

Project Support => Support => Topic started by: kucing on August 29, 2018, 09:09:48 pm

Title: The upgrader found some old or outdated files.
Post by: kucing on August 29, 2018, 09:09:48 pm
Hi found some errors when trying to upgrade elk 1.0.10 to 1.1.5:
QuoteThe upgrader found some old or outdated files.

Please make certain you uploaded the new versions of all the files included in the package.
Click here to try again.
Title: Re: The upgrader found some old or outdated files.
Post by: emanuele on August 30, 2018, 02:26:53 am
Yes, it's a bug (reported in another topic).
You can just ignore it.
I'd have to find a moment to replace the install package... :-\
Title: Re: The upgrader found some old or outdated files.
Post by: kucing on August 30, 2018, 09:25:58 am
how can i ignore it? i cannot do anything in the page...

or am i missing something?
Title: Re: The upgrader found some old or outdated files.
Post by: emanuele on August 30, 2018, 09:56:56 am
Sorry, misread installation instead of upgrade... (I'm working and I couldn't read carefully... :-[ )
Right, the upgrade stops without allowing to continue.
Please open the file "installcore.php" that you find in the install directory, then change:
Code: [Select]
const CURRENT_VERSION = '1.1.4';
to:
Code: [Select]
const CURRENT_VERSION = '1.1.5';

...and to stay on the safe side change also:
Code: [Select]
 * @version 1.1.4
into:
Code: [Select]
 * @version 1.1.5
it should affect the upgrade, but while the file is open, it's easier.
Title: Re: The upgrader found some old or outdated files.
Post by: kucing on August 30, 2018, 02:20:16 pm
cheers!

my forum now at 1.1.5 :D