<div dir="ltr"><div>Thanks Petko, Took me a while to get back to this. I followed your instructions and this worked, I appreciate your help and patience.</div><div><br></div><div>Don<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 29, 2019 at 2:32 AM Petko Yotov <<a href="mailto:5ko@5ko.fr">5ko@5ko.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Did you upload the modified version back to the server? Because on my <br>
server that specific warning went away after I added the quotes around <br>
'MULTILANGUAGE'.<br>
<br>
There was a different warning caused by the Markup_e() line, so I fixed <br>
both and uploaded the new file to the cookbook recipe page. Please get <br>
it from there.<br>
<br>
Petko<br>
<br>
<br>
On 29/04/2019 05:32, Donald Z. Osborn wrote:<br>
> Thank you Petko. Unfortunately this fix for multilanguge did not work.<br>
> Still getting the error message.<br>
> <br>
> I suspect it must be a problem introduced elsewhere, unless it's <br>
> related to<br>
> PHP 7.2 (will write separately about other problems related to the <br>
> latter).<br>
> <br>
> Don<br>
> <br>
> <br>
> On Wed, Mar 13, 2019 at 7:47 AM Petko Yotov <<a href="mailto:5ko@5ko.fr" target="_blank">5ko@5ko.fr</a>> wrote:<br>
> <br>
>> Just quote the constant:<br>
>> <br>
>>    define('MULTILANGUAGE', '1.1');<br>
>> <br>
>> Petko<br>
>> <br>
>> --<br>
>> If you upgrade :  <a href="http://www.pmwiki.org/Upgrades" rel="noreferrer" target="_blank">http://www.pmwiki.org/Upgrades</a><br>
>> <br>
>> <br>
>> On 11/03/2019 13:56, Donald Z. Osborn wrote:<br>
>> > *Warning*: Use of undefined constant MULTILANGUAGE - assumed<br>
>> > 'MULTILANGUAGE' (this will throw an Error in a future version of PHP)<br>
>> > in<br>
>> > <path/file><br>
>> ><br>
>> > Am using the latest version of multilanguage with 2.2.63(about to<br>
>> > update)<br>
>> > with PHP version 7.2.x<br>
>> ><br>
>> > Going to that lines 42-43, they are:<br>
>> ><br>
>> >     define(MULTILANGUAGE, '1.1');<br>
>> >     $RecipeInfo['MultiLanguage']['Version'] = '2015-10-14';<br>
<br>
_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com" target="_blank">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" rel="noreferrer" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
</blockquote></div>