Thread: database upload

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Jun 2009
    Location
    Des Moines, Iowa USA
    Posts
    609
    Plugin Contributions
    0

    Default database upload

    Ok I an still very new to this
    I have been working on my products and have a section conpleted and will upload as I need to update.
    This is my second upload and my first without assistance. I think I blew it .
    Am getting this error and dont know what it means. I have about 101 kit that should be listed in the kit section.

    Warning: The downloadable products directory does not exist: /home6/stitchnf/public_html/snfcart/download/. Downloadable products will not work until this directory is valid.

    www.stitchnframeonline....com/snfcart

    Suggestions?

  2. #2
    Join Date
    Jun 2009
    Location
    Des Moines, Iowa USA
    Posts
    609
    Plugin Contributions
    0

    Default Re: database upload

    OK
    Evidently there was a file missing and that was fixed by my Server. however, The Database is not uploading without some jacking around by my server. I have the Q? to them as to why and have not gotten a answer yet. I would think I could upload my revised database everyday if I wanted to -Correct?

    My Q?
    I am using the tutorial on 'how can i do a databse-backup with phpmyadnmin' as a guide.
    I this the correct procedure to do a database upload over a prevouisly upload database.

    TIA

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: database upload

    It is not at all clear as to what you are trying to achieve...

    I take it that you are selling "virtual" products (software downloads)?

    Is that right?

    And you now want to UPLOAD a whole lot of these "products" to the server?

    If this is what you are referring to then the database does not enter into the picture. What are you trying to do with the database?

    The ERROR you report says that a folder called "download" is not present. This has absolutely nothing to do with the database. It is a FOLDER (directory) in your root installation, that is being reported as not being there - in your case in public_html/snfcart/download
    20 years a Zencart User

  4. #4
    Join Date
    Jun 2009
    Location
    Des Moines, Iowa USA
    Posts
    609
    Plugin Contributions
    0

    Default Re: database upload

    Hi Schoolboy

    Hea that is confusing for me too
    No I am not selling downloadables at all - But my sever said I need this file and it was not there so they add an empty file.

    Then I tried to upload my DB using the directions in the tutoral listed above and it gave me an error saying that the address_book was already there and could not create another. Being that the adress_book is the first 'file' in the database I could see there was going to be a problem with all the other preexisting 'files' down the row.

    So I contacted my Server and they uploaded my DB for me and said that would work IF that is all I needed to upload.

    i contacted them again and informed them that I would be uploading the DB on a regular basis and I thought I should be able to do that.

    BUT i a hoping I am uploading the DB correctly to take that vairiable out of the mix of issues.

  5. #5
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: database upload

    Hmmm... I recall being in touch with you some months ago... I put up a quick demo site for you here. Is that right?

    You have other problems on your site right now... a file has been corrupted and i am not seeing the Procuct Info pages. The html is being TRUNCATED and the product info page is not showing.
    20 years a Zencart User

  6. #6
    Join Date
    Jun 2009
    Location
    Des Moines, Iowa USA
    Posts
    609
    Plugin Contributions
    0

    Default Re: database upload

    Hi Schoolboy
    Yes your did an you have been great along with everyone else- that was a help to see if I wanted to invest the time which of course I did-

    Sorry about that - newbie thinking here - I thought that why try and fix one problem and then create another - I have my cart is a subdirectory which will need to up a level. And my images are not showing along with the DB issue
    SO tried to move my cart up a level and my server suggested I reload as opposed to just moving - SOOOO
    since I am on Dialup. that is what is going on right now.

    Ok so that did not work I am still at the subdirectory. Had the same configuration problems as I had before and could not get them straightened out at that time so I changed everyhting back!

  7. #7
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: database upload

    I think you are a bit confused about the database... Firstly, you only every "upload" it ONCE.

    After the database is created you basically leave it alone (unless you are skilled at MySQL and you are tinkering about with it for a specific reason.)

    But don't fiddle with the database. Once it is installed for the first time, you leave it alone.

    What you are probably referring to is getting DATA into the database, and this is a different issue.

    If you are trying to load Product Data, you can either do this manually via the admin console Product Edit/Add screen, or you can use a program like Easy Populate if you have a lot of products - and I recall you having a LOT of products!

    See my WIKI on E.P here:
    http://www.zen-cart.com/wiki/index.php/Easy_Populate
    20 years a Zencart User

  8. #8
    Join Date
    Jun 2009
    Location
    Des Moines, Iowa USA
    Posts
    609
    Plugin Contributions
    0

    Default Re: database upload

    Hi there Thanks for all your thoughts-
    Hmmm
    OK
    Yes I will be adding to my base over the next year - MY thoughts were that I could work on my zencart that is located on my computer and then when a section is done I can upload it to the site - and of course I was think ing that it was done via the DB.
    I was doing this thru the Admin part of my computer cart. I would also have 2 working copies of my cart without adding the product twice.

    And since I am on DU I thougt I could do this leisurely and inbetween customers.

    you are right(as always)I guess I am confused on this.

  9. #9
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: database upload

    I see what you are saying... you do all the work on your local machine, then periodically "replace" the remote server install with the stuff on your local drive...

    On a superficial level this may seem logical, but there is a lot of activity on the LIVE (remote) server that is not going to be evident on your LOCAL machine. (customer activity in particular!!!)

    If you take the database off your local machine and overwrite the database on the server, you effectively DELETE everything that relates to customers, purchases, tracking...

    I know you are on DU because broadband is not available to you (which for the USA is surprising), but managing your store in this way is not a good idea at all.
    20 years a Zencart User

  10. #10
    Join Date
    Jun 2009
    Location
    Des Moines, Iowa USA
    Posts
    609
    Plugin Contributions
    0

    Default Re: database upload

    Oh golly I forgot about all the customer data!! Great Point - that is no good!!!

    OK newbie thinking again-
    Can I just upload the 'files' within the database that are effected by the addition of new product? Such as product_id and products and such? Everyone talks about Easy populate but that seems like another issue that will need to dive into that would delay the addition of product???

    I think you can see I am just not quite grasping this as of yet!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. database upload in the server(Product Details)
    By jibon in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 18 May 2009, 08:04 PM
  2. Reseting the database for upload.
    By fl33140 in forum General Questions
    Replies: 2
    Last Post: 12 Apr 2007, 06:03 PM

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