HELP
Dan Vis <[email protected]> Fri, 8 Aug 2025 15:20:48 -0400
| Newsgroups | gmane.comp.web.wiki.pmwiki.user |
|---|---|
| Message-ID | <CABnVu_43gEQ8QgY3gXiUMrt11T4cwTTrvbdKzrfPKDJNPJbRog@mail.gmail.com> |
--===============1900667597065245037== Content-Type: multipart/alternative; boundary="000000000000bc376e063bdf790f" --000000000000bc376e063bdf790f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Please unsubscribe me. I tried following the instructions, but I'm still getting these... Blessings Dan *Climb higher in your walk with God...* *WWW.FASTMISSIONS.COM <http://www.fastmissions.com/>* On Thu, Aug 7, 2025 at 3:00=E2=80=AFPM <[email protected]> = wrote: > Send pmwiki-users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of pmwiki-users digest..." > > > Today's Topics: > > 1. Problems with AttachDelete Cookbook after upgrade to PHP 8.2 > (Reiner Buehl) > 2. Re: Problems with AttachDelete Cookbook after upgrade to PHP > 8.2 (Petko Yotov) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 7 Aug 2025 20:21:31 +0200 > From: Reiner Buehl <[email protected]> > To: Pmwiki Users <[email protected]> > Subject: [pmwiki-users] Problems with AttachDelete Cookbook after > upgrade to PHP 8.2 > Message-ID: <[email protected]> > Content-Type: text/plain; charset=3DUTF-8; format=3Dflowed > > Hi all, > > after upgrading to PHP 8.2, I get the following error from the latest > available version of the AttachDelete cookbook (0.08 - KK): > > PHP Fatal error:? Array and string offset access syntax with curly > braces is no longer supported in > /var/www/pmwiki-2.4.6/cookbook/attachdel.php on line 121 > > Is there a way to fix this? > > Best regards, > Reiner > > > > > ------------------------------ > > Message: 2 > Date: Thu, 07 Aug 2025 20:31:07 +0200 > From: Petko Yotov <[email protected]> > To: Reiner Buehl <[email protected]> > Cc: Pmwiki Users <[email protected]> > Subject: Re: [pmwiki-users] Problems with AttachDelete Cookbook after > upgrade to PHP 8.2 > Message-ID: <[email protected]> > Content-Type: text/plain; charset=3DUTF-8; format=3Dflowed > > On 07/08/2025 20:21, Reiner Buehl wrote: > > after upgrading to PHP 8.2, I get the following error from the latest > > available version of the AttachDelete cookbook (0.08 - KK): > > > > PHP Fatal error:? Array and string offset access syntax with curly > > braces is no longer supported in > > /var/www/pmwiki-2.4.6/cookbook/attachdel.php on line 121 > > > > Is there a way to fix this? > > Yes, replace curly braces with square brackets in expressions indicating > a numbered character in a string: > > $file{0} > > with > > $file[0] > > Petko > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > pmwiki-users mailing list > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > > > ------------------------------ > > End of pmwiki-users Digest, Vol 242, Issue 1 > ******************************************** > --000000000000bc376e063bdf790f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div dir=3D"ltr"><div>Please=C2=A0unsubscribe me. I tried = following=C2=A0the instructions, but I'm still getting these...</div><d= iv><br></div><div><div dir=3D"ltr" class=3D"gmail_signature"><div dir=3D"lt= r"><div><div dir=3D"ltr"><div>Blessings</div><div>Dan</div><div><br></div><= div><div dir=3D"ltr"><font color=3D"#000000" face=3D"sans-serif"><i>Climb h= igher in your walk with God...</i></font></div><div><font color=3D"#000000"= face=3D"sans-serif"><i><a href=3D"http://www.fastmissions.com/" target=3D"= _blank">WWW.FASTMISSIONS.COM</a></i></font></div></div></div></div></div></= div></div><br></div><br><div class=3D"gmail_quote gmail_quote_container"><d= iv dir=3D"ltr" class=3D"gmail_attr">On Thu, Aug 7, 2025 at 3:00=E2=80=AFPM = <<a href=3D"mailto:[email protected]">pmwiki-users-reque= [email protected]</a>> wrote:<br></div><blockquote class=3D"gmail_quote" s= tyle=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);pad= ding-left:1ex">Send pmwiki-users mailing list submissions to<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"mailto:[email protected]" ta= rget=3D"_blank">[email protected]</a><br> <br> To subscribe or unsubscribe via the World Wide Web, visit<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"http://www.pmichaud.com/mailman/list= info/pmwiki-users" rel=3D"noreferrer" target=3D"_blank">http://www.pmichaud= .com/mailman/listinfo/pmwiki-users</a><br> or, via email, send a message with subject or body 'help' to<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"mailto:pmwiki-users-request@pmichaud= .com" target=3D"_blank">[email protected]</a><br> <br> You can reach the person managing the list at<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 <a href=3D"mailto:[email protected]= om" target=3D"_blank">[email protected]</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> =C2=A0 =C2=A01. Problems with AttachDelete Cookbook after upgrade to PHP 8.= 2<br> =C2=A0 =C2=A0 =C2=A0 (Reiner Buehl)<br> =C2=A0 =C2=A02. Re: Problems with AttachDelete Cookbook after upgrade to PH= P<br> =C2=A0 =C2=A0 =C2=A0 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=3D"mailto:[email protected]" target=3D"_blank= ">[email protected]</a>><br> To: Pmwiki Users <<a href=3D"mailto:[email protected]" target=3D= "_blank">[email protected]</a>><br> Subject: [pmwiki-users] Problems with AttachDelete Cookbook after<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 upgrade to PHP 8.2<br> Message-ID: <<a href=3D"mailto:4993789c-0b4e-430d-af5f-2a40c6252d42@bueh= l.net" target=3D"_blank">[email protected]</a>= ><br> Content-Type: text/plain; charset=3DUTF-8; format=3Dflowed<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=3D"mailto:[email protected]" target=3D"_blank">5ko@5= ko.fr</a>><br> To: Reiner Buehl <<a href=3D"mailto:[email protected]" target=3D"_blank">= [email protected]</a>><br> Cc: Pmwiki Users <<a href=3D"mailto:[email protected]" target=3D= "_blank">[email protected]</a>><br> Subject: Re: [pmwiki-users] Problems with AttachDelete Cookbook after<br> =C2=A0 =C2=A0 =C2=A0 =C2=A0 upgrade to PHP 8.2<br> Message-ID: <<a href=3D"mailto:[email protected]" = target=3D"_blank">[email protected]</a>><br> Content-Type: text/plain; charset=3DUTF-8; format=3Dflowed<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 <b= r> a numbered character in a string:<br> <br> =C2=A0 =C2=A0$file{0}<br> <br> with<br> <br> =C2=A0 =C2=A0$file[0]<br> <br> Petko<br> <br> <br> <br> ------------------------------<br> <br> Subject: Digest Footer<br> <br> _______________________________________________<br> pmwiki-users mailing list<br> <a href=3D"mailto:[email protected]" target=3D"_blank">pmwiki-users= @pmichaud.com</a><br> <a href=3D"http://www.pmichaud.com/mailman/listinfo/pmwiki-users" rel=3D"no= referrer" target=3D"_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> --000000000000bc376e063bdf790f-- --===============1900667597065245037== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users --===============1900667597065245037==--