Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Transfer to new domain Name???


Guest

Recommended Posts

I have copied all files from my old domain name into my new domain name and changed the config.php in .../catalog/includes/config.php and in .../catalog/admin/includes/config.php

 

I am not great with phpmyadmin but I was able to copy the files from my old domain into a file and then used sql to copy the tables into my new domain.

 

When I try to go to http://innovativelifestyleproducts.com/catalog/admin I receive

the following error:

 

Fatal error: Failed opening required 'includes/languages/.php' (include_path='') in /home/www/innovativelifestyleproducts/catalog/admin/includes/application_top.php on line 130

1062 - Duplicate entry '' for key 1

 

insert into sessions values ('\0\0\0\0\0\0\0\0\0\0\0\0\0??$??$??<?', '1083353218', '!language|!s:7:\\\"english\\\";languages_id|!s:1:\\\"1\\\";selected_box|')

 

[TEP STOP]

 

 

When I try to go to http://www.innovativelifestyleproducts.com/catalog/

I receive the following error:

 

<?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://www.innovativelifestyleproducts.com'); // 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', 'www.innovativelifestyleproducts.com');

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', '/home/innovativelifestyleproduc/www/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', 'http://www.innovativelifestyleproducts.com'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', 'my username');

define('DB_SERVER_PASSWORD', 'my password');

define('DB_DATABASE', 'osc-');

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

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

?>

 

Fatal error: Failed opening required 'DIR_WS_INCLUDESfilenames.php' (include_path='') in /home/www/innovativelifestyleproducts/catalog/includes/application_top.php on line 53

 

 

I have been stuck on this since last weekend and unable to get it up and running.

 

I have clients wishing to view my products in my catalog this weekend and I am at wit's end.

 

Can someone please help me??? :(

 

Thanks for your time,

 

Rochele

Link to comment
Share on other sites

When moving a site these are the steps I follow and I never have any trouble.

 

moving site instructions

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...