Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: moving products to a new zen cart

    Got them both:

    In the admin, this line has extras (in red) that need deleting
    define('DIR_FS_CATALOG', '/home/strato/www/ki/www.........co.uk/adults4fun/admin');
    In the catalog, this line has a missing single quote from just inside the bracket at the end
    define('DIR_FS_CATALOG', '/home/strato/www/ki/www.........co.uk/htdocs/);
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  2. #12
    Join Date
    Nov 2007
    Posts
    28
    Plugin Contributions
    0

    Default Re: moving products to a new zen cart

    hi there well the error has changed to

    catalog

    Warning: main(includes/auto_loaders/config.core.php) [function.main]: failed to open stream: No such file or directory in /mnt/web5/52/98/51651098/htdocs/adults4fun/includes/application_top.php on line 91

    Warning: main() [function.include]: Failed opening 'includes/auto_loaders/config.core.php' for inclusion (include_path='.:/opt/RZphp4/includes') in /mnt/web5/52/98/51651098/htdocs/adults4fun/includes/application_top.php on line 91

    Warning: Cannot modify header information - headers already sent by (output started at /mnt/web5/52/98/51651098/htdocs/adults4fun/includes/application_top.php:91) in /mnt/web5/52/98/51651098/htdocs/adults4fun/includes/application_top.php on line 114


    and admin

    Warning: main(/home/strato/www/ki/www.kinkydreams.co.uk/adults4fun/includes/autoload_func.php) [function.main]: failed to open stream: No such file or directory in /mnt/web5/52/98/51651098/htdocs/adults4fun/admin/includes/application_top.php on line 149

    Fatal error: main() [function.require]: Failed opening required '/home/strato/www/ki/www.kinkydreams.co.uk/adults4fun/includes/autoload_func.php' (include_path='.:/opt/RZphp4/includes') in /mnt/web5/52/98/51651098/htdocs/adults4fun/admin/includes/application_top.php on line 149

    sorry i know our thinking and

  3. #13
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: moving products to a new zen cart

    Seems to me that there's some confusion here about the file system path on your server.

    In your catalog configure you have defined it as
    /home/strato/www/ki/www.........co.uk/htdocs/
    but in your admin congigure you have defined it as
    /home/strato/www/ki/www.........co.uk/adults4fun/
    , and it seems from the warning messages as though your server is expecting
    /mnt/web5/52/98/51651098/htdocs/adults4fun/
    Is it possible that you are using variants of the file system from your hosting account on your new one?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  4. #14
    Join Date
    Nov 2007
    Posts
    28
    Plugin Contributions
    0

    Default Re: moving products to a new zen cart

    Hi Kuroi

    not that i am aware of - how would i tell. ??? shlould i give up??

  5. #15
    Join Date
    Nov 2007
    Posts
    28
    Plugin Contributions
    0

    Default Re: moving products to a new zen cart

    Hi I have been working through the error messages and i am stuck with this one, can you advise what this points to as i believe i am missing the application_top.php file within the includes file which is there and i am a little cofused

    Warning: main(/home/strato/www/ki/www.kinkydreams.co.uk/adults4fun/includes/autoload_func.php) [function.main]: failed to open stream: No such file or directory in /mnt/web5/52/98/51651098/htdocs/adults4fun/admin/includes/application_top.php on line 149

    Fatal error: main() [function.require]: Failed opening required '/home/strato/www/ki/www.kinkydreams.co.uk/adults4fun/includes/autoload_func.php' (include_path='.:/opt/RZphp4/includes') in /mnt/web5/52/98/51651098/htdocs/adults4fun/admin/includes/application_top.php on line 149

  6. #16
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: moving products to a new zen cart

    Quote Originally Posted by 1just4help View Post
    Hi Kuroi

    not that i am aware of - how would i tell. ??? shlould i give up??
    Give up and you won't learn anything. I recommend replacing the FS paths that you have, at least one of which must be wrong, with what your server is expecting.

    The problems that you are having are almost certainly not because you don't have the files you need but because your sending your Zen Cart to a location that it can't find to get them.

    But don't give up, because I think you're really rather close to getting it to work.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  7. #17
    Join Date
    Nov 2007
    Posts
    28
    Plugin Contributions
    0

    Default Re: moving products to a new zen cart

    sorry i am still quite new to all this. the paths i have been working through has now led me to install and upgrade. this is as i have had mising files or moved files. can you advise what the fs path is as this is still jargon to me. sorry i think i need to be spoken to as php for dummies

  8. #18
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: moving products to a new zen cart

    I'm suggesting changing this in your admin/includes/configure.php file
    define('DIR_FS_ADMIN', '/home/strato/www/ki/www.kinkydreams.co.uk/adults4fun/admin/');
    define('DIR_FS_CATALOG', '/home/strato/www/ki/www.kinkydreams.co.uk/adults4fun/');
    to read this instead
    define('DIR_FS_ADMIN', '/mnt/web5/52/98/51651098/htdocs/adults4fun/admin/');
    define('DIR_FS_CATALOG', '/mnt/web5/52/98/51651098/htdocs/adults4fun/');
    and making a similar change in your includes/configure.php file (just one line to change there).
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  9. #19
    Join Date
    Nov 2007
    Posts
    28
    Plugin Contributions
    0

    Default Re: moving products to a new zen cart

    Hi thanks for the help, the shopping cart is installed but none of the catagories or products transfered - any ideas with this

  10. #20
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: moving products to a new zen cart

    Quote Originally Posted by kuroi View Post
    Then you backup your existing database, which will include your product information and restore it to the new database.
    Quote Originally Posted by 1just4help View Post
    Hi thanks for the help, the shopping cart is installed but none of the catagories or products transfered - any ideas with this
    What method did you use to move your old database into the new location?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Help moving Zen Cart to new Host
    By ilottl in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 16 Jun 2010, 12:00 AM
  2. Moving Zen-Cart to a new server/hosting company
    By lhutzley in forum Installing on a Linux/Unix Server
    Replies: 10
    Last Post: 15 Jun 2010, 12:56 AM
  3. Moving products + attributes to new zen cart
    By ewizac in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 18 Oct 2007, 04:14 AM
  4. Moving Zen Cart to New Domain
    By mediaman in forum General Questions
    Replies: 1
    Last Post: 7 Sep 2007, 01:10 AM
  5. Moving Zen Cart to a new folder...
    By Leovenous in forum Installing on a Linux/Unix Server
    Replies: 6
    Last Post: 3 Aug 2006, 06:06 PM

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