osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Easy Populate question

This is a discussion on Easy Populate question within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Is it possible to downlaod an existing catalog from one store and import it up into another store, if so ...

      
  1. #1
    New Member
    Join Date
    Mar 2009
    Posts
    26
    Rep Power
    0


    Default Easy Populate question

    Is it possible to downlaod an existing catalog from one store and import it up into another store, if so how does one do it

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Easy Populate question

    Yes. Use EP to download the complete EP catalog file in one store.

    Then use the EP in the new store to upload the same file.

    This will not move any customer/order information though.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    New Member
    Join Date
    Mar 2009
    Posts
    26
    Rep Power
    0


    Default Re: Easy Populate question

    well thats why i posted. I downloaded my catalog as a txt file, entire catalog downloaded.

    I then went into the new site and hit browse.found the file. and hit upload.

    The progress bar moved and finished, and when I went in and hit catalog...nothing was there?????

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Easy Populate question

    The server/php probably timed out during the upload. In that case you willl have to split the EP file. See the EP documentation in the original mod (can get it at addons.oscommerce.com)
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #5
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default Re: Easy Populate question

    Always to a test - say 5 or 10 items first - to make sure very thing is okay. For LARGE DUMPS - EZPopulate is not FAST (It was meant to be easy not fast) - It is faster on download (no changes) - but on uploads..changed -lots of changes can be very slow. Splitting up the file - say to 100 items or so is better.

    PHP have some safeguards in place when it comes to scripts running too LONG and consuming a ton of CPU time (possible out of control loop or bad programing etc...).
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  6. #6
    New Member
    Join Date
    Mar 2009
    Posts
    26
    Rep Power
    0


    Default Re: Easy Populate question

    well there are 4700 lines in the catalog, I took 100 and it least it did something, unfortunately it was an error

    Warning: move_uploaded_file(/home/apexcutl/public_html/catalog//temp/EP2009Mar11A.txt) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/apexcutl/public_html/catalog/admin/easypopulate_functions.php on line 32

    Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/php9UAa0J' to '/home/apexcutl/public_html/catalog//temp/EP2009Mar11A.txt' in /home/apexcutl/public_html/catalog/admin/easypopulate_functions.php on line 32

    File uploaded.
    Temporary filename: /tmp/php9UAa0J
    User filename: EP2009Mar11A.txt
    Size: 51567

    Warning: file(/home/apexcutl/public_html/catalog//temp/EP2009Mar11A.txt) [function.file]: failed to open stream: No such file or directory in /home/apexcutl/public_html/catalog/admin/easypopulate.php on line 670

    Warning: Invalid argument supplied for foreach() in /home/apexcutl/public_html/catalog/admin/easypopulate.php on line 693


    so what now

  7. #7
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Easy Populate question

    That is a permissions problem. Make sure the the temp dir is chmod 755 if you are running suphp or 777 if running php as an apache module.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  8. #8
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default Re: Easy Populate question

    If you look carefully at:

    Unable to move '/tmp/php9UAa0J' to '/home/apexcutl/public_html/catalog//temp/EP2009Mar11A.txt'

    More importantly to.....

    '/home/apexcutl/public_html/catalog//temp/EP2009Mar11A.txt'

    I would think that /catalog//temp/ directory does not, could NEVER exist!

    Your settings are incorrect - remove the / before the temp in your settings.....
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

  9. #9
    New Member
    Join Date
    Mar 2009
    Posts
    26
    Rep Power
    0


    Default Re: Easy Populate question

    I changed the temp permissions, and cut the file up into 1,000 line chunks and that did the trick it all uploaded.

    Thanks guys

  10. #10
    New Member
    Join Date
    Mar 2009
    Posts
    26
    Rep Power
    0


    Default Re: Easy Populate question

    All right one final issue, graphics did not upload, while I have the file name it did not upload the link. with 4700 items I hate to do it manually.

    any sugestions?

Page 1 of 2 12 LastLast

Similar Threads

  1. Basic Easy Populate Question
    By minuteman1970 in forum osCMax v2 Features Discussion
    Replies: 1
    Last Post: 09-09-2007, 07:02 PM
  2. Basic Easy Populate Question
    By minuteman1970 in forum osCMax v2 Features Discussion
    Replies: 3
    Last Post: 08-12-2007, 08:10 AM
  3. Easy Populate 2.76 ~ Question
    By ALElder in forum osCMax v2 Features Discussion
    Replies: 2
    Last Post: 06-19-2007, 10:52 AM
  4. Easy Populate 2.76 ~ Question
    By ALElder in forum osCMax v2 Features Discussion
    Replies: 3
    Last Post: 03-30-2007, 07:04 AM
  5. Easy populate question
    By gnfb in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 02-26-2007, 02:57 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
  •