Jump to content

Shop front errors?


Guest bootcamp

Recommended Posts

Guest bootcamp

Hi everybody.

Wonder if anyone can tell me what would be causing this.

Warning: %v%v() [function.%v]: failed to open stream: No such file or directory in /var/www/web8/web/includes/content/index.inc.php on line 38

Warning: %v%v() [function.include]: Failed opening 'language/en/home.inc.php' for inclusion (include_path='/usr/share/php5') in /var/www/web8/web/includes/content/index.inc.php on line 38

Warning: %v%v() [function.%v]: failed to open stream: No such file or directory in /var/www/web8/web/includes/content/index.inc.php on line 42

Warning: %v%v() [function.include]: Failed opening 'language/en/home.inc.php' for inclusion (include_path='/usr/share/php5') in /var/www/web8/web/includes/content/index.inc.php on line 42

Warning: %v%v() [function.%v]: failed to open stream: No such file or directory in /var/www/web8/web/includes/boxes/language.inc.php on line 50

etc..

:)

Cube cart installed fine. I can log into the administration and all looks ok there. It is just when I go to the front end that I get a whole page of these errors.

I am running the CubeCart 3.0.14 on a Linux Suse 10 (ISPConfig) test server with PHP 5.0.4 and MySQl 4.1.13.

Am not sure what it could be, as all my other test sites (non cubecart) work fine on this server.

Would be most gratful for any help. :)

Link to comment
Share on other sites

Guest bootcamp

Please post the contents for your includes/global.inc file

Here is the global.inc file

<?php

$glob['dbdatabase'] = 'web8_db1';

$glob['dbhost'] = 'localhost';

$glob['dbpassword'] = 'deleted';

$glob['dbprefix'] = '';

$glob['dbusername'] = 'web8_u1';

$glob['installed'] = '1';

$glob['rootDir'] = '/var/www/web8/web';

$glob['rootRel'] = '/';

$glob['storeURL'] = 'http://suse.cube';

?>

Thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...