Hi All,
I am trying to deploy the package since yesterday and package was deployed successfully but functionality was not working hence, I did the diagnostic and downloaded custom folder and check but file at location "custom/modules/XXXXX" was not replaced with new one.
Can anyone suggest what might be the issue?
Please check my manifest code:
$installdefs = array (
'id' => 'XXXXXX',
'copy' =>
array (
0 =>
array (
'from' => '<basepath>/Files/XXXX.php',
'to' => 'custom/modules/XXXX/XXXX.php',
),
)
);