Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2023-09-01 16:46:26

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

Textpattern after login one click, then again login...

Hi,
I has changed the Website from https://domain.de to http://subdomain.domain.de.
In Textpattern Admin is the new url.
Now I wish to do sometings in the website, but after Login I do an click in the Textpattern-Main-Menu and I must again logging in.

If I do wish informations from the “?”-bubble, there show me only this:

Hilfe
if (confirm(“Textpattern-Anmeldung”)) {window.location.assign(“index.php”)}

Cookies in the Browser Chrome are set and allowed.
The config.php I have changing the https:// to http://.

Not more. Why I cant work in Textpattern…?

Best regards
Lythande

Last edited by lythande (2023-09-01 16:48:58)

Offline

#2 2023-09-01 17:42:49

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,137
GitHub

Re: Textpattern after login one click, then again login...

Check your Textpattern database and update the site URL.

Database table name: txp_prefs
Table row name: siteurl
Value: subdomain.domain.de

Offline

#3 2023-09-02 18:08:33

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

Re: Textpattern after login one click, then again login...

the Siteurl is correct. subdomain.domain.de
I have changing it before I changing the domain. But not changing the “nofollow” for searchengines…. but now I cant do it…

Offline

#4 2023-09-04 13:49:40

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

Re: Textpattern after login one click, then again login...

I am using Google Chrome and get the writing problem.
I testing on Firefox and there all okay, no problems. Is maybe a Chrome-Problem? How I can work with Textpattern in Chrome?

Offline

#5 2023-09-04 13:52:38

Dragondz
Moderator
From: Algérie
Registered: 2005-06-12
Posts: 1,530
Website GitHub Twitter

Re: Textpattern after login one click, then again login...

Hi

May be it s Chrome that dont let create a connexion cooky when you login.

In chrome Devtools can you see if the txp Cooky is set when you login to textpattern ?

Cheers.

Offline

#6 2023-09-05 00:24:29

phiw13
Plugin Author
From: Japan
Registered: 2004-02-27
Posts: 3,081
Website

Re: Textpattern after login one click, then again login...

Do you have any Chrome extension/ plugin – or a browser setting – to “force https://” when resolving URI? That might explain the issue. In that case, the login cookie will have a wrong value.

Also add to your config.php

define('PROTOCOL', 'http://');

As Rabah notes, check the Chrome Devtools for the value of the login cookie.


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

Board footer

Powered by FluxBB