Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2011
    Posts
    9
    Plugin Contributions
    0

    Default Not sure where to post this....problems with adding an item

    hi there,
    i have over 300 items already listed on my ZC store all was fine. I went to add more items today and had a MySQL error of some sort. They said to wait an hour for mysql to reset so i did and then went to add an item again and i can get as far as inserting the item then i get a blank screen.

    when i copy and paste the URL to another tab i get the message "ERROR: The data you submitted was found to be empty. YOUR CHANGES HAVE *NOT* BEEN SAVED. You may have a problem with your browser or your internet connection."
    also when i go into the sub category there are only 37 items but if i go to the category there are 52. the difference of 15 is the times that i have tried to enter a new item.

    can anyone help me please

    thanks
    lisa

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Not sure where to post this....problems with adding an item

    Hope you or your host has a backup

    If there has been no file changes it would appear that your host has changed something
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Not sure where to post this....problems with adding an item

    Quote Originally Posted by pumpkinpatch View Post
    i can get as far as inserting the item then i get a blank screen.
    https://www.zen-cart.com/tutorials/index.php?article=82
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

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

    Default Re: Not sure where to post this....problems with adding an item

    Thank you Dr Byte

    I looked in my Debug log in the cache file and this is what was listed :
    [09-Mar-2011 11:54:05] PHP Warning: include_once(facebook/facebook.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /hermes/bosweb/web200/b2005/ipg.thepumpkinpatchca/store/admin/includes/modules/update_product.php on line 107
    [09-Mar-2011 11:54:05] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'facebook/facebook.php' for inclusion (include_path='.:/usr/local/lib/php-5.2.17/lib/php') in /hermes/bosweb/web200/b2005/ipg.thepumpkinpatchca/store/admin/includes/modules/update_product.php on line 107
    [09-Mar-2011 11:54:05] PHP Fatal error: Class 'Facebook' not found in /hermes/bosweb/web200/b2005/ipg.thepumpkinpatchca/store/admin/includes/modules/update_product.php on line 109


    i am not sure what to do from here. I am basically have step 4 complete.
    Do i delete the debug files?
    sorry i am such a computer loser i am trying to learn as much as i can!
    Lisa

  5. #5
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Not sure where to post this....problems with adding an item

    Quote Originally Posted by pumpkinpatch View Post
    [09-Mar-2011 11:54:05] PHP Warning: include_once(facebook/facebook.php) [function.include-once]: failed to open stream: No such file or directory in /hermes/bosweb/web200/b2005/ipg.thepumpkinpatchca/store/admin/includes/modules/update_product.php on line 107
    In your admin folder, you've got some sort of addon that fires when you're updating products, which is looking for an /admin/facebook/facebook.php file, but the file can't be found, ie: doesn't exist.
    The other messages are merely knock-on results of the missing file.

    So, either remove the changes you made (either by you or by an addon you put in) to the update_product.php file, or fix the missing-file problem for the facebook files.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

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

    Default Re: Not sure where to post this....problems with adding an item

    THANK YOU SO MUCH!!! I really appreciate it! I removed the addon and I can now add product.

    My only question now is how do I make my category match what is acutally in stock?
    Again Thank you so much!

  7. #7
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Not sure where to post this....problems with adding an item

    I'm not sure I understand your question.
    You can update each product's quantity by editing each one and setting the amount.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

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

    Default Re: Not sure where to post this....problems with adding an item

    It is ok I just made a new category and moved the products.

    What was wrong was every time I tried to add a new product nothing would show up in the category I was adding it to but when i went back a level it would add a product. So I had 31 products that were not actually listed.
    Thanks again for your help I really appreciate it a lot!

  9. #9
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Not sure where to post this....problems with adding an item

    Sounds like you've got several "pages" of products, but you're only looking at the first page of them. There's a small pulldown with next-page >> indicators at the bottom of the list. Or you can change the Max value of products per page in admin via the Max Values configuration menu.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. v151 wasn;t sure where to post this, but new Zen store is live finally :)
    By jwaynehinkle in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Jul 2014, 12:55 AM
  2. complicated question not sure where to post
    By modwerx in forum General Questions
    Replies: 5
    Last Post: 16 Jul 2010, 03:47 PM
  3. few questions... not sure where to post... but here goes...
    By Cadre in forum Basic Configuration
    Replies: 3
    Last Post: 17 Oct 2008, 05:48 PM
  4. Wasnt sure where to post this? Good processor info
    By bjraines in forum Addon Payment Modules
    Replies: 0
    Last Post: 9 Oct 2006, 08:27 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