Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
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
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
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
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
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
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