Did you upload the modified version back to the server? Because on my server that specific warning went away after I added the quotes around 'MULTILANGUAGE'.

There was a different warning caused by the Markup_e() line, so I fixed both and uploaded the new file to the cookbook recipe page. Please get it from there.

Petko


On 29/04/2019 05:32, Donald Z. Osborn wrote:
Thank you Petko. Unfortunately this fix for multilanguge did not work.
Still getting the error message.

I suspect it must be a problem introduced elsewhere, unless it's related to PHP 7.2 (will write separately about other problems related to the latter).

Don


On Wed, Mar 13, 2019 at 7:47 AM Petko Yotov <5...@5ko.fr> wrote:

Just quote the constant:

   define('MULTILANGUAGE', '1.1');

Petko

--
If you upgrade :  http://www.pmwiki.org/Upgrades


On 11/03/2019 13:56, Donald Z. Osborn wrote:
> *Warning*: Use of undefined constant MULTILANGUAGE - assumed
> 'MULTILANGUAGE' (this will throw an Error in a future version of PHP)
> in
> <path/file>
>
> Am using the latest version of multilanguage with 2.2.63(about to
> update)
> with PHP version 7.2.x
>
> Going to that lines 42-43, they are:
>
>     define(MULTILANGUAGE, '1.1');
>     $RecipeInfo['MultiLanguage']['Version'] = '2015-10-14';

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to