Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Martin Griffiths 826 posts 1269 karma points c-trib
    Feb 13, 2019 @ 09:35
    Martin Griffiths
    0

    FALM housekeeping

    Has anyone successfully managed to get FALM fully working when using DI in Umbraco 7?

    We use Autofac in our build and I registered the API / Controllers for FALM but it doesnt quite do the job.

    The versions table doesnt populate and I don't know what else I can register?

    builder.RegisterControllers(typeof(falmHKCacheCleanupController).Assembly);
            builder.RegisterControllers(typeof(falmHKRecycleBinsCleanupController).Assembly);
            builder.RegisterApiControllers(typeof(HkCacheApiController).Assembly);
            builder.RegisterApiControllers(typeof(HkLogsApiController).Assembly);
            builder.RegisterApiControllers(typeof(HkMediaApiController).Assembly);
            builder.RegisterApiControllers(typeof(HkRecycleBinApiController).Assembly);
            builder.RegisterApiControllers(typeof(HkTempApiController).Assembly);
            builder.RegisterApiControllers(typeof(HkUsersApiController).Assembly);
            builder.RegisterApiControllers(typeof(HkVersionsApiController).Assembly);
    

    enter image description here

Please Sign in or register to post replies

Write your reply to:

Draft