• sammlerkalle_dev

    19 mensajes

    Alemania

    Hello,

    I think there is an error in the documentation of the REST-Api (Wiki / Google-code). At 'Notifications List' is an example for PHP ('Code example (PHP) showing you how to handle XML notifications' - 'To log the notification').

    The line 'chmod ($logFileHandler, 0666);' returns a warning (file not found).

    Instead, it must be called:
    chmod ($logfileName, 0666);