Re: [pmwiki-users] Multilanguage issue

2019-05-07 Thread Donald Z. Osborn
Thanks Petko, Took me a while to get back to this. I followed your instructions and this worked, I appreciate your help and patience. Don On Mon, Apr 29, 2019 at 2:32 AM Petko Yotov <5...@5ko.fr> wrote: > Did you upload the modified version back to the server? Because on my > server that specifi

Re: [pmwiki-users] Multilanguage issue

2019-04-28 Thread Petko Yotov
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. Plea

Re: [pmwiki-users] Multilanguage issue

2019-04-28 Thread Donald Z. Osborn
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 Pet

Re: [pmwiki-users] Multilanguage issue

2019-03-13 Thread Petko Yotov
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)

[pmwiki-users] Multilanguage issue

2019-03-13 Thread Donald Z. Osborn
Greetings, Getting an error citing line 42 in the Multilanguage.php file as follows: *Warning*: Use of undefined constant MULTILANGUAGE - assumed 'MULTILANGUAGE' (this will throw an Error in a future version of PHP) in Am using the latest version of multilanguage with 2.2.63(about to update) wi