[pmwiki-users] warnings generated by FixFlow skin

Petko Yotov 5ko at 5ko.fr
Sun Sep 14 01:35:08 PDT 2025


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