Results 1 to 10 of 678

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    I get this error when i go to:

    (example only) hxxp://www.mysite.com/admin/quick_updates.php

    Warning: require(includes/application_top.php) [function.require]: failed to open stream: No such file or directory in /home7/mysite/public_html/admin/quick_updates.php on line 12

    Fatal error: require() [function.require]: Failed opening required 'includes/application_top.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home7/mysite/public_html/admin/quick_updates.php on line 12

    I have version 2.04 with zen cart 1.38.

    I pasted the sql into the intall sql patches.

    I put the entire directory in the root of my site where zencart is installed. I do not see an application_top.php fille anywhere.

    I can see the Quick updates tan under the configuration area in admin, but that's as far as i can go.

    Please guide me to the next step, i have read the forum many times.

    Thanks Charals

  2. #2
    Join Date
    Jun 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    I was able to get rid of this error (referring to post 457) by making sure I have my full path ahead of the includes/application.php

    I now just get a blank page when i go to (example only) hxxp://www.mysite.com/admin/quick_updates.php - I really need some guidance as the prices of the commodoties I sell change daily and this would be a time saver.

    What can I do to get to he next level past this current stumbling block?

    Thanks, Charals

  3. #3
    Join Date
    May 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Hi,

    I have installed this mod on 5 of my sites and i love it, thank you very much for contributing.

    However, on the last site i installed it on i have a very strange problem. No errors on the install, everything appears to be working fine, but the mod will only update the first 8 products.

    It doesnt matter how many products you update, it just says 8 products updated. And its only the top 8 on the screen.

    If i tried to edit the last product, or even the 9th one down the list, it just doesnt update. If i re arange them so a different 8 products are at the top, it updates them fine, but never more than 8. I cant find out whats wrong and im really confused

    Any ideas anyone?

  4. #4
    Join Date
    Apr 2006
    Location
    Dark Side of the Moon
    Posts
    987
    Plugin Contributions
    1

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by Lian View Post
    Hi,

    I have installed this mod on 5 of my sites and i love it, thank you very much for contributing.

    However, on the last site i installed it on i have a very strange problem. No errors on the install, everything appears to be working fine, but the mod will only update the first 8 products.

    It doesnt matter how many products you update, it just says 8 products updated. And its only the top 8 on the screen.

    If i tried to edit the last product, or even the 9th one down the list, it just doesnt update. If i re arange them so a different 8 products are at the top, it updates them fine, but never more than 8. I cant find out whats wrong and im really confused

    Any ideas anyone?
    Lian,

    I can only make a guess, but perhaps this is a server configuration issue. Since the script use POST, you may not have enough memory allocated to that area.
    Run a phpinfo() test and check your settings for "post_max_size" my server is set to 8M which seems to be a common value.

    Hope that helps.

  5. #5
    Join Date
    Apr 2008
    Location
    internet
    Posts
    41
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    BUG FIXES on quick_updates-v2.05

    fixes the column missing error when display descriptions are disabled and edit description is enabled
    find
    admin/quick_updates.php
    Code:
    if(QUICKUPDATES_MODIFY_DESCRIPTION == 'true')
    replace with
    Code:
    if(QUICKUPDATES_MODIFY_DESCRIPTION == 'true'||QUICKUPDATES_MODIFY_DESCRIPTION_POPUP == 'true')
    SQL fix to enable 2 decimal zeros (1.00) and not 4 decimal zeros (1.0000)
    SQL:
    Code:
    ALTER TABLE `zen_products` CHANGE `products_price` `products_price` DECIMAL( 15, 2 ) NOT NULL DEFAULT '0.00';
    
    ALTER TABLE `zen_products` CHANGE `products_price_sorter` `products_price_sorter` DECIMAL( 15, 2 ) NOT NULL DEFAULT '0.00'

  6. #6
    Join Date
    Apr 2008
    Location
    internet
    Posts
    41
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    add weight unit to weight heading
    admin/quick_updates.php
    find
    Code:
    echo zen_quickupdates_table_head('p.products_weight', TABLE_HEADING_WEIGHT );
    replace with
    Code:
    echo zen_quickupdates_table_head('p.products_weight', TABLE_HEADING_WEIGHT .' ('. TEXT_PRODUCT_WEIGHT_UNIT .')');

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

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by xcooling View Post
    [B][SIZE="6"]SQL fix to enable 2 decimal zeros (1.00) and not 4 decimal zeros (1.0000)
    SQL:
    Code:
    ALTER TABLE `zen_products` CHANGE `products_price` `products_price` DECIMAL( 15, 2 ) NOT NULL DEFAULT '0.00';
    
    ALTER TABLE `zen_products` CHANGE `products_price_sorter` `products_price_sorter` DECIMAL( 15, 2 ) NOT NULL DEFAULT '0.00'
    Please note that this is not related to quick updates, and these changes may have undesired effects on other parts of the Zen Cart script!
    Last edited by paulm; 12 Nov 2009 at 05:57 PM.

 

 

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

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