• Hi Team, We are using “STN Video Player Selector Plugin” in our Project and now we switch our project in another server environment. There condition is we can’t created wpmvc folder (which created by STN Video Player Selector Plugin dynamically in wp-content folder.) in root for wp-content folder. so there is any work around to change wpmvc path in another directory and yes so where we need to be change(in Plugin and DB) if future we upgrade version so what need to be set in our mind for this.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter deepaksnegi

    (@deepaksnegi)

    Hi,
    I checked this plugins doc….

    1. Open your wp-config.php file for editing.
      Note: For WP VIP clients edit the vip-config/vip-config.php file instead.
      Reference: https://docs.wpvip.com/technical-references/vip-codebase/vip-config-directory/
    2. Find the customizable section of the file by finding the START/END markers;
    3. Between the START/END markers add the following;
      define( 'S2N_WPMVC_PATH', '{your desired install path}');
      define( 'S2N_WPMVC_FOLDER', '{your desired folder name}');
    4. Change the '{your desired install path}' reference to your desired directory location.
      Change the '{your desired folder name}' reference to your desired folder name.
      Ex: The values '/tmp/somefolder' and 'mywpmvc' would create the folder as '/tmp/somefolder/mywpmvc'.

    So My question is that if our STN plugin already installed so we can change wpmvc folder path as per above configuration? If yes so where we need to be config S2N_WPMVC_PATH and S2N_WPMVC_FOLDER constant variable.
    2: wpmvc and this subfolders logs and cache automatic create or need to be manual create.

Viewing 1 replies (of 1 total)
  • The topic ‘STN Video Player Selector Plugin Created Folder Path Issue’ is closed to new replies.