Menu broken links after latest update

Laraship QuestionsCategory: TechnicalMenu broken links after latest update
juvelirum asked 5 years ago

Please check the attachment.

For some reason, after update, links in the menu are highlighted and have href="#" so nothing happens on click.

The correct links, apparently, are:

https://marketplace3.laraship.com/cms/testimonials

https://marketplace3.laraship.com/cms/downloads

https://marketplace3.laraship.com/utilities/seo-items

Attachments
1 Answers
laraship Staff answered 5 years ago

Hello,

Thank you for reporting the issue, its happening when config caching is enabled

we have pushed the fix to the repositories

to fix exiting installations please run the following queries in phpmyadmin

UPDATE  `menus` SET `url` = 'cms/testimonials', `active_menu_url` = 'cms/testimonials*'  where  `name` = 'Testimonials'  ;

UPDATE `menus` SET `url` = 'cms/downloads', `active_menu_url` = 'cms/downloads*' where `name` = 'Downloads' ;

UPDATE `menus` SET `url` = 'utilities/seo-items', `active_menu_url` = 'utilities/seo-items*' where `name` = 'SEO Items' ;