New Zenner
- Join Date:
- Nov 2013
- Location:
- Chelmsford, Essex, United Kingdom
- Posts:
- 19
- Plugin Contributions:
- 0
Website won't open suddenly!
https://www.astromerchandise.co.uk
I have been working on this website for a while now making minor tweaks (I am still learning to use zen cart) when all of the sudden my page stops loading completely, just giving me a white blank page. My admin panel still works. I changed something that made this error occur (changed my english.php file) but then as soon as I saw the error I put the original file back but the error hasn't reverted. I looked in my logs folder and found this
'[02-Jan-2014 06:21:01 UTC] PHP Warning: require(DIR_FS_CATALOG_LANGUAGESenglish/meta_tags.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/astro/public_html/includes/languages/stirling_grand/english.php on line 51
[02-Jan-2014 06:21:01 UTC] PHP Warning: require(DIR_FS_CATALOG_LANGUAGESenglish/meta_tags.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/astro/public_html/includes/languages/stirling_grand/english.php on line 51
[02-Jan-2014 06:21:01 UTC] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'DIR_FS_CATALOG_LANGUAGESenglish/meta_tags.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/astro/public_html/includes/languages/stirling_grand/english.php on line 51'
This confuses me, I went to line 51 in my english.php file and it reads
'require(DIR_FS_CATALOG_LANGUAGES . $_SESSION['language'] . '/' . $template_dir_select . 'meta_tags.php');'
Could anyone shed some light on the situation? :(
Also, my meta_tags.php has not been edited at all and all seems to be fine. HELPPP