Darkeduar Posted May 28 Share Posted May 28 I have clean prestashop 8.2.1 installation and i've tried to create child theme for classic theme, i created basic config thats basicly ctrl+c, ctrl+v code from the documentation and i got this error: So i tried with some other themes i found and none worked so i dont think its my "child theme" fault. Reinstalled presta once again, same error. I'm doing all my testing on Ubuntu 24.04, php 8.1. I've tried to just brute force and change active theme to my child theme in the database in ps_store table but despite having assets: use_parent_assets: true in my configuration file no css/js will load. Link to comment Share on other sites More sharing options...
El Patron Posted May 28 Share Posted May 28 This error occurs because a POST request is being made to /modules/improve/design/themes, but the route only allows GET requests. This is usually caused by a theme or module compatibility issue, or a cache/routing problem after a theme change or upgrade. Try these steps: Clear the PrestaShop and Symfony cache: Delete everything inside /var/cache/ or run php bin/console cache:clear from your shop’s root directory. Check your theme’s compatibility: Make sure the theme you’re switching to is fully compatible with your PrestaShop version, especially if you’re on PrestaShop 8.x. Test with the Classic theme: Switch back to the default Classic theme. If the issue disappears, the new theme likely needs updating for compatibility. Clear your browser cache: Outdated cookies or cache can sometimes cause admin forms to misfire. Check for overrides: Look for any custom code in /override/controllers/admin/ or /modules/ that might interfere with theme management. probably the themes (assuming free) are crap...consider purchasing a highly reviewed prestashop theme that is compatible with your ps version Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now