Page 1 of 2 12 LastLast
Results 1 to 10 of 22

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: File Upload Required [Support Thread]

    Is this line supposed to be run if you don't use IH2?
    PHP Code:
    INSERT INTO `configurationVALUES ('''Image Handler Version''IH_VERSION''2.0''This is used by image handler to check if the database is up to date with uploaded image handler files.'0100NULL'2007-06-06 16:47:03'NULL'zen_cfg_textarea_small('

  2. #2
    Join Date
    Sep 2008
    Posts
    19
    Plugin Contributions
    2

    Default Re: File Upload Required [Support Thread]

    No. Just the first 3.
    Last edited by 1100101; 29 Jan 2011 at 02:45 AM.

  3. #3
    Join Date
    Jun 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: File Upload Required [Support Thread]

    Having a bit of an issue: After installing, I am able to require the upload however, after creating new (non-file related) options am unable to set values for the new option. Recieve a duplicate entry error.

    I created the Upload option first and it's ID is therefore '1'. it appears that any additional names are also given the ID of '1' when attempting to add option values and therefore a duplicate of the first named option (at least that's what it seems to be). Even though the option name is given a unique ID, in the option values it seems to always be '1'.

    This is the error that appears:

    1062 Duplicate entry '1-1' for key 1
    in:
    [insert into zen_products_options_values (products_options_values_id, language_id, products_options_values_name, products_options_values_sort_order) values ('1', '1', 'testing', '3')]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    Also, no matter what type of option I choose, they all show up as TEXT in the settings for the Attribute Controller.

    Any ideas where the problem might lie (operator error or otherwise)?

    Thanks

  4. #4
    Join Date
    Jun 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: File Upload Required [Support Thread]

    Problem Solved... I thought above issue was a problem associated with the "File Upload Required," however it was a database issue where deleted options were not removed from the database...

    Thanks to DrByte (and his input in the regular forum) I was able to cure the issue...

    Run this from SQL Patches in the Tool menu:

    delete from products_options_values where products_options_values_id > 0;

  5. #5
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: File Upload Required [Support Thread]

    Just want to say thanks for this mod!

    I was able to get it to work on a v1.3.8a install without an issue.
    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

  6. #6
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: File Upload Required [Support Thread]

    I guess I spoke too soon....

    I have that "f" in the top left when viewing Admin page and I also have that message below the "f" stating:
    php.ini setting post_max_size is less than double Maximum File Upload Size, file uploads will not function correctly.
    So if I understand this correctly I might be able to update my .htaccess file

    I guess the question is this... what line or modfication do I have to do to the .htaccess file to get this message to go away?

    Thanks in advance!
    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

  7. #7
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: File Upload Required [Support Thread]

    Fixed both issues:

    1. Removed the "f" from attributes_controller.php from the mod.
    2. Updated the Admin>Configuration>Maximum Values>Maximum File Upload Size to 4000000 and that change cleared the php.ini error message.
    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

  8. #8
    Join Date
    Sep 2008
    Posts
    19
    Plugin Contributions
    2

    Default Re: File Upload Required [Support Thread]

    Sorry 3DPeruna.

    I've just realised that the error you experienced with the stray "f" was likely the same as jasmel's and was thus my fault.

    When I first read your posts I assumed you had accidentially altered a file, when in fact, I had accidentally altered the file!

    Sorry again. As I said I have uploaded the module without this critical typo and it should be available within the next week or so. Who knows how many human hours the stray "f" has wasted? Oh dear.

  9. #9
    Join Date
    Sep 2008
    Posts
    397
    Plugin Contributions
    0

    Default Re: File Upload Required [Support Thread]

    Is this mod allowing customer to upload files(image and document) from the store site? Where the upload button located after installing?
    I want it on customer check out so the uploaded file can be associated to this order. Any demo? Thanks.

  10. #10
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: File Upload Required [Support Thread]

    I believe it would affect the standard "file" type attribute in a product. It will not be available after checkout, but while the customer is selecting the product.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 36
    Last Post: 2 Dec 2016, 01:56 PM
  3. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  4. v151 File Upload required addon problem
    By chriscctx in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 4 Mar 2014, 02:45 PM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 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