Page 34 of 67 FirstFirst ... 24323334353644 ... LastLast
Results 331 to 340 of 667
  1. #331
    Join Date
    May 2005
    Location
    Phoenix Arizona (whew!)
    Posts
    188
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by paulm View Post
    I don't know what "the attributes controller" is, but I am (99.99%) sure the error you posted is not related to quick updates.
    (and it is very likely that the error is caused by "the attributes controller" itself, combined with your MySQL version or settings)
    The attributes controller is found under admin->catalog->attributes controller in the main ZenCart install.
    This actually turned out to be a fairly simple fix, found here: http://www.zen-cart.com/forum/showthread.php?t=35219
    Last edited by Moebiusenterprises; 30 Aug 2007 at 01:34 PM. Reason: correction
    [FONT=Comic Sans MS]Vicki[/FONT]
    www.moebiusenterprises.com
    Fragrance*jewelry*metaphysical supplies*art*LIFE ... 'bout sums it up....

  2. #332
    Join Date
    May 2007
    Location
    Leicester, England
    Posts
    165
    Plugin Contributions
    1

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by numinix View Post
    Run the lines in the SQL file to alter the products table with the products_upc and products_isbn columns:

    PHP Code:
    ALTER TABLE products ADD products_upc varchar(32NULL default NULL after products_model
    ALTER TABLE products ADD products_isbn varchar(32NULL default NULL after products_upc
    Moebiusenterprises, I'm going to give you a tip for your survival here in the forum. Always read a thread before posting as this was covered previously. I also announce all version numbers in my threads so you can quickly scan the thread for the relevant information regarding that version.
    I think that Numinix has been a little naughty with his update to this mod.

    The mod as posted in the download section does not work 'straight out of the box' (despite numinix's assurances that it does), because it appears to be dependant upon another mod. To get the very useful Quick Updates to work in Numinix's version, further modification is, apparently, necessary - but the user has to visit this thread to find out what the additional mod is, AND gets chastised for not reading the entire thread!!

    Come on, get real, and stop this craziness, Numinix!! Update the mod so that it WILL work as posted in the downloads section without the need for additional research, OR, since most Zen Cart users are not selling books, please re-post the OLD version in the downloads section.

  3. #333
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by blag View Post
    I think that Numinix has been a little naughty with his update to this mod.

    The mod as posted in the download section does not work 'straight out of the box' (despite numinix's assurances that it does), because it appears to be dependant upon another mod. To get the very useful Quick Updates to work in Numinix's version, further modification is, apparently, necessary - but the user has to visit this thread to find out what the additional mod is, AND gets chastised for not reading the entire thread!!

    Come on, get real, and stop this craziness, Numinix!! Update the mod so that it WILL work as posted in the downloads section without the need for additional research, OR, since most Zen Cart users are not selling books, please re-post the OLD version in the downloads section.
    It's lack of time that has deterred me from updating this module. You can download v2.03 from the downloads section already. It can simply overwrite v2.03a/b and you shouldn't have any problems.

    I've requested that v2.03a be removed from the downloads section. I'm planning to clone this mod and make it for updating all ASA attributes without interfering with the original QU v2.03.
    Last edited by numinix; 2 Sep 2007 at 08:20 PM.

  4. #334
    Join Date
    Aug 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Quick Updates 1.3 ?

    I get a blank page when I pull up the quickupdates page.. The configuration page shows up fine.


    I use Plesk with a split ssl directory.... IE.. My httpdocs and https docs are not linked...


    Did I mis something?

  5. #335
    Join Date
    Mar 2007
    Posts
    21
    Plugin Contributions
    0

    bug Re: Quick Updates 1.3 ?

    I also had the error:

    Unknown table 'p.products' in field list
    ...and I was pulling my hair out while going through the forums and trying to find the fix.

    Finally looked a little closer and found it. In admin/quick_updates.php distributed with QU 2.03b there is this at line 450:

    p.products_model, pd.products_name, p.products_status, p.products_upc, p.products_isbn, p.products.epier,
    p.products.epier should be p.products_epier

    I don't know how anyone else got this working without making the change...

    -Roger

  6. #336
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Quick Updates 1.3 ?

    v2.03b was created to include updates to epier categories and since no one uses epier, there was no reason to upgrade. Only v2.03 is currently available for download via the zen cart website and all of the additional attributes that I created will be put into a new variant of quick updates solely for the purpose of updating those attributes found in Auction Site Attributes.

  7. #337
    Join Date
    May 2007
    Location
    Leicester, England
    Posts
    165
    Plugin Contributions
    1

    red flag Re: Quick Updates 1.3 ?

    I believe there is something very wrong with part of the current download version of the Quick Updates 1.3 mod (i.e. 2.03)

    Around line 70 of the file the php file popup_text_edit.php looks like this:
    <!-- body_eof //-->

    <!-- footer //-->
    <?php // require(DIR_WS_INCLUDES . 'footer.php'); ?>
    <!-- footer_eof //-->
    </body>
    </html>

    When I click on the text edit button in Quick Updates admin layout, I get an error message relating to Line 70 in this file. AT present I have commented out line 70.

    Surely there is something wrong in line 70? I don't know what is wrong, but perhaps somebody could compare this with a definitive version of the mod an, if necessary, publish the CORRECT version.

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

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by blag View Post
    I believe there is something very wrong with part of the current download version of the Quick Updates 1.3 mod (i.e. 2.03)
    Don't know what's happening there, but just to be sure I downloaded 2.03 today and line 70 of popup_text_edit.php is:
    Code:
    </script>
    Which it should be.

    I get an error message relating to Line 70 in this file.
    Difficult to say anything about it without the actual error message.

  9. #339
    Join Date
    May 2007
    Location
    Leicester, England
    Posts
    165
    Plugin Contributions
    1

    Default Re: Quick Updates 1.3 ?

    Quote Originally Posted by paulm View Post
    Don't know what's happening there, but just to be sure I downloaded 2.03 today and line 70 of popup_text_edit.php is:
    Code:
    </script>
    Which it should be.

    Difficult to say anything about it without the actual error message.
    OOPs - my mistake!! (SORRY!)

    I have cut out all the commented-out code and some other unncessary stuff, so my line numbering differs.

    The line number for the error in the downloaded file should be line 98 onwards - thus
    <!-- body_eof //-->

    <!-- footer //-->
    <?php // require(DIR_WS_INCLUDES . 'footer.php'); ?>
    <!-- footer_eof //-->
    </body>
    I believe that the problem line is line 101 because there doesn't appear to be closure to the php statements - the
    require(DIR_WS_INCLUDES . 'footer.php'); ?>
    is commented out!!

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

    Default Re: Quick Updates 1.3 ?

    I have cut out all the commented-out code and some other unncessary stuff, so my line numbering differs.
    Why?? And why don't you post the exact error message you get?

 

 
Page 34 of 67 FirstFirst ... 24323334353644 ... 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