Jump to content

ideoworks

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by ideoworks

  1. Hi all,

    For a family friend, I am taking a look at their store as it is in need of some TLC and major overhaul.

    I believe they are on version 4 but it's hard to tell as I can't find any version info anywhere.

    I'm having trouble duplicating the store to a different directory.

     

    i.e. the store is on the root, example.com. I want a duplicated install on www.example.com/dev/.

     

    I've backed up the mysql database, gotten a mysql user etc, and made the changes in the globa.inc.php file for the $glob['rootRel'] & $glob['storeURL'] variables.

    The site is using an SSL, so before backing up the database, I turned that off and tweaked the config sql backup in notepad++ to change the path of the website (as I can't do this on the live site admin due to it still being a live store).

     

    Unfortuantely, I just can't get it to work.

     

    I get errors like this:

    store front:

    Warning: Invalid argument supplied for foreach() in /home/USER/public_html/EXAMPLE.co.uk/dev1/includes/functions.inc.php on line 1104
    
    Warning: include(language//config.php): failed to open stream: No such file or directory in /home/USER/public_html/EXAMPLE.co.uk/dev1/includes/global/index.inc.php on line 156
    
    Warning: include(language//config.php): failed to open stream: No such file or directory in /home/USER/public_html/EXAMPLE.co.uk/dev1/includes/global/index.inc.php on line 156
    
    Warning: include(): Failed opening 'language//config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/USER/public_html/EXAMPLE.co.uk/dev1/includes/global/index.inc.php on line 156
    
    Warning: require(language//home.inc.php): failed to open stream: No such file or directory in /home/USER/public_html/EXAMPLE.co.uk/dev1/includes/content/index.inc.php on line 45
    
    Warning: require(language//home.inc.php): failed to open stream: No such file or directory in /home/USER/public_html/EXAMPLE.co.uk/dev1/includes/content/index.inc.php on line 45
    
    Fatal error: require(): Failed opening required 'language//home.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/USER/public_html/EXAMPLE.co.uk/dev1/includes/content/index.inc.php on line 45

    admin login

    Warning: Invalid argument supplied for foreach() in /home/USERNAME/public_html/EXAMPLE.co.uk/dev1/includes/functions.inc.php on line 1104
    
    Warning: include(/home/USERNAME/public_html/EXAMPLE.co.uk/dev1/language//config.php): failed to open stream: No such file or directory in /home/USERNAME/public_html/EXAMPLE.co.uk/dev1/admin/includes/header.inc.php on line 30
    
    Warning: include(): Failed opening '/home/USERNAME/public_html/EXAMPLE.co.uk/dev1/language//config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in //home/USERNAME/public_html/EXAMPLE.co.uk/dev1/admin/includes/header.inc.php on line 30

     

     

    Essentially, what I want to be able to do is update this dev install to the latest version so that I can export the Customers out of it into a Fresh install of the latest version of CubeCart so that a fresh store can be used with the previous customers still being able to login.

     

    Any help & advice would be much appreciated.

     

×
×
  • Create New...