nextvikas / Advanced-Custom-Fields-Repeater-Field

Advanced Custom Fields: Repeater Field
31 stars 23 forks source link

Update acf-repeater-field.php for PHP 8 optional parameters #5

Closed badbilou closed 1 month ago

DinantKasper commented 9 months ago

I encounter the following errors when attempting to implement these changes:

Deprecated: Required parameter $field follows optional parameter $name in /mnt/web118/b2/99/511895799/htdocs/wp-content/plugins/acf-flexible-content/includes/5-7/acf-flexible-content-field.php on line 1077 
Deprecated: Required parameter $field follows optional parameter $i in /mnt/web118/b2/99/511895799/htdocs/wp-content/plugins/acf-flexible-content/includes/5-7/acf-flexible-content-field.php on line 1113 

And a lot errors: Warning: Cannot modify header information - headers already sent by (output started at [...]

badbilou commented 9 months ago

acf-flexible-content

You have to do the same patch on this other plugin.