Hi, we have an issue here: https://github.com/backdrop/backdrop-issues/issues/965 for Softaculous. Somehow though after a few conversations with them, nothing happened and this dropped off our radar. Resent an email to them today, thanks for reminding.
Install.php is in the "core" folder, incidentally. Did you check there? Its present both in the Backdrop repository on GitHub and in the zip downloaded from Backdrop CMS, so if its not where it should be your download must have corrupted somehow. Please try again.
Ok, it was a Google Chrome issue, I downloaded form Firefox and it installed fine.
I was pleasantly surprised how it installed flawlessly on xampp, no modifying php.ini, no errors, no stackoverflow wild goose chase, refreshing after stugling with D8 nightmares for months!
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...
Posted5 days 3 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
Hi, we have an issue here: https://github.com/backdrop/backdrop-issues/issues/965 for Softaculous. Somehow though after a few conversations with them, nothing happened and this dropped off our radar. Resent an email to them today, thanks for reminding.
Install.php is in the "core" folder, incidentally. Did you check there? Its present both in the Backdrop repository on GitHub and in the zip downloaded from Backdrop CMS, so if its not where it should be your download must have corrupted somehow. Please try again.
Ok, it was a Google Chrome issue, I downloaded form Firefox and it installed fine.
I was pleasantly surprised how it installed flawlessly on xampp, no modifying php.ini, no errors, no stackoverflow wild goose chase, refreshing after stugling with D8 nightmares for months!
Bravo! ;)