@melp57 - I'm sorry, but I think I would need additional information to be of any help with your situation.
Please, provide a little more detail about how far you get in the installation process when you get this error? The more details you provide, the more likely we are able to help.
I can't get passed the second page where checks are made to ensure you have the correct components, even though I have the correct version of php and mysql, as well as apache2 server. Php and web server are the only 2 not checked off.
I agree with BWPanda about the better way to add a filter. As for your general question on how to add an array to a config file (which gets stored as json), have you tried:
$config = config('...
I think that directly editing config is rarely, if ever, the best way to do something...
Perhaps try loading a format (with it's filters) using filter_format_load(), add the new filter array (by...
Posted2 hours 50 min ago by Peter Anderson (BWPanda) on:
My initial goal was to create a menu item that linked to a view that I had configured and that was being created on installation of the module, by including the view config file.
To do this, I just...
Yep, node_save() is just a wrapper for $node->save(). This is because the latter is Object-Oriented Programming (OOP), and a lot of people aren't as familiar with that. So the former can be used...
Posted2 days 6 hours ago by Peter Anderson (BWPanda) on:
Seems that they must be the same thing.
https://docs.backdropcms.org/api/backdrop/core%21modules%21node%21node.m...
I am wondering now if the different behavior I experienced was impacted by other...
Comments
@melp57 - I'm sorry, but I think I would need additional information to be of any help with your situation.
Please, provide a little more detail about how far you get in the installation process when you get this error? The more details you provide, the more likely we are able to help.
Is it possible to provide a screenshot?
I can't get passed the second page where checks are made to ensure you have the correct components, even though I have the correct version of php and mysql, as well as apache2 server. Php and web server are the only 2 not checked off.
Can you add a screenshot of that whole page into a reply?