Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Starting Installation.....


Guest

Recommended Posts

Starting Installation with file catalog/install/index.php ........

 

 

Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/share/php/templates/main_page/header.php) is not within the allowed path(s): (/home/www/web254/) in /home/www/web254/html/catalog/install/templates/main_page.php on line 31

 

Warning: main(templates/main_page/header.php) [function.main]: failed to create stream: Operation not permitted in /home/www/web254/html/catalog/install/templates/main_page.php on line 31

 

Fatal error: main() [function.main]: Failed opening required 'templates/main_page/header.php' (include_path='.:/usr/share/php') in /home/www/web254/html/catalog/install/templates/main_page.php on line 31

 

Where is the problem ?

 

Thanks in advance

 

Regards

 

Werner

Link to comment
Share on other sites

Do you have php installed?

Do you have database configured?

Do you have correct chmod permissions set?

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

post your config file so we can see you pathing.... them we can gelp you... need more info

<span style='font-family:Courier'>If you can't fix it Perl it!!!...</span>

******************************

Link to comment
Share on other sites

configure.php:

 

<?php

/*

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

 

*/

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://localhost'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'localhost');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', 'c:/inetpub/wwwroot/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

// define our database connection

define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', 'Werner');

define('DB_SERVER_PASSWORD', 'mysql');

define('DB_DATABASE', 'catalogMS2');

define('USE_PCONNECT', 'false'); // use persistent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

?>

 

I thought configure.php will be created through installation process, and isn't needed for starting catalog/install/index.php. Installation process writes configure.php.

 

I requested webspace nearly 6 hours ago. The data for webspace access was sent one hour later.

i guess webspace is not released by webspace provider?

 

thanks for your help

 

rgds

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...