Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Feedback: Textpattern CMS 4.9.1 released
etc wrote #342903:
Possibly
intlextension disabled?
Okay, yeah it’s not showing in phpinfo(). Even though the Configure strings show --enable-intl=shared it doesn’t show up as a subsection further down, like I’d expect. I’ll poke around in cpanel on this client’s host and if I don’t get any joy will contact the hoster.
Thank you.
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
Re: Feedback: Textpattern CMS 4.9.1 released
Update: That was easy. It was unchecked in the PHP extensions manager in cpanel. Fixed. Thank you so much, Oleg.
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
#18 Today 12:41:06
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,332
Re: Feedback: Textpattern CMS 4.9.1 released
two observations under the write tab.
1. when i have saved a new article, the “new” button/link no longer appears in the top right, it used to be there. i have to go to the menu and select write again. very annoying.
2. i can’t find the “recent articles” block anymore, is it no longer there? i really liked it, made life easier.
Textpattern version: 4.9.1 (42c24f9149210e093e6a455b497438f62df6a7acb42d38a3)
Last update: 2026-03-26 15:36:35/2026-03-24 10:04:58
Textpattern path: __TXP-ROOT/textpattern
Article URL pattern: section_category_title
Production status: live
Temporary directory path: __TXP-ROOT/textpattern/tmp
PHP version: 8.5.3
GD Graphics Library: bundled (2.1.0 compatible); Supported formats: GIF, JPEG, PNG, WebP, AVIF.
Server time zone: Europe/Tallinn
Server local time: 2026-03-27 14:38:06
Daylight Saving Time enabled?:
Automatically adjust Daylight Saving Time setting?: 1
Time zone (GMT offset in seconds): Europe/Tallinn (7200)
MySQL: 11.4.10-MariaDB-log (Source distribution)
Database server time: 2026-03-27 14:38:06
Database server time offset: -3599 s
Database server time zone: SYSTEM
Database session time zone: SYSTEM
Locale: en_US.UTF-8
Site / Admin language: en / en
Web server: Apache / ZoneOS
PHP server API: cgi-fcgi
PHP SSL version: OpenSSL 3.5.5 27 Jan 2026
RFC 2616 headers: 0
Server OS: Linux 6.6.106-zoneos
Admin-side theme: hive 4.9.1
Active plugins: adi_notes-1.4 (modified) rah_metas-1.5 (modified) rss_auto_excerpt-0.5.1Pre-flight check:
————————————
You have PHP enabled in your articles/pages. To improve security from potentially malicious and damaging code, consider switching these off via the Preferences panel, unless you absolutely need to embed PHP functionality in your site.
————————————.htaccess file contents:
————————————
- BEGIN Textpattern
#DirectoryIndex index.php index.html
<IfModule mod_rewrite.c> RewriteEngine On
#Options +FollowSymlinks
#RewriteBase /relative/web/path/
RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$ RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule><IfModule mod_mime.c> AddType image/svg+xml svg svgz AddEncoding gzip svgz
</IfModule>
- For .htaccess configuration settings and explanations, please refer to:
- https://github.com/h5bp/server-configs-apache/blob/main/dist/.htaccess
- https://httpd.apache.org/docs/
- END Textpattern
————————————
Offline
#19 Today 12:56:22
Re: Feedback: Textpattern CMS 4.9.1 released
The “new article” button was sacrificed to avoid the save block getting overcrowded now that there are other preview buttons. Doing Content › Write is only one click more, but I agree, it takes a while to reprogram your muscle memory.
Similarly, the recent and next/prev were dropped from txp 4.9 but you can resurrect them with jcr_writenav_buttons. There’s also wet_quickopen which is arguably more useful as it provides a little search box in the recent articles list.
TXP Builders – finely-crafted code, design and txp
Offline