Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1. #1
    Join Date
    Feb 2011
    Posts
    73
    Plugin Contributions
    0

    Default Having two sites work on the same server

    Hi
    I having trouble with a simple transfer of a site into another domain. I want to have two sites work on the same server. the old site domain is www.flproducts.gr which I dont want to delete offcourse. Now the new one is www.pelagosmarine.gr.
    I'm writing all the steps that I have been doing until now.
    1) I downloaded the www.flproducts.gr site contents with the database as a backup.
    2) I changed the configuration files both in admin/includes and includes.
    3) Then I changed the sql file the SQL command to
    DROP DATABASE `pelagos`;
    CREATE DATABASE `pelagos` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
    USE `pelagos`;
    by simply changing the name of the database name because they cannot have the same db_name as they both are in the same server.
    4) then I transfered the backup into the new dir and then I import the sql file through phpmyadmin. And the new site does not seems to work properly please see www.pelagosmarine.gr.

    Please tell me what am I doing wrong here? It seems to be something wrong with the database but I cannot trace it.

  2. #2
    Join Date
    Feb 2011
    Posts
    73
    Plugin Contributions
    0

    Default Re: Having two sites work on the same server

    Please help! I'm trying t figure out these for weeks now and I find a solution

  3. #3
    Join Date
    Feb 2011
    Posts
    73
    Plugin Contributions
    0

    Default Transfering one site from one Domain to another on the same server?

    Hi
    I having trouble with a simple transfer of a site into another domain. I want to have two sites work on the same server. the old site domain is www.flproducts.gr which I dont want to delete offcourse. Now the new one is www.pelagosmarine.gr.
    I'm writing all the steps that I have been doing until now.
    1) I downloaded the www.flproducts.gr site contents with the database as a backup.
    2) I changed the configuration files both in admin/includes and includes.
    3) Then I changed the sql file the SQL command to
    DROP DATABASE `pelagos`;
    CREATE DATABASE `pelagos` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
    USE `pelagos`;
    by simply changing the name of the database name because they cannot have the same db_name as they both are in the same server.
    4) then I transfered the backup into the new dir and then I import the sql file through phpmyadmin. And the new site does not seems to work properly please see www.pelagosmarine.gr.

    Please tell me what am I doing wrong here? It seems to be something wrong with the database but I cannot trace it Please help.

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: Transfering one site from one Domain to another on the same server?

    I don't see what's wrong with the site other than you need to change the permissions on includes/configure.php to 444. If you can't do that using FTP, you may be able to use your hosting account's control panel file manager.

  5. #5
    Join Date
    Feb 2011
    Posts
    73
    Plugin Contributions
    0

    Default Having two sites work on the same server?

    Hi
    I having trouble with a simple transfer of a site into another domain. I want to have two sites work on the same server. the old site domain is www.flproducts.gr which I dont want to delete offcourse. Now the new one is www.pelagosmarine.gr.
    I'm writing all the steps that I have been doing until now.
    1) I downloaded the www.flproducts.gr site contents with the database as a backup.
    2) I changed the configuration files both in admin/includes and includes.
    3) Then I changed the sql file the SQL command to
    DROP DATABASE `pelagos`;
    CREATE DATABASE `pelagos` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
    USE `pelagos`;
    by simply changing the name of the database name because they cannot have the same db_name as they both are in the same server.
    4) then I transfered the backup into the new dir and then I import the sql file through phpmyadmin. And the new site does not seems to work properly please see www.pelagosmarine.gr.

    Please tell me what am I doing wrong here? It seems to be something wrong with the database but I cannot trace it.

  6. #6
    Join Date
    Feb 2011
    Posts
    73
    Plugin Contributions
    0

    Default Having two sites work on the same server?

    Hi
    I having trouble with a simple transfer of a site into another domain. I want to have two sites work on the same server. the old site domain is www.flproducts.gr which I dont want to delete offcourse. Now the new one is www.pelagosmarine.gr.
    I'm writing all the steps that I have been doing until now.
    1) I downloaded the www.flproducts.gr site contents with the database as a backup.
    2) I changed the configuration files both in admin/includes and includes.
    3) Then I changed the sql file the SQL command to
    DROP DATABASE `pelagos`;
    CREATE DATABASE `pelagos` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
    USE `pelagos`;
    by simply changing the name of the database name because they cannot have the same db_name as they both are in the same server.
    4) then I transfered the backup into the new dir and then I import the sql file through phpmyadmin. And the new site does not seems to work properly please see www.pelagosmarine.gr.

    Please tell me what am I doing wrong here? It seems to be something wrong with the database but I cannot trace it.

  7. #7
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Transfering one site from one Domain to another on the same server?

    Moderator's note: multiple posts have been merged together .

    Please stop reposting.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  8. #8
    Join Date
    Feb 2011
    Posts
    73
    Plugin Contributions
    0

    Default Re: Transfering one site from one Domain to another on the same server?

    What do you mean what is wrong with the site? please check again
    www.pelagosmarine.gr

  9. #9
    Join Date
    Feb 2011
    Posts
    73
    Plugin Contributions
    0

    Default Re: Transfering one site from one Domain to another on the same server?

    the site comes with this error
    1142 SELECT command denied to user 'pelagosuser'@'localhost' for table 'ezpages_content'
    in:
    [select e.pages_id, e.page_open_new_window, e.page_is_ssl, e.alt_url, e.alt_url_external, e.toc_chapter, et.pages_title from ezpages e, nutriverse.ezpages_content et where e.pages_id = et.pages_id and et.languages_id = '6' and status_header = 1 and header_sort_order > 0 order by header_sort_order, pages_title]

    I'm trying to solve it

  10. #10
    Join Date
    Feb 2011
    Posts
    73
    Plugin Contributions
    0

    Default Re: Transfering one site from one Domain to another on the same server?

    Could you please tell me what I'm doing wrong here because all the steps I made where correct.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v139d Moving site from one domain/url to another
    By Omar Ramirez in forum General Questions
    Replies: 2
    Last Post: 22 Feb 2016, 11:19 PM
  2. Moving DB from one domain to another on same server
    By donzi in forum General Questions
    Replies: 10
    Last Post: 23 Mar 2013, 01:31 AM
  3. Transfering store from one hosting server to another
    By bigdog in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 13 Aug 2012, 06:00 PM
  4. transfering categories, products, and attributes from one zen cart to another
    By jujubeanie in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 11 Jul 2009, 12:58 AM
  5. Transfering Products From One Zen Cart To Another
    By hudda in forum General Questions
    Replies: 3
    Last Post: 26 Jan 2007, 06:32 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR