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
Argument 1 passed to DOMDocument::importNode() must be an instance of DOMNode, null given
in /home/vagrant/code/comfort/taxi_comfort/vendor/wbraganca/yii2-dynamicform/DynamicFormWidget.phpat line 184
$document->appendChild($document->importNode($results->first()->getNode(0), true));
in method create. How to fix this?
The text was updated successfully, but these errors were encountered:
Argument 1 passed to DOMDocument::importNode() must be an instance of DOMNode, null given
in /home/vagrant/code/comfort/taxi_comfort/vendor/wbraganca/yii2-dynamicform/DynamicFormWidget.phpat line 184
$document->appendChild($document->importNode($results->first()->getNode(0), true));
in method create. How to fix this?
The text was updated successfully, but these errors were encountered: