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
PHP error when using Table field inside a Repeater Matrix
Actual behavior
`Error: Uncaught Error: Call to a member function getInputfield() on null in /usr/local/www/apache24/noexec/clients/xxx/online/xxx.de/www/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.module:204
Stack trace:
#0 /usr/local/www/apache24/noexec/clients/xxx/online/xxx.de/www/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.module(443): ProcessWire\InputfieldRepeater->preloadInputfieldAssets() #1 /usr/local/www/apache24/noexec/clients/xxx/online/xxx.de/www/site/modules/FieldtypeRepeaterMatrix/InputfieldRepeaterMatrix.module(154): ProcessWire\InputfieldRepeater->renderReady(Object(ProcessWire\InputfieldWrapper), false) #2 /usr/local/www/apache24/noexec/clients/xxx/online/xxx.de/www/wire/core/InputfieldWrapper.php(667): ProcessWire\InputfieldRepeaterMatrix->renderReady(Object(ProcessWire\InputfieldWrapper), false) #3 [internal function]: ProcessWire\InputfieldWrapper->___renderInputfield(Object(ProcessWire\InputfieldRepeaterMatrix), false) #4 /usr/local/www/apache24/noexec/clients/sd (line 204 of /usr/local/www/apache24/noexec/clients/xxx/online/xxx.de/www/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.module)
This error message was shown because: you are logged in as a Superuser. Error has been logged.`
Steps to reproduce the issue
I added a Table field (with just a Text column) to/inside a Repeater Matrix field/type
When I try to edit a page with the Repeater Matrix field I get above error msg
Setup/Environment
ProcessWire version: PW 3.0.42
(Optional) PHP version: 5.6
(Optional) Any 3rd party modules that are installed and could be related to the issue: Pro Fields
The text was updated successfully, but these errors were encountered:
Short description of the issue
PHP error when using Table field inside a Repeater Matrix
Actual behavior
`Error: Uncaught Error: Call to a member function getInputfield() on null in /usr/local/www/apache24/noexec/clients/xxx/online/xxx.de/www/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.module:204
Stack trace:
#0 /usr/local/www/apache24/noexec/clients/xxx/online/xxx.de/www/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.module(443): ProcessWire\InputfieldRepeater->preloadInputfieldAssets()
#1 /usr/local/www/apache24/noexec/clients/xxx/online/xxx.de/www/site/modules/FieldtypeRepeaterMatrix/InputfieldRepeaterMatrix.module(154): ProcessWire\InputfieldRepeater->renderReady(Object(ProcessWire\InputfieldWrapper), false)
#2 /usr/local/www/apache24/noexec/clients/xxx/online/xxx.de/www/wire/core/InputfieldWrapper.php(667): ProcessWire\InputfieldRepeaterMatrix->renderReady(Object(ProcessWire\InputfieldWrapper), false)
#3 [internal function]: ProcessWire\InputfieldWrapper->___renderInputfield(Object(ProcessWire\InputfieldRepeaterMatrix), false)
#4 /usr/local/www/apache24/noexec/clients/sd (line 204 of /usr/local/www/apache24/noexec/clients/xxx/online/xxx.de/www/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.module)
This error message was shown because: you are logged in as a Superuser. Error has been logged.`
Steps to reproduce the issue
I added a Table field (with just a Text column) to/inside a Repeater Matrix field/type
When I try to edit a page with the Repeater Matrix field I get above error msg
Setup/Environment
The text was updated successfully, but these errors were encountered: