-
joseph.olstad →
committed dc6eb4b2 on 7.x-1.x authored by
DamienMcKenna →
Issue #2832330 by DamienMcKenna, trackleft2, LittleRedHen, mw4ll4c3,...
-
joseph.olstad →
committed dc6eb4b2 on 7.x-1.x authored by
DamienMcKenna →
- Status changed to Fixed
almost 2 years ago 1:46am 30 January 2023 -
joseph.olstad →
committed ecbb40ac on 7.x-2.x authored by
DamienMcKenna →
Issue #2832330 by DamienMcKenna, trackleft2, LittleRedHen, mw4ll4c3,...
-
joseph.olstad →
committed ecbb40ac on 7.x-2.x authored by
DamienMcKenna →
- 🇨🇦Canada joseph.olstad
https://www.drupal.org/project/better_formats/releases/7.x-1.0-beta4 →
And for those using PHP 8.0, PHP 8.1, PHP 8.2, use the latest 2.0 release (currently 7.x-2.0-beta2)
https://www.drupal.org/project/better_formats/releases/7.x-2.0-beta2 →
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 7:26pm 16 March 2023 - 🇩🇪Germany Anybody Porta Westfalica
@joseph.olstad could you perhaps have a short look at the clear regression here and merge that?
🐛 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal7.temp_fix_better_formats' doesn't exist Fixed Currently all updates are failing on our sites using table prefixes.Thanks!
- 🇵🇹Portugal b.rafael.oliveira
@Anybody , I had the same problem and just edited better_formats.install , adding the d7 prefix to the queries like "FROM temp_fix_better_formats" with "FROM d7_temp_fix_better_formats"
Whenever it uses the table name variable ($table_name = 'temp_fix_better_formats') , it works: the db_create_table already adds the prefix d7_ .
- 🇩🇪Germany Anybody Porta Westfalica
@joseph.olstad sadly looks like this caused another major regression? See 🐛 Removing the format field breaks other modules Fixed