Page 60 of 67 FirstFirst ... 10505859606162 ... LastLast
Results 591 to 600 of 667
  1. #591
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Quick Updates v2.07

    Quote Originally Posted by frank18 View Post
    Thumbs up on all counts!

    On a local 1.5.3 clone I did an upgrade 2.06 > 2.08 as per the (old) instructions plus deleting the 2 files mentioned in my earlier post, namely

    admin/includes/functions/extra_functions/quick_updates_functions.php
    admin/includes/functions/extra_functions/reg_quick_updates.php

    If they are not deleted then you get 2 entries of 'Quick Updates' in Admin > Catalog

    Just a minor bit: noted that in the file

    admin/includes/languages/english/quick_updates.php

    line 24 still shows version 2.07

    Did a test run with products priced by attributes (quantity discounts) and all prices update as expected!

    Great job Diva!

    Cheers / Frank
    You're welcome.. I can only take credit for writing up the spec and testing.. The heavy lifting was executed by an an awesome community member!!
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #592
    Join Date
    Nov 2014
    Location
    London
    Posts
    15
    Plugin Contributions
    0

    Default Re: Quick Updates v2.07

    Installed v2.06a to ZC1.5.1. Generally work as should but in some point stopping update data. For example I trying change sort orders for products in large directory. After two-three saves it stopping change the data. Is it any solution?

    Thanks

  3. #593
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Quick Updates v2.07

    Quote Originally Posted by ksivv View Post
    Installed v2.06a to ZC1.5.1. Generally work as should but in some point stopping update data. For example I trying change sort orders for products in large directory. After two-three saves it stopping change the data. Is it any solution?

    Thanks
    1. Check out the Runtime Configuration section of the PHP manual - post_max_size and max_input_vars.

    2. If you are using Suhosin with Hardened PHP, check suhosin.post.max_vars and suhosin.request.max_vars.

    3. Better use ajax editors ;)

  4. #594
    Join Date
    Feb 2008
    Posts
    46
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Error report,Please help me out

    I installed quick_updates-v2.06a with zen-cat 1.54,both install no problem. it's works.

    In our admin>catalog>quick updates page,we have a red message
    “Quick Updates Configuration Keys Not installed. Please install your configuration by clicking Install”
    But when I clicked the install,got a blank page with "WARNING: An Error occurred, please refresh the page and try again."

    So then I go to my logs to check the problem,I copy the debug message here:

    [05-Feb-2015 03:14:37 America/New_York] PHP Warning: mysql_insert_id(): Access denied for user 'root'@'localhost' (using password: NO) in /home/playscom/public_html/demo/admin/includes/functions/extra_functions/quick_updates_functions.php on line 40
    [05-Feb-2015 03:14:37 America/New_York] PHP Warning: mysql_insert_id(): A link to the server could not be established in /home/playscom/public_html/demo/elocin2/includes/functions/extra_functions/quick_updates_functions.php on line 40
    [05-Feb-2015 03:14:37 America/New_York] PHP Fatal error: 1064:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE configuration_group_id =' at line 1 :: UPDATE zen_configuration_group SET sort_order = WHERE configuration_group_id = ==> (as called by) /home/playscom/public_html/demo/admin/includes/functions/extra_functions/quick_updates_functions.php on line 41 <== in /home/playscom/public_html/demo/includes/classes/db/mysql/query_factory.php on line 155

  5. #595
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by paranoia View Post
    Error report,Please help me out

    I installed quick_updates-v2.06a with zen-cat 1.54,both install no problem. it's works.

    In our admin>catalog>quick updates page,we have a red message
    “Quick Updates Configuration Keys Not installed. Please install your configuration by clicking Install”
    But when I clicked the install,got a blank page with "WARNING: An Error occurred, please refresh the page and try again."

    So then I go to my logs to check the problem,I copy the debug message here:

    [05-Feb-2015 03:14:37 America/New_York] PHP Warning: mysql_insert_id(): Access denied for user 'root'@'localhost' (using password: NO) in /home/playscom/public_html/demo/admin/includes/functions/extra_functions/quick_updates_functions.php on line 40
    [05-Feb-2015 03:14:37 America/New_York] PHP Warning: mysql_insert_id(): A link to the server could not be established in /home/playscom/public_html/demo/elocin2/includes/functions/extra_functions/quick_updates_functions.php on line 40
    [05-Feb-2015 03:14:37 America/New_York] PHP Fatal error: 1064:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE configuration_group_id =' at line 1 :: UPDATE zen_configuration_group SET sort_order = WHERE configuration_group_id = ==> (as called by) /home/playscom/public_html/demo/admin/includes/functions/extra_functions/quick_updates_functions.php on line 41 <== in /home/playscom/public_html/demo/includes/classes/db/mysql/query_factory.php on line 155
    Haven't had time to look at updating/testing this to work with Zen Cart v1.5.4 at all.. and I never really got around to submitting the last version to the downloads either.. **my bad** I get a moment I'll see if I can SEE what the issue is..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #596
    Join Date
    Feb 2008
    Posts
    46
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    DivaVocals's Avatar ,Nice to you once again. Thanks for your quick reply

  7. #597
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by paranoia View Post
    DivaVocals's Avatar ,Nice to you once again. Thanks for your quick reply
    This is why I tell folks to READ through the support threads.. I get flak for it, but it is the truth..

    if you look at the TOP of this page you will see a quote from a previous post which eludes to deleting the file that the error message you got complained about.. I don't have time to download it and look at this right now, but are you UPGRADING this module from an older version of it?? If so I KNOW I included instructions in the readme to remove it..

    Finally (and in the name of WHY you should read through the support thread) in that same post at the TOP of this page we are discussing a NEW version of this module.. if you page back you'll find the link to it..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #598
    Join Date
    May 2005
    Location
    England
    Posts
    675
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Don't suppose anybody encountered this error at all with the 2.07 version?:-

    PHP Code:
    1136:Column count doesn't match value count at row 1 :: INSERT INTO zen_configuration  VALUES 
    I got a similar issue with another module, so I know it is not common and doesn't happen to everyone. Namely the RMA module. Thanks in advance for an pointers. I get the 'warning: errors' almost blank admin page. I got the above error snippet from a error log. If I deleted the auto loader file in the release I can use the admin as normal.

  9. #599
    Join Date
    Feb 2008
    Posts
    46
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Thanks for your help,When I readed all information in this support threads,fixed this problem,but now have 2 of "quick updated" tag in my admin>catalog dropdown.

    Do you know how was that happen?

  10. #600
    Join Date
    Feb 2008
    Posts
    46
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by DivaVocals View Post
    This is why I tell folks to READ through the support threads.. I get flak for it, but it is the truth..

    if you look at the TOP of this page you will see a quote from a previous post which eludes to deleting the file that the error message you got complained about.. I don't have time to download it and look at this right now, but are you UPGRADING this module from an older version of it?? If so I KNOW I included instructions in the readme to remove it..

    Finally (and in the name of WHY you should read through the support thread) in that same post at the TOP of this page we are discussing a NEW version of this module.. if you page back you'll find the link to it..

    Thanks for your help,When I readed all information in this support threads,fixed this problem,but now have 2 of "quick updated" tag in my admin>catalog dropdown.

    Do you know how was that happen?

 

 
Page 60 of 67 FirstFirst ... 10505859606162 ... LastLast

Similar Threads

  1. Quick Updates
    By jayson.gurney in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 1 Mar 2008, 11:08 AM
  2. Quick Updates 2.0*
    By Doodlebuckets in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 6 Jun 2007, 01:32 PM
  3. Quick Updates
    By tuckerm in forum Customization from the Admin
    Replies: 11
    Last Post: 16 Dec 2006, 11:45 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