Page 42 of 68 FirstFirst ... 32404142434452 ... LastLast
Results 411 to 420 of 676
  1. #411
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by hitch View Post
    Hi everyone,

    Hoping someone can point me in the right direction. I have an installation of quick updates that seems to run buggy on my server (odd things not updating and messages of updating products not altered).

    When i run exactly the same files locally with the same database i get none of the bugs or odditites, I have looked at lots of things and think it has to be something specific to the hosting environment. Has anyone else had similar issues or could tell me where to start?

    thanks :-)
    Hi Hitch,

    -with "odd things" you mean it's totally random? Or is it always related to prices or descriptions or ...?

    -Is it possible to reproduce the problem with just one (or a couple) of product(s)?

    Every time when you click the Update button Quick updates sends two POST arrays: quick_updates_new (contains the form input values the admin may update) and quick_updates_old (from hidden form inputs that hold the original values) and compares their values to determine if anything needs to be updated or not. If you know how, you can compare those arrays to see if their values are correct.


    edit:
    @francocauter: you have posted your question in the wrong place, this thread is about quick updates only.

  2. #412
    Join Date
    Sep 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Thanks for the reply and helping us out with this cool mod!

    not completely random. say i update 8 product qty's only. 5 will update correctly, on the 6th product another (unchanged and unrelated) field will be updated and the qty changes below that are not saved. The message received at the top also describes what it actually does not what was entered. With no or few product updates it does a similar thing, updating the random unchanged field only.

    Like i say it operated fines on my local environment with the same files/db. It's happening on multiple sites on my hosting. I've tried both the latest stable 2.04 and your latest beta and both have the same/similar result. i should also say it has been operating perfectly on my server for the longest time then the bug started which made me wonder what server things could cause it.

    I'll check the arrays, but i haven't been bugging with the code or anything to change it.

    :-)

  3. #413
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Quick Updates 1.3 ?

    Hi Hitch,

    that sounds really scary

    Somehow the form data might be scrambled starting at some point (the 6th product), or the quick_updates_new and/or quick_updates_old POST arrays are cut off somehow.

    Maybe the post_max_size is very low one that server? (you can check it in your admin at admin/server_info.php). Or your products data consumes a lot of memory memory? The post_max_size usually is 8mb and it's very unlikely that the data of only a couple of your products exceed that value. On the other hand any explanation that I can think of now seems very unlikely

    If the post_max_size is exceeded a php error should be shown or logged. And I never tried it, but I think it would be a fatal error which halts the script (and no products at all would be updated in that case).

    But this does make me think, even if post_max_size appears not to be related in this case, it's probably wise to add some kind of checksum which is verified before the database is updated.
    Last edited by paulm; 1 May 2008 at 10:01 PM.

  4. #414
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Quick Updates 1.3 ?

    Some other thoughts:

    - do you have gzip enabled?

    - is your whole admin ssl protected? (not only the login)

    - what is your php version? It could be a php bug if it's an unstable version, or maybe the php and zend version on the server are not compatible? (don't ask me details on this, I only know I have had issues with POST arrays once, which where related to incompatibility of the php and zend version).

  5. #415
    Join Date
    Sep 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by paulm View Post
    Some other thoughts:

    - do you have gzip enabled?

    - is your whole admin ssl protected? (not only the login)

    - what is your php version? It could be a php bug if it's an unstable version, or maybe the php and zend version on the server are not compatible? (don't ask me details on this, I only know I have had issues with POST arrays once, which where related to incompatibility of the php and zend version).
    thanks for your help paul! i am going to reinstall the stable release 2.04 so i'm working off the same version that you are supporting here as i went to one of your later beta versions to see if it would magically work.

    below are the specs, but i'll spend a bit of time trying to see if a pattern emerges or links what happens.

    POST Max Size: 200M
    PHP Version: 5.2.5 (Zend: 2.2.0)
    GZIP is enabled
    SSL is only set for login


  6. #416
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Quick Updates 1.3 ?

    Actually I do not really support any of the versions at the moment, I just get carried away sometimes when I read the thread

    POST Max Size: 200M
    That must be enough!
    PHP Version: 5.2.5 (Zend: 2.2.0)
    No idea, I guess that's ok.
    GZIP is enabled
    It's a wild guess, but I would switch gzip off to see if it helps.
    SSL is only set for login
    OK, that rules out any SSL problems.

    If gzip off does not magically fix the issue, maybe you can install my debug script:
    http://www.zen-cart.com/index.php?ma...roducts_id=747
    ? And if you install it, and it's ok with you to give me temporary admin access, I am willing to take a closer look look at it.

    (One of the reasons I am interested is that if this would appear to be a quick updates bug, I would really want to find the cause, and hopefully a fix. If time permits...)

  7. #417
    Join Date
    Sep 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by paulm View Post
    If gzip off does not magically fix the issue, maybe you can install my debug script:
    http://www.zen-cart.com/index.php?ma...roducts_id=747
    ? And if you install it, and it's ok with you to give me temporary admin access, I am willing to take a closer look look at it.

    (One of the reasons I am interested is that if this would appear to be a quick updates bug, I would really want to find the cause, and hopefully a fix. If time permits...)
    I have installed your debug script and have decided to stick to using your beta version as both versions work perfect on my local setup, and both are buggy on my server setup.

    It seems to not be updating anything from the 6ish-8th product on i think, it's the same in the settings screen. I'm more than happy for you to take a look but in no way do i expect you to spend you time on my problem.

  8. #418
    Join Date
    Mar 2008
    Posts
    332
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    I just installed the module and am getting this error:

    1054 Unknown column 'p.products_price_w' in 'field list'

    In my previous install I didn't have a problem with this. Does this module need to have dual pricing module installed to work?

  9. #419
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by hosiya View Post
    hey guys,
    i got the problem blow:

    Sorry, your security clearance does not allow you to access this resource.

    Please contact your site administrator if you believe this to be incorrect.

    Sorry for any inconvenience.


    what i have to do?
    Do you have the admin levels mod install? if you do that means who ever is main admin users needs to set the permission for you to use that mod.
    Lextechs.com Powered By ZenCart

  10. #420
    Join Date
    Feb 2006
    Posts
    14
    Plugin Contributions
    0

    help question Re: Quick Updates 1.3 ?

    Hi all,

    I've got an issue where I get logged-out of the admin panel whenever I click one of the drop-down menu's in Quick Updates 2.04, anyone got any ideas why this is happening and how to stop it doing this?

    I recently updated my php to 5.2.5 and had some issues with being able to log in the admin panel at all, but got resolved, not sure if this is related.

    Cheers...

 

 
Page 42 of 68 FirstFirst ... 32404142434452 ... 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