I checked my error log on the server and I was getting this when I tried going to my store.
Wed Jun 28 07:10:04 2006] [error] [client 65.93.149.55] File does not exist: /home/thehappi/public_html/store [Wed Jun 28 07:10:00 2006] [error] [client 65.93.149.55] File does not exist: /home/thehappi/public_html/shop [Wed Jun 28 07:09:41 2006] [error] [client 65.93.149.55] File does not exist: /home/thehappi/public_html/favicon.ico [Wed Jun 28 04:55:17 2006] [error] [client 71.100.0.69] File does not exist: /home/thehappi/public_html/zc_install/index.php [Wed Jun 28 04:55:16 2006] [error] [client 71.100.0.69] File does not exist: /home/thehappi/public_html/zc_install/index.php [Wed Jun 28 04:55:14 2006] [error] [client 71.100.0.69] File does not exist: /home/thehappi/public_html/zc_install/index.php [Wed Jun 28 04:55:11 2006] [error] [client 71.100.0.69] File does not exist: /home/thehappi/public_html/zc_install/index.php [Wed Jun 28 04:55:02 2006] [error] [client 71.100.0.69] File does not exist: /home/thehappi/public_html/index.php [Wed Jun 28 04:47:45 2006] [error] [client 71.100.0.69] File does not exist: /home/thehappi/public_html/index.php [Wed Jun 28 04:47:42 2006] [error] [client 71.100.0.69] File does not exist: /home/thehappi/public_html/index.php [Wed Jun 28 04:47:18 2006] [error] [client 71.100.0.69] File does not exist: /home/thehappi/public_html/index.php [Wed Jun 28 04:47:15 2006] [error] [client 71.100.0.69] File does not exist: /home/thehappi/public_html/index.php [Wed Jun 28 04:46:31 2006] [error] [client 71.100.0.69] File does not exist: /home/thehappi/public_html/index.php
so, I copied over my index.php file to public_html and zc_install. I can't find a file or directory named shop anywhere. I'm either missing it or just not looking in the right place. When I go to the store now, I'm getting this error message
Warning: main(includes/languages/english.php): failed to open stream: No such file or directory in /home/thehappi/public_html/includes/init_includes/init_languages.php on line 26
Warning: main(includes/languages/english.php): failed to open stream: No such file or directory in /home/thehappi/public_html/includes/init_includes/init_languages.php on line 26
Fatal error: main(): Failed opening required 'includes/languages/english.php' (include_path='.:/usr/local/lib/php') in /home/thehappi/public_html/includes/init_includes/init_languages.php on line 26
Something seems to be wrong with my languages file too. I had to copy english.php over to the English folder manually. Can I just re-install the languages folder? and the store folder if I need that too?



