[pmwiki-users] warnings generated by FixFlow skin
Piotr Dybczyński
piotr at dybczynski.pl
Sun Sep 14 04:29:40 PDT 2025
Yes, in my SearchBox2.php (which is part of the Triad skin package as
well as in FixFlow skin) I have:
$RecipeInfo['SearchBox2']['Version'] = '2023-02-24';
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 12:05, Petko Yotov pisze:
> Near the start of searchbox2.php, do you see:
>
> $RecipeInfo['SearchBox2']['Version'] = '2023-02-24';
>
> Petko
>
> --
> If you upgrade : https://www.pmwiki.org/Upgrades
>
> On 14/09/2025 11:09, Piotr Dybczyński wrote:
>> 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
>> 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.
More information about the pmwiki-users
mailing list