Skip to content

Instantly share code, notes, and snippets.

@uzielweb
Created May 18, 2021 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uzielweb/1dca06d0586b24e87a7410dcfd03ce6f to your computer and use it in GitHub Desktop.
Save uzielweb/1dca06d0586b24e87a7410dcfd03ce6f to your computer and use it in GitHub Desktop.
Update Menu Types after Joomla Upgrade from 2.5 to 3
UPDATE `#__menu` SET `menutype` = 'main' WHERE `g4t1l_menu`.`menutype` = 'menu'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment