- Issue created by @Grabby
- ππΊHungary Grabby
Just wanted to follow up to say I changed the admin theme to Seven and disabled and uninstalled Gin on my local box and then uploaded the site to the VPS, where it works fine, so the problem definitely has something to do with Gin.
- Status changed to Closed: cannot reproduce
4 months ago 5:52am 18 July 2024 - π¨πSwitzerland saschaeggi Zurich
As we don't declare anything in
table.theme
(as it got removed) it could either be the following:- Cache: Clear all the PHP and Drupal caches
- Remove patches if you use any as they might not be compatible with the latest release and you might need to update them
Just want to add that I ran into this same problem today, and the easy fix was just to reinstall the Gin Admin theme module after publishing it to production (for anyone else running into this issue).
- πΊπΈUnited States wylbur Minneapolis, Minnesota, USA
We ran into the same issue today while deploying a site to the LIVE production server. The issue for us was that our deploy process does not run composer install on the LIVE server. This was leaving old files from a previous install of the Gin theme on the server. For us we just removed the table.theme file from the includes folder:
/home/mysite/public_html/web/themes/contrib/gin/includes/table.themeFor others, just remove the gin theme folder and completely reinstall.
Hope this helps others!