A single coding error can result in many different errors and consequently many error messages. Most error messages are self-explanatory. If an error message appears, do one or more of the following:
/admin/GenerateAllPages.php
. This will highlight any errors.Arcos keeps code in the cache. Therefore, it must track the configuration files to ensure that if they change, the cache is updated. To do this, Arcos keeps a list of dependencies.
If you copy an autotemplate file from config/template/auto
to config/template
, then generally, you are creating a new file, which is not on the list of dependencies. There are two ways of forcing Arcos to refresh the cache:
/admin/RefreshCache.php
). rm *
to do this).