<div dir="ltr"><div dir="ltr"><div>Please unsubscribe me. I tried following the instructions, but I'm still getting these...</div><div><br></div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Blessings</div><div>Dan</div><div><br></div><div><div dir="ltr"><font color="#000000" face="sans-serif"><i>Climb higher in your walk with God...</i></font></div><div><font color="#000000" face="sans-serif"><i><a href="http://www.fastmissions.com/" target="_blank">WWW.FASTMISSIONS.COM</a></i></font></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Thu, Aug 7, 2025 at 3:00 PM <<a href="mailto:pmwiki-users-request@pmichaud.com">pmwiki-users-request@pmichaud.com</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">Send pmwiki-users mailing list submissions to<br>
        <a href="mailto:pmwiki-users@pmichaud.com" target="_blank">pmwiki-users@pmichaud.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<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>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:pmwiki-users-request@pmichaud.com" target="_blank">pmwiki-users-request@pmichaud.com</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:pmwiki-users-owner@pmichaud.com" target="_blank">pmwiki-users-owner@pmichaud.com</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of pmwiki-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Problems with AttachDelete Cookbook after upgrade to PHP 8.2<br>
      (Reiner Buehl)<br>
   2. Re: Problems with AttachDelete Cookbook after upgrade to PHP<br>
      8.2 (Petko Yotov)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 7 Aug 2025 20:21:31 +0200<br>
From: Reiner Buehl <<a href="mailto:reiner@buehl.net" target="_blank">reiner@buehl.net</a>><br>
To: Pmwiki Users <<a href="mailto:pmwiki-users@pmichaud.com" target="_blank">pmwiki-users@pmichaud.com</a>><br>
Subject: [pmwiki-users] Problems with AttachDelete Cookbook after<br>
        upgrade to PHP 8.2<br>
Message-ID: <<a href="mailto:4993789c-0b4e-430d-af5f-2a40c6252d42@buehl.net" target="_blank">4993789c-0b4e-430d-af5f-2a40c6252d42@buehl.net</a>><br>
Content-Type: text/plain; charset=UTF-8; format=flowed<br>
<br>
Hi all,<br>
<br>
after upgrading to PHP 8.2, I get the following error from the latest <br>
available version of the AttachDelete cookbook (0.08 - KK):<br>
<br>
PHP Fatal error:? Array and string offset access syntax with curly <br>
braces is no longer supported in <br>
/var/www/pmwiki-2.4.6/cookbook/attachdel.php on line 121<br>
<br>
Is there a way to fix this?<br>
<br>
Best regards,<br>
Reiner<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 07 Aug 2025 20:31:07 +0200<br>
From: Petko Yotov <<a href="mailto:5ko@5ko.fr" target="_blank">5ko@5ko.fr</a>><br>
To: Reiner Buehl <<a href="mailto:reiner@buehl.net" target="_blank">reiner@buehl.net</a>><br>
Cc: Pmwiki Users <<a href="mailto:pmwiki-users@pmichaud.com" target="_blank">pmwiki-users@pmichaud.com</a>><br>
Subject: Re: [pmwiki-users] Problems with AttachDelete Cookbook after<br>
        upgrade to PHP 8.2<br>
Message-ID: <<a href="mailto:e5c1d4baa5e8d17413212fef509a0fd1@5ko.fr" target="_blank">e5c1d4baa5e8d17413212fef509a0fd1@5ko.fr</a>><br>
Content-Type: text/plain; charset=UTF-8; format=flowed<br>
<br>
On 07/08/2025 20:21, Reiner Buehl wrote:<br>
> after upgrading to PHP 8.2, I get the following error from the latest<br>
> available version of the AttachDelete cookbook (0.08 - KK):<br>
> <br>
> PHP Fatal error:? Array and string offset access syntax with curly<br>
> braces is no longer supported in<br>
> /var/www/pmwiki-2.4.6/cookbook/attachdel.php on line 121<br>
> <br>
> Is there a way to fix this?<br>
<br>
Yes, replace curly braces with square brackets in expressions indicating <br>
a numbered character in a string:<br>
<br>
   $file{0}<br>
<br>
with<br>
<br>
   $file[0]<br>
<br>
Petko<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<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>
<br>
<br>
------------------------------<br>
<br>
End of pmwiki-users Digest, Vol 242, Issue 1<br>
********************************************<br>
</blockquote></div></div>