I’m trying to migrate a SuiteCRM7.7.8 server and i want to export my customizations that I created for the new one
But when I create the package, this error appear:
Fatal error: Cannot redeclare z935e488() (previously declared in /var/www/SuiteCRM/modules/FP_Event_Locations/metadata/subpanels/default.php:1) in /var/www/SuiteCRM/modules/FP_Event_Locations/metadata/subpanels/default.php on line 1
Do you know any reason why this happen when i want to export?
The problem is that i can’t create the package with the customizations so my target system is not the problem.
I tried to remove the line 1 (only “<?php” written there) but then i have the same problem with another function on another file.
If i didnt write this function, is there a way SuiteCRM can write it on its own?