Hi.
I made a module with module builder, i could add fileds, relationships and edit the design of the views.
But since yesterday i got a warning with an autogenerated file that includes two files of the modules that are not generated
The file path is ‘custom/application/Ext/TableDictionary/tabledictionary.ext.php’ wit code inside:
<?php
//WARNING: The contents of this file are auto-generated
//WARNING: The contents of this file are auto-generated
include('custom/metadata/my_module1MetaData.php');
//WARNING: The contents of this file are auto-generated
include('custom/metadata/my_module2MetaData.php');
?>
The thing is that folder ‘custom/metadata’ is empty, the files are not generated, so i got the warning message that files cannot be opened across all the system, i solve this commenting that two lines but this happened before.
So, what i’m missing?
Thanks for helping