Duncan Cameron
Duncan Cameron
A misunderstanding on my part. php treats a date formatted with '/' characters such as 01/12/2023 as being mm/dd/yy.
Closing as the raiser's account no longer exists.
This appears to have been fixed by the recent upgrade to dokuwiki.
Removed a few more upgrade steps that apply to databases prior to 3.2.0. If someone upgrades a very old database then they have to go to 3.2.0 first, and that...
The link from the plugins page "Recaptcha V3 Settings" works for me with phplist 3.6.10.
Tested with php 8 by creating a new campaign, but not able to test with earlier versions of php. As the class name has changed from 'UUID' to 'Uuid' you...
What's the prime objective? If it is to support other databases then PDO seems to be the simplest. The current approach of functions in mysqli.inc can be replaced by similar...
> This is not as easy as it seems. Just initialising the DB structure already throws up enormous amounts of issues. One thing we need to do in a next...
The function hostname() seems to be used in only a few places when constructing a URL. Elsewhere the global variable `$website` which is taken from `getConfig('website')` is used for that....