• I see one PHP warning on the backend/frontend when enabling the plugin. I use PHP 8.1 and Glotpress 4.0.1:

    Warning: Undefined array key 0 in /wp-content/plugins/gp-machine-translate/gp-machine-translate.php on line 54
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Greg Ross

    (@gregross)

    You should disable PHP error/warning output in your PHP config to avoid these kinds of messages. PHP generates all kinds of warnings, even some from WordPress itself depending on the usage.

    Having said that, I’ll track down this specific one and fix it.

    Plugin Author Greg Ross

    (@gregross)

    Also, once you save the settings for the first time, this warning should disappear.

    Plugin Author Greg Ross

    (@gregross)

    Fix will be included in next release.

    @gregross thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP warning on backend/frontend’ is closed to new replies.