Announcement

#1 2021-11-26 15:55:05

maxima
Member
2021-11-26
24

[resolved] BBCode Bar

Hi

I installed https://piwigo.org/ext/extension_view.php?eid=140 and an error occurs:

Deprecated: Array and string offset access syntax with curly braces is deprecated in C:\AppServ\www\avs\plugins\bbcode_bar\include\functions.inc.php on line 14

Deprecated: Array and string offset access syntax with curly braces is deprecated in C:\AppServ\www\avs\plugins\bbcode_bar\include\functions.inc.php on line 25

Offline

 

#2 2021-11-26 22:23:54

erAck
Only trying to help
2015-09-06
2023

Re: [resolved] BBCode Bar

Those are not errors, those are "deprecated" messages. A hint, that some functionality used in the code will cease to work in a later PHP version and thus the programmer should rewrite a portion.

The forum is full of threads regarding these, for your convenience for example [Forum, post 178575 by erAck in topic 30769] Deprecated warning to suppress them, or a better but more complicated approach to log warnings and errors instead of displaying them in [Forum, post 180778 by erAck in topic 31258] Error Message.


Running Piwigo at https://erack.net/gallery/

Offline

 

#3 2022-01-02 10:30:46

maxima
Member
2021-11-26
24

Re: [resolved] BBCode Bar

Change:
{$pos} with [$pos]
{0} with [0]

and working.

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact