metadata_out_of_date and sugar keep re-loading

After I Quick Repair and Rebuild I saw some error in inspect tool:

Sugar re-loading once by itself, if error occur every click change modules and edit data look like every click at first time then it gone.

How can I prevent this event ?

Structure of our Sugar in web serve:

- load balance with 2 nodes master and slave

- node 1 and 2 separate but same instance, ignore cache file

- same database

- jsmin 1.1.0

Sugarcrm Ent 7.7.1.1

Thanks,

May

Parents
  • We've had the same issue on a customers instance. The basic issue is that the md5-hash of the cache/javascript/base/components_* -files is stored in the database to determine if users cache are up to date. If this hash diffs with the files on either server these files will be recompiled and the db-value updated - causing the other server to recompile, and so on.

    We eventually solved this by comparing the files generated by both servers to find out how they diff, and made a few non-upgrade safe changes to the following functions to make sure the content is ordered correctly:

    return_app_list_strings_language, return_application_language, return_module_language, sortExtensionFiles.

    Hope that helps!

  • Try this.

    1. Log out.
    2. Delete everything in the ./cache folder manually

    3. Log back in.

Reply Children