Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#21 2020-12-15 07:13:23
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,303
- Website
Re: adi_detritus - Sweep up the rubbish
etc wrote #327490:
Thanks Adi, the errors are gone now and the plugin seems to do its job. I still get many warnings, but that’s quite common in php 8 since it tends to unsilence them.
No problem, hopefully the unsilenced warnings now keep quiet.
Version 0.4 available for download:
- OS-agnosticism (thanks etc)
- less reliance on the “@” error-control operator WRT PHP 8
Offline
#22 2020-12-15 12:16:01
- etc
- Developer
- Registered: 2010-11-11
- Posts: 4,079
- Website
Re: adi_detritus - Sweep up the rubbish
Ace, no more php warnings, thanks.
I’ve counted >100 silenced calls in txp code, though none seems to raise its head in php 8.
Offline
#23 2020-12-15 13:02:41
- Bloke
- Developer
- From: Leeds, UK
- Registered: 2006-01-29
- Posts: 9,996
- Website
Re: adi_detritus - Sweep up the rubbish
etc wrote #327525:
I’ve counted >100 silenced calls in txp code
Yeah. Like making new classes and retiring old functions, this is one of those things I think we should “fix as we find them” over time.
Sorry for hijacking your thread, Adi.
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
Offline
#24 2021-01-12 02:01:41
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,303
- Website
Re: adi_detritus - Sweep up the rubbish
Version 0.5 is here:
- fix: double notifications for .nodelete
- fix: removed objection to sitemap.xml (thanks bici)
- new: browserconfig.xml & site.webmanifest awareness
- new: check for .swf files
- new: textpattern/plugins directory checks
- more OS-agnosticism
Offline