You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I cloned the repo to test a few functionality (the ability to edit User profiles in particular, which can't be done with the wordpress.org version) and I ran into this error while trying to add a container:
Parse error: syntax error, unexpected 'list' (T_LIST), expecting identifier (T_STRING) in /wp-content/plugins/ultimate-fields/core/classes/Helper/Missing_Features.php on line 139
I dug around and found that you created a function named "list", which is a PHP reserved word. Renaming that to something else (and /wp-content/plugins/ultimate-fields/core/classes/Helper/Missing_Features.php lines 80 and 85, where you make the calls) seems to solve it - even though I ran into more PHP errors later.
Is this plugin being actively developed and maintained?
The text was updated successfully, but these errors were encountered:
focus-at
added a commit
to focus-at/ultimate-fields
that referenced
this issue
Apr 15, 2020
Hi. I cloned the repo to test a few functionality (the ability to edit User profiles in particular, which can't be done with the wordpress.org version) and I ran into this error while trying to add a container:
Parse error: syntax error, unexpected 'list' (T_LIST), expecting identifier (T_STRING) in /wp-content/plugins/ultimate-fields/core/classes/Helper/Missing_Features.php on line 139
I dug around and found that you created a function named "list", which is a PHP reserved word. Renaming that to something else (and /wp-content/plugins/ultimate-fields/core/classes/Helper/Missing_Features.php lines 80 and 85, where you make the calls) seems to solve it - even though I ran into more PHP errors later.
Is this plugin being actively developed and maintained?
The text was updated successfully, but these errors were encountered: