• Ambyomoron

    (@josiah-s-carberry)


    My web server error log is chock full of messages of the sort:

    FastCGI: server “/home/blahbalh/.fpm/php5.external” stderr: PHP message: PHP Warning: A non-numeric value encountered in /blahblah/wp-content/plugins/quick-event-manager/quick-event-manager.php on line 1048

    Sometimes the error is on line 1697

    The warning is apparently triggered by a GET request similar to:
    GET /event/some-event-name/ HTTP/1.1

    In other words, whenever anyone looks at any event, the message is generated in the log.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Graham

    (@aerin)

    This is why I don’t bother with server logs any more!

    Can you download the update from here and test:

    https://quick-plugins.com/quick-event-manager/qem-update/

    Thread Starter Ambyomoron

    (@josiah-s-carberry)

    No change – the errors still appear.

    Graham

    (@aerin)

    I think I can see what’s happening. The plugin is checking the DB to see if there is a fixed number of places and if anyone has registered.

    The checking function returns a number or null. It’s null that PHP doesn’t like

    Fixing this is a real hack

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

The topic ‘A non-numeric value encountered…’ is closed to new replies.