• Resolved freaken

    (@freaken)


    In class-media-folder.php, WPML activation is checked using :
    is_plugin_active(‘sitepress-multilingual-cms/sitepress.php’)

    This breaks media-folder move file to another folder on a network where only a few sites have WPML activated since it validates that the plugin is installed, but not that it’s activated on the current site.

    Easy fix is to change both instances of :
    is_plugin_active(‘sitepress-multilingual-cms/sitepress.php’)

    by :
    defined( ‘ICL_SITEPRESS_VERSION’ ) && ICL_SITEPRESS_VERSION

    in class-media-folder.php.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author dbarrere

    (@dbarrere)

    Hi,

    Thanks for your suggestion but this code is not from my plugin.
    I think it’s from WP Media Folder, my plugin is WP Media Folders.
    You can give this hint to the Joomunited team on their website.

    Best regards

    Thread Starter freaken

    (@freaken)

    Sorry about that, thanks for pointing it out !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with WPML on network activation’ is closed to new replies.