backdrop-contrib / coder_upgrade

Helps automate some/most of the work required to upgrade a module from Drupal to Backdrop 1.x
GNU General Public License v2.0
4 stars 7 forks source link

Some gotchas #26

Open herbdool opened 4 years ago

herbdool commented 4 years ago

There are a few gotchas which users should be aware of. Some of them can be fixed, others should have warnings. Currently using coder_upgrade could be misleading developers.

Bugs:

Misleading:

bugfolder commented 3 years ago

PR 32 fixes the missing $config->save() in upgrade hook.

bugfolder commented 3 years ago

PR 42 fixes "Forces TRUE/FALSE to be strings in config file.".

roxy-jaqkar commented 2 years ago

Trying to convert Bundle Copy module with Coder Upgrade and running into problems. The module is not recognizing my folders (new/old/patch). Have checked permissions, cleared cache and run cron to no avail. Any ideas? coder error

docwilmot commented 2 years ago

Strange. To be clear, you placed the module folder to be converted into SITE_ROOT/files/coder_upgrade/old and not SITE_ROOT/modules/coder_upgrade/old ?

roxy-jaqkar commented 2 years ago

Yes, path is: site_root/files/coder_upgrade/old. I uploaded a zip file.

docwilmot commented 2 years ago

Ahh no, not a zipped file, upload the actual folder.

roxy-jaqkar commented 2 years ago

OK, will try that. Thanks!

bugfolder commented 2 years ago

Bringing this back on-topic, the two remaining open bugs from this issue are (adding checkboxes to check them off as they get addressed):