Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#145 2019-11-28 22:30:38
Re: Textpattern CMS demo site
And, we’re back.
Server relocated to Frankfurt after some network issues (packet loss, increased latency) in Amsterdam.
Please report any problems if they surface.
Offline
#146 2019-12-17 12:48:56
Re: Textpattern CMS demo site
Updated: now running PHP 7.3.13 on beta-demo
and release-demo
.
Coming soon: expecting PHP 7.4.1 to arrive December 24, 2019.
Coming soon: expecting Nginx 1.17.7 to arrive December 24, 2019.
Demo server tech stack (current as of post timestamp):
Site | HTTP | Database | PHP |
---|---|---|---|
Release Demo | Nginx 1.17.6 | Percona Server 8.0 | PHP 7.3.13 (using PHP-FPM) |
Beta Demo | Nginx 1.17.6 | Percona Server 8.0 | PHP 7.3.13 (using PHP-FPM) |
Dev Demo | Nginx 1.17.6 | Percona Server 8.0 | PHP 7.4.0 (using PHP-FPM) |
Offline
#147 2019-12-17 17:04:52
Re: Textpattern CMS demo site
Updated: now running PHP 7.4.1 on dev-demo
.
Coming soon: expecting Nginx 1.17.7 to arrive December 24, 2019.
Demo server tech stack (current as of post timestamp):
Site | HTTP | Database | PHP |
---|---|---|---|
Release Demo | Nginx 1.17.6 | Percona Server 8.0 | PHP 7.3.13 (using PHP-FPM) |
Beta Demo | Nginx 1.17.6 | Percona Server 8.0 | PHP 7.3.13 (using PHP-FPM) |
Dev Demo | Nginx 1.17.6 | Percona Server 8.0 | PHP 7.4.1 (using PHP-FPM) |
Last edited by gaekwad (2019-12-17 22:31:21)
Offline
#148 2019-12-21 15:20:13
Re: Textpattern CMS demo site
Prep work for 4.8.0-beta underway, should be live within a few hours tops.
Offline
#149 2019-12-21 15:56:16
Re: Textpattern CMS demo site
Psst: beta-demo
now serving Textpattern 4.8.0 if you want to have a look.
Last edited by gaekwad (2019-12-21 15:56:29)
Offline
#150 2019-12-25 13:27:20
Re: Textpattern CMS demo site
Updated: now running Nginx 1.17.7 on demo sites.
Demo server tech stack (current as of post timestamp):
Site | HTTP | Database | PHP |
---|---|---|---|
Release Demo | Nginx 1.17.7 | Percona Server 8.0 | PHP 7.3.13 (using PHP-FPM) |
Beta Demo | Nginx 1.17.7 | Percona Server 8.0 | PHP 7.4.1 (using PHP-FPM) |
Dev Demo | Nginx 1.17.7 | Percona Server 8.0 | PHP 7.4.1 (using PHP-FPM) |
Last edited by gaekwad (2019-12-25 13:27:46)
Offline
#151 2019-12-25 14:03:05
Re: Textpattern CMS demo site
Great stuff, Pete. One thing I meant to ask ages ago: do you know why Diagnostics lists the last update time as 1970-01-01 00:00:00? Anything core can do to make this value more useful /robust in environments such as this?
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
Online
#152 2019-12-25 14:15:40
Re: Textpattern CMS demo site
Bloke wrote #320704:
[D]o you know why Diagnostics lists the last update time as 1970-01-01 00:00:00?
I assume, and please correct me if I’m wrong as I’m using assumptions based on…I dunno…, that epoch is listed if there has been no update check since install, specifically because the time window is blocking it.
Example: if the site builds at 15:00, then the second date listed is the build time. Any check within the first hour of life (given that there’s a 1 hour limit on checking) will be bypassed, and any check at or after 16:00 would go through, and the first date in the list would be updated.
I just checked dev-demo
and it says:
Last update: 2019-12-25 14:11:30/2019-12-25 12:00:01
So, built at 12:00, and I accessed diagnostics at 14:11, which triggered a check. If I log out and log in again, then go back to diagnostics, I see the same string, presumably because the update limit is in effect.
Last edited by gaekwad (2019-12-25 14:48:02)
Offline
#153 2019-12-25 15:14:06
Re: Textpattern CMS demo site
gaekwad wrote #320706:
I assume… that epoch is listed if there has been no update check since install.
Ah, yeah, that might be it. If it corrects itself after the first hour, that’s fine. I was just curious as I expected it to be the same date stamp for both dates. First being installation, second the update. Maybe that’s not what the two dates represent, I can’t recall.
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
Online
#154 2019-12-25 16:12:56
Re: Textpattern CMS demo site
Offline
#155 2019-12-25 16:23:38
Re: Textpattern CMS demo site
gaekwad wrote #320712:
This, but the other way around.
slaps brain Of course.
Might just tweak that to omit the update stamp if it isn’t a valid date. Looks a bit daft, imo.
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
Online
#156 2019-12-25 16:43:22
Re: Textpattern CMS demo site
Bloke wrote #320713:
omit the update stamp if it isn’t a valid date.
I’ll leave the used fivers in the usual place.
Offline