Can't perform clear install.
Can't pass first step.
Click "Next" leads me to the next step.
Token matches.
At least mismatch message.
Click "Next" shows loading and removes it after a bit.
Token doesn't match
Nothing at all happens.
Session token somehow do not match.
Because of that respond is triggered.
JSession::checkToken() or $app->sendJsonResponse(new Exception(JText::_('JINVALID_TOKEN'), 403));
In this case I would expect to see a message. But somehow there is no response with message. (Seems caused by 'installation' and not 'working CMS' process) Instead the application seems to be redirected (installation view rendered in response after new PHP process is triggered (proved with Xdebug)).
After everything described above jQuery
triggers fail (status 200 OK, but there is HTML and not JSON) and tries to parse message. But there is nothing to parse. So it's just removes loading screen.
Labels |
Added:
?
|
Category | ⇒ | com_installer |
@dgt41 doesn't this kind of refactoring needs to be a feature branch/fork or something?
Or 4.0 branch is straight forward pushing branch for each commit?
I believe broking installation in the middle of development is a critical issue because it prevents anybody new from participating in testing/development process?
i agree
@alex7r @brianteeman my comment was meant to be a heads up: hey we are already doing something in the area
. Of course if anyone feels like debugging this error they're more than welcome, the message was not meant to be a stopper in ant shape or form...
Status | New | ⇒ | Discussion |
Seriously, guys? Alpha released out for testing?...
Shouldn't developer test Blocker things by himself before involving "testing team"?
Sorry for mentioning you here without a particular need, but I think that's the way to get attention to it. @brianteeman @wilsonge
I have tested this - I have repeatedly installed Joomla since I merged the new installer more than 50+ times. Please tell me what you are doing so I can attempt to reproduce your error
Well, that's strange, as all I've done is setting up host like https://github.com/alex7r/joomladeception/blob/updating/attach/setup_host.sh and after that:
I may try to record the actions, but don't think as it will help because it's simple as described - all actions are mentioned above.
OK. Interesting. What browser are you using?
Google Chrome, you can see it at the screenshot
Did you manage to reproduce the issue?
As some people were able to install it as I see from few articles coming all over the internet (or those just pretend).
No :( I’ve only seen two issues so far that I’m working on
On some Joomla installs people don’t have write access to the installation session directory so we’re gonna move that back to global temp sir
there’s a bug when you enter incorrect database credentials that ends up in a hung state of the installer
a possible bug with passwords with ampersands in being truncated. I’m still trying to investigate this
I’ve not seen any other reports of issues so far beyond those and this one you’ve reported I’m unable to reproduce at the moment. Can you provide links to these other reports so I can investigate them please?
renamed .htaccess
I've never tested the installer with .htaccess and would expect this step to happen after the installation...
@wilsonge @dgt41
Ok, I'll ask a few of my colleagues to try to install Joomla 4.
Because I've just tried it once again:
See:
Redirect and JS error because waiting for JSON and got full HTML page.
I've tried my luck and renamed .htaccess and did one more attempt, the same issue.
Files/folders permissions are 777.
Off topic:
Great thing that Joomla have certification difference between J3 and J4, as J3 Certified Administrator can't install J4 :)
We should have J4 Installation certification! :)
Ok, we will run a few more tests, but for now it's 0/4 for those who have server machine running on Ubuntu (virtual server) and 3/3 for those who run the Windows server side (OpenServer), 0/1 shared web hosting (CentOs likely).
successful installation / attempts on different machines
Don't know if you'll need the info, but if someone will install the Joomla 4 with OpenServer and then send it over to me (files and DB). I'm able to restore it and lunch it on the vagrant server.
"Without installation it works".
I've just done #18958 for the installer - which handles a couple of server side issues - see if that helps at all (note the ux isn't good in my PR - but if the db check errors it bails you out and stops you going further and you can scroll to the top of the page and see an error message). But your gif suggest its much more likely to be a javascript issue I think so think it's unlikely to help
Labels |
Added:
J4 Issue
|
Various fixes have been merged since this issue was opened and we haven't anything more in here. i'm going to close this issue. If you still have problems please open a fresh ticket.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-05-10 17:21:35 |
Closed_By | ⇒ | wilsonge |
Commenting
JSession::checkToken() or $app->sendJsonResponse(new Exception(JText::_('JINVALID_TOKEN'), 403));
made PHP side to work.
But request to
view=database
gives303
status code and moves toindex.php
.