Zen Cart Logo
Forums / Installing on a Linux/Unix Server / failed to open stream

failed to open stream

Locked

Views: 1,463

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
15 Jul 2006, 6:13 PM
#1
mrcoffee avatar

mrcoffee

New Zenner

Join Date:
Apr 2005
Posts:
4
Plugin Contributions:
0

failed to open stream

Warning: main(version.php) [function.main]: failed to open stream: No such file or directory in /srv/www/marilatex/shop/zc_install/includes/application_top.php on line 25

Fatal error: main() [function.require]: Failed opening required 'version.php' (include_path='/usr/share/php') in /srv/www/marilatex/shop/zc_install/includes/application_top.php on line 25

this what I get, I know it is a path problem but how to solve it in apache2 on a suse linux version 10

15 Jul 2006, 6:56 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: failed to open stream

Sounds like a bad upload and you have corrupt/missing files ...

Is this a new install or an upgrade?

15 Jul 2006, 7:06 PM
#3
mrcoffee avatar

mrcoffee

New Zenner

Join Date:
Apr 2005
Posts:
4
Plugin Contributions:
0

Re: failed to open stream

it is a new install, if I edit the file application_top.php and go to line 25 and modify the line 25 that is " require('version.php'); " to " require('./version.php'); "

it is able to find the files and gives me new errors for the other files.