?
avatar alebak
alebak
29 Nov 2018

I'm trying to update to Joomla 3.9.1 and I get this javascript alert:

ERROR:
Invalid login

In the developer tools, the console doesn't display any error messages.

What could be happening?

It spend both in localhost and on the production server.

step1
step2
step3
step4

avatar alebak alebak - open - 29 Nov 2018
avatar joomla-cms-bot joomla-cms-bot - change - 29 Nov 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 29 Nov 2018
avatar PhilETaylor
PhilETaylor - comment - 30 Nov 2018

The fact that it has got part of the way through the extraction process means that the blind login was working, and then not...

You might be best upgrading this time manually to ensure that you are overwriting all Joomla core files with clean ones.

avatar tonypartridge
tonypartridge - comment - 11 Dec 2018

Do you have a cookie plugin in place? I have seen this when the frontend clears the cookies for the site as part of a partially implemented cookies plugin.

avatar PhilETaylor
PhilETaylor - comment - 11 Dec 2018

This is nothing to do with cookies.

The restore.php is looking for a hard coded password in restoration.php (which is an ini file) that is transient. The password is passed in the json each request and cookies are not used at all.

The most likely cause of this issue is that your webhosts virus scanner or other file monitoring software is deleting restoration.php during the process.

$password = AKFactory::get('kickstart.security.password', null);

avatar Quy Quy - change - 19 Dec 2018
Status New Closed
Closed_Date 0000-00-00 00:00:00 2018-12-19 20:31:52
Closed_By Quy
avatar joomla-cms-bot joomla-cms-bot - change - 19 Dec 2018
Closed_By Quy joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 19 Dec 2018
avatar joomla-cms-bot
joomla-cms-bot - comment - 19 Dec 2018

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23201

avatar Quy
Quy - comment - 19 Dec 2018

Closing assuming it is not a Joomla core issue.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23201.

avatar Quy
Quy - comment - 19 Dec 2018

Closing assuming it is not a Joomla core issue.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23201.

avatar greenreptile
greenreptile - comment - 22 Feb 2019

I had the same problem and the reason was because of no space on host. you can check it too.

avatar l-arnold
l-arnold - comment - 27 Sep 2019

Thank you @greenreptile . That was my problem unbeknownst to me. Fixed now and easy upgrade complete.

avatar rulatir
rulatir - comment - 18 Nov 2019

The underlying problem that trips the installer may not be a Joomla core issue, but the ridiculously uninformative error message definitely is. Requesting reopening.

avatar jikometrix
jikometrix - comment - 18 Dec 2019

I had same issue trying update from 3.9.13 to 3.9.14 on Windows server 2016, PHP 7.3 and MySQL 5.7. Invalid login. I was using chrome on Mac Mahaje. I switched my browser to FireFox and was able update without error. Maybe something is up with my chrome install.

avatar RobbenR
RobbenR - comment - 26 Apr 2020

I had same issue trying update from 3.9.13 to 3.9.14 on Windows server 2016, PHP 7.3 and MySQL 5.7. Invalid login. I was using chrome on Mac Mahaje. I switched my browser to FireFox and was able update without error. Maybe something is up with my chrome install.

Thanks, this is still relevant, used chrome and received the error.. switched to Firefox and system is updating.. That little piece of information was very much appreciated.

avatar andreidumbrava
andreidumbrava - comment - 15 Jul 2020

If you run on linux and you serve files from a location under your container's user (apache/nginx), just change the file permission to 7xx (x may be 7,5,4 or 1).
It doesn't matter if you have restoration.php or not (I don't have it).

But annoying issue as it leaves no breadcrumbs.

avatar brianteeman
brianteeman - comment - 20 Dec 2020

No idea how or why but I just had this happen to me and I can confirm that as soon as I switched from chrome to firefox it worked perfectly

avatar PhilETaylor
PhilETaylor - comment - 20 Dec 2020

just a thought: Is your .htaccess optimised to add long expires headers to urls?? Im wondering if the url called that creates the restoration password file is not being "hit" because chrome has it "cached" do to expires headers... we have had this before (and I spent a month fixing) on editing articles.

avatar brianteeman
brianteeman - comment - 20 Dec 2020

No .htaccess

One thing I just tried was to use chrome in incognito mode ie no browser extensions. Guess what it worked perfectly

avatar PhilETaylor
PhilETaylor - comment - 20 Dec 2020

Which also uses a clean cache. I’m convinced this is Google loading a url redirect from cache and bypassing a url that creates the restoration file

I’ll add it on my todo list for 2023 to investigate that theory

Sent from my iPhone

On 20 Dec 2020, at 13:13, Brian Teeman notifications@github.com wrote:


No .htaccess

One thing I just tried was to use chrome in incognito mode ie no browser extensions. Guess what it worked perfectly


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.

avatar PhilETaylor
PhilETaylor - comment - 20 Dec 2020

2021 obviously. Fat fingers.

avatar Fredooweb
Fredooweb - comment - 26 Mar 2021

Hi,

I had the same problem on my local server, just because I didn't change the log Directory : it stays on my production server directory.
So, I've just change this directory and it works well.

Hope it helps :-)

Add a Comment

Login with GitHub to post a comment