Requiring some assistance here if any of you are at all familiar with the above
issue im having is the following within a php site built around mambo and phpshop:
Warning: require_once(/var/www/html/ntwriters/administrator/components/com_phpshop/languages/english.php) [function.require-once]: failed to open stream: No such file or directory in /www/htdocs/ntwriters/components/com_phpshop/phpshop_parser.php on line 40
Fatal error: require_once() [function.require]: Failed opening required '/var/www/html/ntwriters/administrator/components/com_phpshop/languages/english.php' (include_path='.:/usr/local/lib/php') in /www/htdocs/ntwriters/components/com_phpshop/phpshop_parser.php on line 40
Ive spent the whole day scouring the net for a solution but thats turned up nothing so far - ive checked and made sure that php isnt in safe mode, ive run through all of the various files within this site made sure they are correct and tried various other methods of referencing the file but to no avail.And before you ask all files are exactly where they should be AFAIK its all in good order and has been working prior to this but i have no idea as to what changed between now and then cos none of the guys i work with (Aegis) have made any changes to it or the server either.
Would greatly appreciatre the help if any of you have experienced problems similiar to mine.
also, does the require_once statement actually have that full path name? it should be using relative path names right? web server shouldn't be able to access, or even be aware of files outside the www directory
Curious that you have two base web directories, for one website. Those being...
/var/www/html and /www/htdocs/
Are you sure this is how things are meant to be setup? I dare say /var/www/html/ntwriters/administrator/components/com_phpshop/languages/english.php is actually located at /www/htdocs/ntwriters/administrator/components/com_phpshop/languages/english.php