When I click on the field name in the field manager, only the template code for native fields like title and URL_title is copied. It’s not working for custom fields of any type.
Console is showing a 404 error when trying to access /cp/design/copy/fields
Running version 7.5.3 (updated via one-click update)
So- very, very weird.
Here’s what I’d do. Open your browser debug, network tab, get the url it’s using. So one of mine is like
https://75gen:8890/admin.php?/cp/design/copy/fields/27=
And just go directly there. First thing we want to know is whether the url itself looks correct and it’s not dropping off an id or something. If it’s working in some other places on the same install, see if you can see how they differ. If nothing looks funky there, we’re down to debugging the slightly less weird issue of- why the heck does this url that should work, not work. Funky server security filter? htaccess run amok? Some weird thing where you have a name conflict?
It’s very odd- heck, maybe something just failed to upload/overwrite in the 1-click or initial install or something.
But at least it’s a slightly easier problem.
It sounds like the issue is related to the control panel’s copy fields functionality not supporting custom fields in version 7.5.3. The 404 error when accessing /cp/design/copy/fields suggests that the route or controller handling this action might be missing or misconfigured.
A few things to try:
Double-check if any add-ons or custom extensions might be interfering with the field manager.
Verify that your update to 7.5.3 completed successfully and no files were missed.
Consider clearing the site cache and browser cache.
If possible, test on a fresh install or earlier version to see if the issue persists.
If the problem continues, it might be worth reporting it on the official support forum or checking if there’s a patch available for custom fields copying.
Hope this helps! Let me know if you need further assistance.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.