Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have an already running Drupal 10 site with a specific configuration (some content types, contents, views, specific file system configuration, etc.) and I have acquired a new theme for this site.
I have a site working locally but not functioning on the server, which is running NGINX for serving files.
Problem:
After enabling CSS / JS aggregation, the first time you load any page, admin theme or front end theme, the CSS/JS aggregated files throw a 404, I have checked the files directory and they were generated, and they have the correct filenames so should have been served to the user.
I am running a 'staging' site version with D 10.1.7, while the production site is still at version D 9.5.11.
Between versions 9 I was using 'Content Type Clone' to clone an entire content type with all its fields, but the module has not been upgraded to version 10.
Is there any method to copy a content type with all its fields from D 9 and export it inside D 10?
I've done a bit of research, but I don't seem to have found anything similar.