• aads4

    (@aads4)


    I have installed the Participants Database on mij localhost. Now I get this warning:
    Warning: Trying to access array offset on value of type bool in C:\xampp\htdocs\TCOV-LEDEN\wp-content\plugins\participants-database\classes\PDb_Date_Parse.php on line 279

    What is going wrong? The php-version is 8.2

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Nothing to worry about there, the DateTime parser wasn’t able to parse the date. I need to fix it so the warning won’t happen, but it’s not really a problem.

    I suggest you install the “intl” module in your php on your server (if you don’t have it). This will improve date parsing, especially if you’re in a non-English speaking area.

    If you don’t know how to do that yourself, you can ask your hosting provider.

    Thread Starter aads4

    (@aads4)

    I uncomment ;extension=intl in C:\xampp\php. Now 1 warning still remain.
    Do I have to do something more?

    Thread Starter aads4

    (@aads4)

    I mean php.ini

    Plugin Author xnau webdesign

    (@xnau)

    It’s nothing to worry about, but if you want to find out what’s causing it, I need to know the exact circumstances where you see this message.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘access array offset’ is closed to new replies.