You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2020. It is now read-only.
Hello,
First of all, sorry for my English!
I trie to import db (frome file) and wp-content (from Gitlab) when create a new project with vv create.
I modified vv file to import wp-content to a specific folder and define WP_CONTENT_DIR WP_CONTENT_URL constants.
Everything works fine, db and wp-content are imported but the problem is in the db the action_plugins and current_theme options in wp_options table are reset. I need to activate my theme manually and reactivate all the plugins. It's a problem because I lose some plugins configurations.
Maybe I do something wrong but I don't know what.
Thank's for your help.
Hello,
First of all, sorry for my English!
I trie to import db (frome file) and wp-content (from Gitlab) when create a new project with
vv create.I modified vv file to import wp-content to a specific folder and define WP_CONTENT_DIR WP_CONTENT_URL constants.
Everything works fine, db and wp-content are imported but the problem is in the db the
action_pluginsandcurrent_themeoptions in wp_options table are reset. I need to activate my theme manually and reactivate all the plugins. It's a problem because I lose some plugins configurations.Maybe I do something wrong but I don't know what.
Thank's for your help.