TickTackk Well-known member Dec 10, 2018 #1 Affected version XF 2.x In file src\XF\Entity\Navigation.php Find: PHP: 'parent_navigation_id' => ['type' => self::STR, 'maxLength' => 25, 'default' => ''], Replace with: PHP: 'parent_navigation_id' => ['type' => self::STR, 'maxLength' => 50, 'default' => ''],
In file src\XF\Entity\Navigation.php Find: PHP: 'parent_navigation_id' => ['type' => self::STR, 'maxLength' => 25, 'default' => ''], Replace with: PHP: 'parent_navigation_id' => ['type' => self::STR, 'maxLength' => 50, 'default' => ''],
XF Bug Bot XenForo bug fixer bot Staff member Dec 10, 2018 #2 Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in a future XF release (2.0.12). Change log: Use the correct maxlength value for the public navigation structure. Additionally, bump AdminNavigation ID lengths up to 50 from 25. Click to expand... Any changes made as a result of this issue being resolved may not be rolled out here until later.
Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in a future XF release (2.0.12). Change log: Use the correct maxlength value for the public navigation structure. Additionally, bump AdminNavigation ID lengths up to 50 from 25. Click to expand... Any changes made as a result of this issue being resolved may not be rolled out here until later.