-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing "types-menu.twig" in fresh SEOmatic v5.1.10 installation #1563
Comments
Also seeing this on Craft Team 5.5.10, updated to SEOmatic 5.1.10. No error visible but no dropdown available for entry types in Content SEO section for a section where there are multiple types. Probably unrelated but also seeing this 500 error in Console, stating that Craft Pro is required.
|
Can you post the actual stack trace for:
Both will be in your Nowhere in SEOmatic 5.1.10 does it reference The 500 error that you see in console is a separate issue, but I'd like to track it down and fix it, so providing the stack trace of the error log would be helpful. |
I've cleared all caches but still no dropdown showing. Log example here for you:
|
What dropdown are you saying isn't showing that should be? Are you saying you no longer receive an error about As for that error log, have you done a |
@khalwat , Thank you for your assistance. After running "composer update", the SEOmatic settings page now loads successfully without the "types-menu.twig" file. This appears to have resolved the original issue. To summarize the current status:
I haven't noticed any other issues, such as missing dropdown menus for Entry Types in the Content SEO section, which some other users have reported. |
@russback ah my mistake, it was errantly not adding the Entry Types menu unless the site was multi-site. Fixed in the above commit Craft CMS 5: You can try it now by setting your semver in your "nystudio107/craft-seomatic": "dev-develop-v5 as 5.1.11”, Then do a |
Released as version |
Amazing - thanks @khalwat |
During a fresh installation of SEOmatic v5.1.10 for Craft CMS, the "types-menu.twig" file is missing, preventing access to Content SEO settings.
#Environment:#
- SEOmatic version: 5.1.10
- Craft CMS version: Solo 5.5.10
- PHP version: 8.2.24
#Steps to reproduce:#
1. Install SEOmatic v5.1.10
2. Navigate to Settings > Content SEO
3. Observe missing file error
#Expected behavior:#
All necessary template files should be included in a fresh installation.
#Current workaround:#
Manually copy "types-menu.twig" from a previous version into the appropriate directory.
The text was updated successfully, but these errors were encountered: