Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2021-02-11 14:26:09
- EuclidBox
- Member
- Registered: 2021-02-11
- Posts: 16
Re: Stuck at language selection screen while installing
Bloke wrote #328760:
Weird that you can’t get off the very first screen during installation. Racking my brain cell trying to figure out why. It’s just a simple submit button that loads the next page of the installation wizard.
Is there anything in the browser inspector’s console tab that gives a clue? Perhaps some other network resource is failing to load due to permissions or something?
Looking at the console everything seems to load correctly. If I edit the code in the Php to switch to the second panel instead of the first, the second panel loads but again the site resets after pressing the submit button.
Offline
#14 2021-02-11 14:31:11
- EuclidBox
- Member
- Registered: 2021-02-11
- Posts: 16
Re: Stuck at language selection screen while installing
I have now reuploaded the whole repository after removing everything else. The error is still the same and I cannot get past the language selection screen.
Maybe as helpful information:
I am using Plesk to do all this as I don’t have direct access to the server itself. I don’t know if that could cause any problems.
Offline
Offline
Re: Stuck at language selection screen while installing
EuclidBox wrote #328764:
I have now reuploaded the whole repository after removing everything else.
[…]
I am using Plesk to do all this as I don’t have direct access to the server itself. I don’t know if that could cause any problems.
Can you take and post a screenshot of your directory structure? Hide anything sensitive as needed.
Offline
Re: Stuck at language selection screen while installing
Baffling. Sounds like it can’t instantiate the $_SESSION
that passes data between pages of the installation steps. Can’t for the life of me think why.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: Stuck at language selection screen while installing
Bloke wrote #328767:
Baffling. Sounds like it can’t instantiate the
$_SESSION
that passes data between pages of the installation steps. Can’t for the life of me think why.
Would a WAF or mod_security
prevent this?
Offline
#19 2021-02-11 14:40:22
- EuclidBox
- Member
- Registered: 2021-02-11
- Posts: 16
Offline
#20 2021-02-11 14:42:13
- EuclidBox
- Member
- Registered: 2021-02-11
- Posts: 16
Re: Stuck at language selection screen while installing
Bloke wrote #328767:
Baffling. Sounds like it can’t instantiate the
$_SESSION
that passes data between pages of the installation steps. Can’t for the life of me think why.
While doing my own debugging I have seen that the step_getDbInfo
is passed via post request to the server.
Offline
Re: Stuck at language selection screen while installing
gaekwad wrote #328765:
Is there mileage in applying the changes from here, Bloke?
Can’t hurt, but if EuclidBox can’t get off the language choice step, nothing will be shown in the second step.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Offline
#23 2021-02-11 14:47:54
- EuclidBox
- Member
- Registered: 2021-02-11
- Posts: 16
Re: Stuck at language selection screen while installing
gaekwad wrote #328772:
That looks just fine – presumably the scrambled directory underneath
httpdocs
on the left side is your subdomain? I know some hosting setups have subdomains inside domains.
It is a domain. The httpdocs folder was created automatically. The blurred folder beneath contains the content you see on screen and is the main folder for the domain (like the www folder).
Offline
Re: Stuck at language selection screen while installing
Just to clarify. You are using the stable 4.8.4 release, yes? Not dev
code from GitHub (although that should be working fine, too)?
Offline