Zen Cart Logo
Forums / Installing on a Linux/Unix Server / latest version (1.3.5) error/warning after fresh install

latest version (1.3.5) error/warning after fresh install

Locked

Views: 1,853

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
5 Sep 2006, 5:42 AM
#1
john95051 avatar

john95051

New Zenner

Join Date:
Jun 2005
Posts:
34
Plugin Contributions:
0

latest version (1.3.5) error/warning after fresh install

I got following error/warning after fresh installation. The store front page lost right side of boxes. But, all the files listed in the warning msg are exist in correct dir.

Warning: main(includes/languages/english/html_includes/define_main_page.php): failed to open stream: No such file or directory in /srv/www/htdocs/includes/templates/template_default/templates/tpl_index_default.php on line 39

Fatal error: main(): Failed opening required 'includes/languages/english/html_includes/define_main_page.php' (include_path='.:') in /srv/www/htdocs/includes/templates/template_default/templates/tpl_index_default.php on line 39

After click the shipping & Return, I got these msg as well,

Warning: main(includes/languages/english/html_includes/define_shippinginfo.php): failed to open stream: No such file or directory in /srv/www/htdocs/includes/templates/template_default/templates/tpl_shippinginfo_default.php on line 21

Fatal error: main(): Failed opening required 'includes/languages/english/html_includes/define_shippinginfo.php' (include_path='.:') in /srv/www/htdocs/includes/templates/template_default/templates/tpl_shippinginfo_default.php on line 21

Actually similar warnings on other pages.

Any idea on what is this? Thanks.

JOhn

5 Sep 2006, 5:49 AM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: latest version (1.3.5) error/warning after fresh install

Reupload all of the files- you have missing or corrupted files.

5 Sep 2006, 5:58 AM
#3
ajeh avatar

ajeh

Oba-san

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

Re: latest version (1.3.5) error/warning after fresh install

Also be sure that all the directories and files in /includes/languages/english/html_includes are set to 777

NOTE: These can be changed later once you are done using them for security purposes ...

5 Sep 2006, 11:30 PM
#4
john95051 avatar

john95051

New Zenner

Join Date:
Jun 2005
Posts:
34
Plugin Contributions:
0

Re: latest version (1.3.5) error/warning after fresh install

Thanks, chmod 777 fixed the problem.