Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jiggaman

    (@jiggaman)

    …developed a work around for the bug I just mentioned above…but definitely something that should be looked in to.

    In addition, I am noticing that plugin for some reason doesn’t properly activate. Using it in a multi-site situation, trying to activate it.

    I will activate it network wide, says it activates, then for some reason in the plugins list shows as not activated.

    Sitewide after the activate it will be activate, however upon updating or activating any other plugins it will deactivate.

    Confusing…

    Thread Starter jiggaman

    (@jiggaman)

    fyi the work around I developed was changing the code in the file resume-builder/carbon-fields/carbon-i18n.php as followed:

    <?php
    $domain_resume = 'crb';
    //$domain = 'crb';
    $locale = get_locale();
    $locale = apply_filters( 'plugin_locale', $locale, $domain_resume );
    //$locale = apply_filters( 'plugin_locale', $locale, $domain );
    $mofile = $locale . '.mo';
    $lang_dir = CARBON_PLUGIN_ROOT . DIRECTORY_SEPARATOR . 'lang';
    
    load_textdomain( 'crb', $lang_dir . DIRECTORY_SEPARATOR . $mofile );
    ?>

    Possible in future versions to make these changes..permanant?

    I’ll add this fix to the next update. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Weird conflict during new blog creation’ is closed to new replies.