As per instructions above, majority seems to be working however, some of my pictures are still pointing to my old /public_html/ow_userfiles/ folder instead on my new one, so some pictures are not showing up, but the post and comments are (just missing pictures, from what I can tell so far)
How do I make Oxwall see the proper location of my new /public_html/members/ow_userfiles/.... folder?
Also, what are the permissions of the ow_userfiles folder?
Ross, here is the steps I took to move my site from /public_html to /public_html/members/
1) Made backup of my /public_html files and folders
2) Made backup of databases
3) Moved my oxwall installation folders and files to /public_html/members/
4) After move completed migration, made sure permissions were set as follows:
ow_pluginfiles 777
ow_userfiles 777
ow_static 777
ow_smarty/template_c 777
5) Changed /ow_includes/config.php as follows:
Toggled DEV mode to "True"
Changed OW_URL_HOME to reflect new migration:
define('OW_URL_HOME', 'https://www.mysite.com/members/');
Opened my site in the browser and refreshed
Toggled DEV mode back to "False"
6) Changed CRON to reflect migration
------------------------------------------------
I knew that the database was connected, because I could log in the site.
After sign-in however, all comments were visible, but no images in
dashboard newsfeed. I could click on an image and it would access the
images from mysite.com/members/ow_userfiles/ correctly. When I would
right-click the dashboard newsfeed placeholder however, it would reflect
the original location of mysite.com/ow_userfiles. It's like the
database was reading from both.
Also, another bizarre occurrence, was that I could not make changes to
an existing custom css within the Admin-->Themes-->Edit CSS field,
it would keep giving me a red-error-bar.
I toggled DEBUG mode to true - I have included a screen shot.
I went back into my directory and once again verified that all
permissions were set, and the site acted like it was still trying to get
information from both the original directory and the new directory.
I could easily post new content and the site would reference that
content correctly to the new directory, but the previous pictures in the
dashboard newsfeed was not visible.
I have since reverted all changes until I can get this sorted.
If
you leave the copy of ow_userfiles folder in public_html folder it
solves issue for old files and new ones will be placed to new
ow_userfiles folder.
However this solution will work if you move
the software within folders located on one server.
In case you
decided to transfer your site to another server, the best way is to
change the values in DB
(http://www.oxwall.org/forum/topic/17739?page=1#post-88502)