Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jan-Peter

    (@starguide)

    Hi Matthias,

    first of all, you seem to have the WordPress debug mode enabled. On productive environments it is not recommended to have it active. Please check in your wp-config.php if

    define( 'WP_DEBUG', false );

    is set to true. If so, I first of all recommend that you set it to it’s default value false. This should get ride of the notice.

    Still this notice shouldn’t appear in the first place. I’ll put it on my to do list for the next release.

    Thanks for letting us know!

    JP

    Thread Starter matthias11986

    (@matthias11986)

    Thank you so much, it solved my problem and as well another one, with caching (zlib.output_compression).

    Great job.

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

The topic ‘Undefined index: services’ is closed to new replies.