Nick L.
Nick L.
I'm not able to reproduce your issue using the steps that you provided. See the video below for what I did: [2023-12-20 18-30-32.webm](https://github.com/e107inc/e107/assets/1364268/301e95ed-ae2a-4d2a-a743-54f45e968ab4) What did you do differently from what...
I was able to reproduce the bug as a normal user (not admin) by unchecking all the "Subscribed to" items. The cause is that the `class[]` array being empty is...
@Moc: I saw that @CaMer0n reworked the admin area notifications in https://github.com/e107inc/e107/issues/5106 » https://github.com/e107inc/e107/commit/1b697193305b07b35194148db84bfe329dcf2b5f. It looks like the code that checks for a core database update was removed on [this...
This patch fixes the symptom of this bug, but I'm concerned about potential side effects: ```diff diff --git a/e107_core/shortcodes/single/navigation.php b/e107_core/shortcodes/single/navigation.php --- a/e107_core/shortcodes/single/navigation.php (revision a6e1c0b897a3bf3f3e7bd6ea0382e2556e456379) +++ b/e107_core/shortcodes/single/navigation.php (date 1691073309731) @@ -47,6...
The issue is the reuse of the `e_parse` state for a different scope (first in "navigation", then in "page"). The ideal fix would be to initialize the state for that...
### Storage Engine Addendum Because plugin_sql.php files often explicitly specify `CREATE TABLE … (…) ENGINE=MyISAM;`, I am in favor of a strict alias of `MyISAM` to `InnoDB`. To override the...
@sanslash332 and @Jimmi08: I don't have a solution in code yet, but here are the quick fix queries you can run to repair e107 e_search on InnoDB tables for the...
# RFC: `e107_config.php` v3 Format This request for comments proposes a new format for the `e107_config.php` file, which is used to store the configuration of an e107 installation. ## Motivation...
@Moc: It looks like the forum parent-child relationship structure changed from e107 v0.8 to e107 v2.1, and now, the structure is stuck in a limbo where items can have a...
@Moc: In your example structure, "Child 1.1" should actually be the child of "Subforum 1.1.1". Now, it is true that you can change the order by dragging the  bar,...