Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#229 2020-05-27 07:37:16
Re: Textpattern CMS demo site
Oleg, I’ll wait to see if this GET
issue is resolved by the downgrade before implementing the branch-name-as-subdirectory change on the dev site – no urgency.
Last edited by gaekwad (2020-05-27 07:37:38)
Offline
#230 2020-05-27 08:26:01
Re: Textpattern CMS demo site
Thanks, Pete, but the issue is still there. STR:
- switch to some clean URL mode
- create few articles with different author/category
- on individual article page click to its author or category link (say dev-demo.textpattern.co/articles/?c=everything-is-going-to-be-alright)
- articles are not filtered, and inspecting
global $pretext
shows thatauthor/c
are not detected.
Everything seems to work fine in messy mode or when removing /articles/
subpath. No problem on my local server (whatever mode).
Online
#231 2020-05-27 08:45:26
Re: Textpattern CMS demo site
I’m building out prev-demo.textpattern.co
with 4.7.3 so we can compare. It won’t take long – I’ll post here when it’s ready.
Offline
#232 2020-05-27 08:58:39
Re: Textpattern CMS demo site
I need to get in a meeting now, but should be done in an hour. prev-demo
is set to rebuild on the usual schedule, but it’s throwing an error so I need to reinstall PHP 7.3 to get it playing nicely. Should be easy to do when I’m back in the office. ETA: 2 to 3 hours from this timestamp.
Edit: meeting done, building PHP 7.3.latest for prev-demo
. I will have to trawl earlier commits for the SQL queries for users as that was changed when 4.8.0 landed.
Last edited by gaekwad (2020-05-27 09:27:40)
Offline
#233 2020-05-27 09:29:00
Online
#234 2020-05-27 09:32:00
Re: Textpattern CMS demo site
etc wrote #323325:
The issue is reproducible on
release
demo too, fwiw.
That’s why I’m building out 4.7.3 at prev-demo
, to see if this is a regression or something server-based.
Offline
#235 2020-05-27 10:08:11
Re: Textpattern CMS demo site
Like a phoenix from the flames, prev-demo.textpattern.co
is alive!
Offline
#236 2020-05-27 10:10:59
Online
#237 2020-05-27 10:14:32
Re: Textpattern CMS demo site
Introducing prev-demo.textpattern.co
while we investigate some issues. It may stick around, it may not.
Demo server tech stack (current as of post timestamp):
Site | Textpattern | HTTP | Database | PHP |
---|---|---|---|---|
Release Demo | Textpattern 4.8.0 | Nginx 1.19.0 | Percona Server 8.0 | PHP 7.4.6 (PHP-FPM) |
Previous Release Demo | Textpattern 4.7.3 | Nginx 1.19.0 | Percona Server 8.0 | PHP 7.3.16 (PHP-FPM) |
Beta Demo | Textpattern 4.8.0-beta.3 | Nginx 1.19.0 | Percona Server 8.0 | PHP 7.4.6 (PHP-FPM) |
Dev Demo | GitHub dev branch |
Nginx 1.19.0 | Percona Server 8.0 | PHP 7.4.6 (PHP-FPM) |
Last edited by gaekwad (2020-05-27 10:21:12)
Offline
#238 2020-05-27 10:17:00
Re: Textpattern CMS demo site
etc wrote #323335:
and suffers from the same problem..
…which indicates I’m doing something wrong on this server. Rats. Anything I can investigate?
Offline
#239 2020-05-27 10:37:44
Re: Textpattern CMS demo site
etc wrote #323316:
STR:
- switch to some clean URL mode
- create few articles with different author/category
- on individual article page click to its author or category link (say dev-demo.textpattern.co/articles/?c=everything-is-going-to-be-alright)
- articles are not filtered, and inspecting
global $pretext
shows thatauthor/c
are not detected.
Everything seems to work fine in messy mode or when removing
/articles/
subpath. No problem on my local server (whatever mode).
I am not able to reproduce this as I interpret it – I can screencast what I’m doing (which works as expected), would that be useful?
Offline
#240 2020-05-27 11:44:13
Re: Textpattern CMS demo site
When accessing prev-demo.textpattern.co/articles/?author=Managing+Editor+%2386 one must see only the articles written by Managing Editor #86. I get all articles from articles
section.
Without article/
part, i.e. prev-demo.textpattern.co/?author=Managing+Editor+%2386 it works fine.
Online