C5 looking for default.php and view.php in two different locations.

Permalink
Hello, somewhat new to web dev here so bear with me. I installed concrete and was having trouble getting view.php to work before I realized I was putting it in the wrong directory (public_html/themes/theme-name as opposed to public_html/concrete/themes/theme-name). However, I thereafter copied the theme-name folder over to public_html/concrete/themes/ and deleted the original and c5 wasn't able to find my default.php, the error code telling me that it was still looking for default.php in public_html/themes/theme-name, even though it's looking for view.php in public_html/concrete/themes/theme-name. How to proceed to avoid having default loading from one directory and view from another? I imagine this will cause some problems down the line.