KyleAF
KyleAF
TCTwill CMS
Created by KyleAF on 2/20/2024 in #👊support
Upgrading from 2.0 to 3.0 -Block Editor $groups issue
For anyone else who has this issue: You can't be lazy with the "groups" variable in the blade template. It HAS to be an array now, and can't be a string anymore. That error message seems pretty obvious in hindsight now, lol
4 replies
TCTwill CMS
Created by KyleAF on 2/20/2024 in #👊support
Upgrading from 2.0 to 3.0 -Block Editor $groups issue
HAHA, I spent about an hour trying to figure this out before bed, and figured it out RIGHT after I posted this
4 replies
TCTwill CMS
Created by KyleAF on 2/14/2024 in #👊support
Upgrading from 2.0 to 3.0 - routing issues
Ahh, thank you! I'll look into making the switch. Seems pretty straightforward
20 replies
TCTwill CMS
Created by KyleAF on 2/14/2024 in #👊support
Upgrading from 2.0 to 3.0 - routing issues
Got it figured out! Though I don't think it's necessarily my fault. @ifox it might be worth a read here for code-adjustment maybe? or a documentation-warning about using made-up words for module names. Unless I missed something, or unless you think this is such as edge-case as to not be worth it, lol. My module name is unusual: "wikimenu". Not a real word. I think the code is making assumptions about what the plural version of this fake word is, because everything works perfectly ONLY if I use the singular-version 'wikimenu' => [] in twill-navigation, whereas all other modules are plural inside twill-navigation. All other references are the same throughout my code as other modules..
20 replies
TCTwill CMS
Created by KyleAF on 2/14/2024 in #👊support
Upgrading from 2.0 to 3.0 - routing issues
but my "wikimenu" isn't misspelled that I cna figure
20 replies
TCTwill CMS
Created by KyleAF on 2/14/2024 in #👊support
Upgrading from 2.0 to 3.0 - routing issues
I can also replicate this on any of the other modules if I misspell their module name, such as: 'pages' => [] to 'pagees' => [] will cause the exact same error
20 replies
TCTwill CMS
Created by KyleAF on 2/14/2024 in #👊support
Upgrading from 2.0 to 3.0 - routing issues
No description
20 replies
TCTwill CMS
Created by KyleAF on 2/14/2024 in #👊support
Upgrading from 2.0 to 3.0 - routing issues
No description
20 replies
TCTwill CMS
Created by KyleAF on 2/14/2024 in #👊support
Upgrading from 2.0 to 3.0 - routing issues
No description
20 replies
TCTwill CMS
Created by KyleAF on 2/14/2024 in #👊support
Upgrading from 2.0 to 3.0 - routing issues
No description
20 replies
TCTwill CMS
Created by KyleAF on 2/14/2024 in #👊support
Upgrading from 2.0 to 3.0 - routing issues
ahh, bummer 😦
20 replies
TCTwill CMS
Created by KyleAF on 2/14/2024 in #👊support
Upgrading from 2.0 to 3.0 - routing issues
No description
20 replies
TCTwill CMS
Created by KyleAF on 2/14/2024 in #👊support
Upgrading from 2.0 to 3.0 - routing issues
Oh! Can I republish a fresh copy of the twill-navigation config file? Do you happen to know that command?
20 replies
TCTwill CMS
Created by KyleAF on 2/14/2024 in #👊support
Upgrading from 2.0 to 3.0 - routing issues
I wonder if uninstalling and reinstalling might help?
20 replies
TCTwill CMS
Created by KyleAF on 2/14/2024 in #👊support
Upgrading from 2.0 to 3.0 - routing issues
Thank you for the response! I just tried optimize:clear. It cleared the cached bootstrap files, but no luck unfortunately 😦 I did run the
php ./vendor/area17/twill/upgrade.php
php ./vendor/area17/twill/upgrade.php
script prior while upgrading as well.
20 replies