[pmwiki-users] warnings generated by FixFlow skin
Piotr Dybczyński
piotr at dybczynski.pl
Sun Sep 14 02:09:54 PDT 2025
Hi,
I use the latest PmWiki 2.5.1 under Debian 12 with PHP 8.2
I downloaded the latest Triad skin but found some problems, discussed on
the pmwiki list in the beginning of July 2023 with Gregor Klarič.
In his mail dated 3.07.2023 12:39 Gregor proposed the corrected Triad
skin script which I successfully use now (see the attached file).
It would be fantastic if someone could update the whole Triad skin to
the PHP 8.2
Thanks,
Piotr
--
/***********************************************************************
dr Piotr A. Dybczyński
homepage: https://www.dybczynski.pl/Piotr
e-mail: piotr at dybczynski.pl
*****************************************************************PAD***/
W dniu 14.09.2025 o 10:35, Petko Yotov pisze:
> Do you have the latest version of the skin? If not, please update it and
> report if you still see the warning.
>
> What is your PHP version? What is your PmWiki version?
>
> Petko
>
>
>
> On 14/09/2025 09:55, Piotr Dybczyński wrote:
>> No, this does not help. The same warning.
>>
>> I suspect that referring $opt['target'] without 'target' definition is
>> the reason, but I am not sure and do not know how to fix it.
>>
>> Piotr
>> W dniu 12.09.2025 o 19:20, Gregor Klarič pisze:
>>> You can try and change this line
>>>
>>> if(isset($opt['target'])) $target = MakePageName($pagename,
>>> $opt['target']);
>>>
>>> to
>>>
>>> if (!empty($opt['target'])) $target = MakePageName($pagename,
>>> $opt['target']);
>>>
>>> and see if this gets rid of the warning.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: triad_skin.php
Type: application/x-php
Size: 19616 bytes
Desc: not available
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20250914/ce87ecd2/attachment-0001.bin>
More information about the pmwiki-users
mailing list