Hi Guys, it's been now 1 week having fun with backdrop, and must say, has all the things I did expect for a Drupal 8, everything you need out of the box, it's there just to develop. Nice work sirs!
Just a little trouble that I found, and could be a core bug, may not. Anyway let me explain myself.
1.- Deleted a field of a node type.
2.- View any node of that content type.
Got this error:
Error
array_merge(): Argument #2 must be of type array, null given
Also tried to make a update.php to solve it and got this message on the wizard that could be related.
Warning: Trying to access array offset on value of type null in views_get_module_apis() (line 991 of /hosting/www/best-escorts-mallorca.com/public/core/modules/views/views.module).
Any suggestions?
Thanks in advance
That's going to be a tricky one to debug. My guess is that you had created blocks that displayed individual fields from a specific node, and now that that field is gone, the block rendering is failing.
Go to Structure > Layouts and open the layout that's generating the error, then inspect the blocks to see if any of them looks funny or was supposed to display a specific field. You can also remove all blocks and recreate that layout.