corcel / corcel/acf

Repeater error

Open
#23 16 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
132
Forks
102
PR merge metrics
No merged PRs in 30d

Description

I am getting the error below when trying to access a repeater field's values:

`FatalThrowableError in Repeater.php line 101: Call to a member function get() on null`

The data is definitely there as shown below:

screen shot 2017-03-08 at 08 23 17

I am accessing the data as shown below:

`$currentQuestion = Post::find(17);
return $currentQuestion->acf->repeater('answers');`

Thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.