Can anyone point me to the file(s) where these changes would appear?
THX
Can anyone point me to the file(s) where these changes would appear?
THX
The basic info is stored in the database:
ow_base_questionow_base_question_account_typeow_base_question_configow_base_question_dataow_base_question_sectionow_base_question_to_account_typeow_base_question_value
ow_base_authorization_roleow_base_authorization_actionow_base_authorization_groupow_base_authorization_moderatorow_base_authorization_moderator_permissionow_base_authorization_permissionow_base_authorization_roleow_base_authorization_user_role
I added around two dozen profile questions with various answers and a dozen user roles to match up with those questions. I believe I have a screen shot of the questions, but not the answers nor user roles.
I was just hoping to avoid trying to remember all of the details and then having to input all of those changes again. I thought perhaps that changes in those areas were recorded in accessible/transferable files.
I am not sure how/where I would access the files you referenced above as they don't seem to be available in the normal installation folders. (I've not tried to access db info before.)
That will be the easiest way, all you need to do is to change the database access details in config.php and make sure that the database backup is of the same version as your new installation.
Of course you can do the import of the database tables which has changes you did on your website, but if your new website has different account types or plugin which has some dependencies on account types and user roles you can ruin your new installation.
I was however able to open the profile questions section of the admin area from the first instance. I then copied all of the questions and selections into a txt file, which I was then able to paste into my current Oxwall instance. So not quite as simple as if I could have just switched db's, but way faster than having to recreate all of the changes I had made. Everything is working great now.
I appreciate the assistance. And for the record, your method would likely work for most others in a similar situation to mine.