Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#341 2020-11-18 07:27:27
- gaekwad
- Admin
- From: People's Republic of Cornwall
- Registered: 2005-11-19
- Posts: 3,344
Re: Textpattern CMS demo site
PHP 8.0.0RC5 is currently installing to the demo server. If all goes according to plan, we will have the GA (first press, gold master, full release, etc) version of PHP 8 in 1 week.
Two work-in-progress Textpattern URLs for your research purposes:
- php-next-dev-demo.textpattern.co/dev/ (
dev
branch on PHP 8.0.0RC3) - php-next-dev-demo.textpattern.co/4.8.4/ (
4.8.4
branch on PHP 8.0.0RC3)
Demo server tech stack (current as of post timestamp):
Site | Textpattern | HTTP | Database | PHP |
---|---|---|---|---|
Release Demo | Textpattern 4.8.3 | Nginx 1.19.4 | Percona Server 8.0 | PHP 7.4.12 (PHP-FPM) |
Prev Demo | Textpattern 4.7.3 | Nginx 1.19.4 | Percona Server 8.0 | PHP 7.3.24 (PHP-FPM) |
Dev Demo | GitHub dev branch |
Nginx 1.19.4 | Percona Server 8.0 | PHP 7.4.12 (PHP-FPM) |
PHP Next Dev Demo | GitHub dev & 4.8.4 branches |
Nginx 1.19.4 | Percona Server 8.0 | PHP 8.0.0RC5 (PHP-FPM) |
Also, a reminder footnote: I will be starting a new thread for server stack updates when PHP 8.0.0 lands. I will also start a new thread for other posts relating to the demo server since there’s over 6 years of posts, a lot of which are no longer relevant.
Offline
#342 2020-11-19 01:13:32
- phiw13
- Plugin Author
- From: Japan
- Registered: 2004-02-27
- Posts: 2,231
- Website
Re: Textpattern CMS demo site
You probably now it already, but anyway. At time of writing, trying to access the 4.9-dev demo admin returns a friendly
Database connection was successful, but the textpattern table was not found.
10.11AM JST. just when I wanted to verify something :-(
Where is that emoji for a solar powered submarine when you need it ?
Offline
#343 2020-11-19 05:55:56
- gaekwad
- Admin
- From: People's Republic of Cornwall
- Registered: 2005-11-19
- Posts: 3,344
Re: Textpattern CMS demo site
phiw13 wrote #326932:
Database connection was successful, but the textpattern table was not found....
10.11AM JST. just when I wanted to verify something :-(
I’m investigating now. I haven’t changed anything at all, I wonder if the upstream installer has been tweaked. Please hold, I will find out what’s happening.
Offline
#344 2020-11-19 06:04:02
- gaekwad
- Admin
- From: People's Republic of Cornwall
- Registered: 2005-11-19
- Posts: 3,344
Re: Textpattern CMS demo site
OK, looks like an auto-installer error:
Parse error: syntax error, unexpected '=>' (T_DOUBLE_ARROW), expecting ')' in /var/www/sites/textpattern.co/dev-demo/live/dev/textpattern/vendors/Textpattern/Skin/Skin.php on line 1322
I’l raise a ticket open an issue.
Edit: done – #1578 https://github.com/textpattern/textpattern/issues/1578
Last edited by gaekwad (2020-11-19 06:20:19)
Offline
#345 2020-11-19 06:16:17
- phiw13
- Plugin Author
- From: Japan
- Registered: 2004-02-27
- Posts: 2,231
- Website
Re: Textpattern CMS demo site
gaekwad wrote #326937:
OK, looks like an auto-installer error:
Parse error: syntax error, unexpected '=>' (T_DOUBLE_ARROW), expecting ')' in /var/www/sites/textpattern.co/dev-demo/live/dev/textpattern/vendors/Textpattern/Skin/Skin.php on line 1322…
Yes – I commented on that here, 5 hours ago, according to GH.
That is why I wanted to check things out on the demo site!
Where is that emoji for a solar powered submarine when you need it ?
Offline
#346 2020-11-19 06:19:54
- gaekwad
- Admin
- From: People's Republic of Cornwall
- Registered: 2005-11-19
- Posts: 3,344
Re: Textpattern CMS demo site
Aside: I’ve also spotted a mysqli
error on https://php-next-dev-demo.textpattern.co/4.8.4/ so I’ve opened 1579 to track it.
Offline
#347 2020-11-19 06:21:29
- gaekwad
- Admin
- From: People's Republic of Cornwall
- Registered: 2005-11-19
- Posts: 3,344
Offline
#348 2020-11-19 06:25:58
- gaekwad
- Admin
- From: People's Republic of Cornwall
- Registered: 2005-11-19
- Posts: 3,344
Re: Textpattern CMS demo site
gaekwad wrote #326940:
And I’ll see if I can fix that typo.
Done. Fixed. Thanks for the report, phiw13!
Offline
#349 2020-11-19 06:36:52
- gaekwad
- Admin
- From: People's Republic of Cornwall
- Registered: 2005-11-19
- Posts: 3,344
Offline
#350 2020-11-24 10:43:58
- gaekwad
- Admin
- From: People's Republic of Cornwall
- Registered: 2005-11-19
- Posts: 3,344
Re: Textpattern CMS demo site
PHP 7.4.13 is currently installing to the demo server.
Two work-in-progress Textpattern URLs for your research purposes:
- php-next-dev-demo.textpattern.co/dev/ (
dev
branch on PHP 8.0.0RC5) - php-next-dev-demo.textpattern.co/4.8.4/ (
4.8.4
branch on PHP 8.0.0RC5)
Demo server tech stack (current as of post timestamp):
Site | Textpattern | HTTP | Database | PHP |
---|---|---|---|---|
Release Demo | Textpattern 4.8.3 | Nginx 1.19.4 | Percona Server 8.0 | PHP 7.4.13 (PHP-FPM) |
Prev Demo | Textpattern 4.7.3 | Nginx 1.19.4 | Percona Server 8.0 | PHP 7.3.24 (PHP-FPM) |
Dev Demo | GitHub dev branch |
Nginx 1.19.4 | Percona Server 8.0 | PHP 7.4.12 (PHP-FPM) |
PHP Next Dev Demo | GitHub dev & 4.8.4 branches |
Nginx 1.19.4 | Percona Server 8.0 | PHP 8.0.0RC5 (PHP-FPM) |
Also, a reminder footnote: I will be starting a new thread for server stack updates when PHP 8.0.0 lands. I will also start a new thread for other posts relating to the demo server since there’s over 6 years of posts, a lot of which are no longer relevant.
Offline