Why can't I import controller.php files using module loader?

OtherCustomization.zip

I created the following package, but I had to comment out the controller.php files because there is an error when they are imported.

Why can't we import into controller.php files, or any file into custom/modules/<module>/ ?

Parents Reply
  • Ok , I am sorry! I don´t see it!.

    I think your problem is:

    In the "to" property of the copy command, you have the <name_file> .php file included and it should not be there.
    The command is simply not finding the path:
    custom / modules / <module> .... / <name_file> .php because that path doesn't exist.
    You should only have:
    custom / modules / <module> /
    OR
    custom / modules / <module> /clientes/.../
    Without having the PHP at the end of the statement. 

    And I suggest you do the same thing with the "from" property.

Children
No Data