@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.
The block system and API in Backdrop is very different from Drupal's. In Backdrop, as in Drupal, modules can define blocks in code (in fact some of the API at this level is the same, with...
Posted4 days 18 hours ago by Alejandro Cremaschi (argiepiano) on:
This was from examining line 2463- of the webform.module, where
// Attach necessary JavaScript and CSS.
$form['#attached'] = array(
'css' => array(backdrop_get_path('module', 'webform...
d'oh. Because of course it is reassigning. Don't mind me...
the correct syntax is
$form['#attached']['js'][] =
backdrop_get_path('module', 'mymodule') . '/mymodule.js';
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?