If a look in two diagnostics, one from today and the other from a week
in custom/application/Ext/Include/modules.ext
This is new :
Code:
//WARNING: The contents of this file are auto-generated
$beanList['ProspectLists'] = 'ProspectLists';
$beanFiles['ProspectLists'] = 'modules/ProspectLists/ProspectList.php';
$moduleList[] = 'ProspectLists';
Should I remove it?
Another clue, This is the same entry that I've put manually, in a new file that I named ProspectLists.php in
custom/Extension/application/Ext/include/
Code:
<?php
//WARNING: The contents of this file are auto-generated
$beanList['ProspectLists'] = 'ProspectLists';
$beanFiles['ProspectLists'] = 'modules/ProspectLists/ProspectList.php';
$moduleList[] = 'ProspectLists';
?>
After having added it, I did a "rebuild extensions" and I got my first "fatal error"
The file custom/Extension/application/Ext/include/ProspectLists.php has been erased after this first fatal error.
Help!
Bookmarks