Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#211 2020-04-29 08:49:38
Re: Textpattern CMS demo site
gaekwad wrote #322744:
Yes. See stedolan.github.io/jq/download/ for info.
Thank you. That package sound interesting for eventually messing with some JSON data. I’ll have a closer look.
Last edited by phiw13 (2020-04-29 08:49:50)
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg
Offline
#212 2020-05-02 19:24:00
Re: Textpattern CMS demo site
Something is wrong with dev-demo, hope not some last commits fault:
config.php is missing or corrupt. To install Textpattern, visit textpattern/setup/.
Offline
#213 2020-05-02 20:08:33
Re: Textpattern CMS demo site
etc wrote #322796:
Something is wrong with dev-demo, hope not some last commits fault:
config.php is missing or corrupt. To install Textpattern, visit textpattern/setup/....
I will investigate – please stand by.
Offline
#214 2020-05-02 20:12:30
Re: Textpattern CMS demo site
The auto-installer tells me this:
Fatal error: Uncaught Error: Call to undefined function safe_escape() in /var/www/sites/textpattern.co/dev-demo/live/textpattern/lib/txplib_misc.php:77
Stack trace:
#0 /var/www/sites/textpattern.co/dev-demo/live/textpattern/lib/txplib_misc.php(159): doArray()
#1 /var/www/sites/textpattern.co/dev-demo/live/textpattern/vendors/Textpattern/L10n/Lang.php(523): doSlash()
#2 /var/www/sites/textpattern.co/dev-demo/live/textpattern/vendors/Textpattern/L10n/Lang.php(580): Textpattern\L10n\Lang->extract()
#3 /var/www/sites/textpattern.co/dev-demo/live/textpattern/lib/txplib_misc.php(413): Textpattern\L10n\Lang->load()
#4 /var/www/sites/textpattern.co/dev-demo/live/textpattern/lib/txplib_misc.php(320): load_lang()
#5 /var/www/sites/textpattern.co/dev-demo/live/textpattern/setup/setup_lib.php(256): gTxt()
#6 /var/www/sites/textpattern.co/dev-demo/live/textpattern/setup/setup.php(79): setup_load_lang()
#7 {main}
thrown in /var/www/sites/textpattern.co/dev-demo/live/textpattern/lib/txplib_misc.php on line 77
Is that of any help to you, etc?
Edit: that’s with PHP 7.4.5:
$ php -v
PHP 7.4.5 (cli) (built: Apr 23 2020 17:12:54) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
Last edited by gaekwad (2020-05-02 20:13:04)
Offline
#215 2020-05-05 15:35:17
Re: Textpattern CMS demo site
I am planning some work on the demo server, starting with beta-demo and php-src-dev-demo, then dev-demo and release-demo afterwards.
Expected start time: 1700UTC today.
Expected end time: 1900UTC today.
Expected outcome: some downtime, hopefully very brief. If I get it right, it should be zero, but let’s be realistic.
Thank you.
Offline
#216 2020-05-05 17:05:37
Re: Textpattern CMS demo site
Maintenance window begins.
Offline
#217 2020-05-05 18:04:01
Re: Textpattern CMS demo site
At the midway point. All on schedule. Thank you for your patience.
Offline
#218 2020-05-05 18:06:34
Re: Textpattern CMS demo site
All demo sites now running on Nginx 1.17.10.
Server operating system rebuilt with Ubuntu 20.04.
Demo server tech stack (current as of post timestamp):
| Site | HTTP | Database | PHP |
|---|---|---|---|
| Release Demo | Nginx 1.17.10 | Percona Server 8.0 | PHP 7.4.5 (using PHP-FPM) |
| Beta Demo | Nginx 1.17.10 | Percona Server 8.0 | PHP 7.4.5 (using PHP-FPM) |
| Dev Demo | Nginx 1.17.10 | Percona Server 8.0 | PHP 7.4.5 (using PHP-FPM) |
Offline
#219 2020-05-05 18:21:42
Re: Textpattern CMS demo site
Automatic compiling of PHP 8.0.0-dev from GitHub source was broken, and is now fixed.
Offline
#220 2020-05-05 18:23:14
Re: Textpattern CMS demo site
Oh, and we’re back in Amsterdam. The tulips are nice this time of year.
Offline
#221 2020-05-12 10:02:06
Re: Textpattern CMS demo site
All demo sites now running on PHP 7.4.6.
Demo server tech stack (current as of post timestamp):
| Site | HTTP | Database | PHP |
|---|---|---|---|
| Release Demo | Nginx 1.17.10 | Percona Server 8.0 | PHP 7.4.6 (using PHP-FPM) |
| Beta Demo | Nginx 1.17.10 | Percona Server 8.0 | PHP 7.4.6 (using PHP-FPM) |
| Dev Demo | Nginx 1.17.10 | Percona Server 8.0 | PHP 7.4.6 (using PHP-FPM) |
Offline
#222 2020-05-25 11:42:52
Re: Textpattern CMS demo site
A potential URL-change heads up for anyone actively using the Dev Demo site – please take a moment to read this post.
As we approach the release Textpattern versions 4.8.1, development considerations are also being given to the next ‘big’ Textpattern release, provisionally version Textpattern 4.9.
There may be a situation where the Textpattern development codebase is branched into version 4.8 and version 4.9, with certain code only going into one branch. To get around this without having a mishmash of subdomains, I am proposing to change the Dev Demo site (and only Dev Demo) to have a slightly different URL format:
https://dev-demo.textpattern.co/branchname/
So, in the case of the actively-developed dev branch, it would provisionally be:
https://dev-demo.textpattern.co/dev/
…and if a branch called 4.9 appears, it would be:
https://dev-demo.textpattern.co/4.9/
Anyone hitting the Dev Demo root would be taken to the dev branch, so there’s no friction there.
Using subdirectories makes automation more straightforward for me, branches can be enabled and disabled as they come and go, and it’s far less work for me to do this than have URLs like this:
https://branchname.dev-demo.textpattern.co/
https://branchname-dev-demo.textpattern.co/
It’s less work for me, but the new URLs are perhaps not as smart with the trailing /branchname/ directory slug, so it’s not 100% clear cut if this is the best thing to do, or whether it affects something you’re doing with the Dev Demo site currently.
What do you think?
Last edited by gaekwad (2020-05-25 11:43:34)
Offline
#223 2020-05-25 12:20:13
Re: Textpattern CMS demo site
I like this. It’s also a valuable test that we haven’t screwed anything up for subdir installs :)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
#224 2020-05-25 12:21:03
Re: Textpattern CMS demo site
Bloke wrote #323244:
It’s also a valuable test that we haven’t screwed anything up for subdir installs :)
Good point, well made.
Offline
#225 2020-05-26 15:46:29
Re: Textpattern CMS demo site
All demo sites now running on Nginx 1.19.0.
Some interesting new stuff with OCSP certificate validation in this branch, looking forward to testing it out.
Demo server tech stack (current as of post timestamp):
| Site | HTTP | Database | PHP |
|---|---|---|---|
| Release Demo | Nginx 1.19.0 | Percona Server 8.0 | PHP 7.4.6 (using PHP-FPM) |
| Beta Demo | Nginx 1.19.0 | Percona Server 8.0 | PHP 7.4.6 (using PHP-FPM) |
| Dev Demo | Nginx 1.19.0 | Percona Server 8.0 | PHP 7.4.6 (using PHP-FPM) |
Last edited by gaekwad (2020-05-26 15:46:40)
Offline