Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    help question Numinex Product Fields ca6e9a8

    Hi. Any insights appreciated.

    Press the button in Catalog > Numinix Product Fields to add a field and I get this error:

    Code:
    WARNING: An Error occurred, please refresh the page and try again.
    If i had a custom field it does install but I get a blank page when i press the button. I see the field when I go back to the product.

    I had some difficulty with the last core-file merge (no notations of begin-end edits in MODIFIED_CORE_FILES\YOUR_ADMIN\includes\modules\product\preview_info.php) and just opted to over-write my 1.5.3 original.

    This was the only hitch during the tedious install. All the files are there. this is a new 1.5.3 that I've only made a few modifications to, namely EasyPop4, zencolorbox, ckeditor.
    Last edited by athena; 29 Nov 2014 at 09:17 PM. Reason: more info

  2. #2
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Numinex Product Fields ca6e9a8

    There was a lot of changes in 2.x.x series. It should be backwards compatible, the newest version is 2.1.2, is that the version you are using? There was a LARGE change in 2.0.0 that allows you to add fields (either pre-built or custom) via the admin. Making the install much easier for those with less experience.

  3. #3
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Numinex Product Fields ca6e9a8

    Quote Originally Posted by athena View Post
    Hi. Any insights appreciated.

    Press the button in Catalog > Numinix Product Fields to add a field and I get this error:

    Code:
    WARNING: An Error occurred, please refresh the page and try again.
    If i had a custom field it does install but I get a blank page when i press the button. I see the field when I go back to the product.

    I had some difficulty with the last core-file merge (no notations of begin-end edits in MODIFIED_CORE_FILES\YOUR_ADMIN\includes\modules\product\preview_info.php) and just opted to over-write my 1.5.3 original.

    This was the only hitch during the tedious install. All the files are there. this is a new 1.5.3 that I've only made a few modifications to, namely EasyPop4, zencolorbox, ckeditor.
    Take a look in your logs folder. An errormessage should have been logged when that message appeared on your screen. It should tell you where the problem is by filename and line number. More than likely a SQL command caused it, but it could be something else. Obviously would want to go back and look at how the install was performed to validate that simply/blindly using the file is acceptable...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #4
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Numinex Product Fields ca6e9a8

    I must be using the latest, but I do not see a version number. Just the file name: Numinex Product Fields ca6e9a8

    I'm guessing that my changes are taking time to propagate on the server. I may go in and delete the core files and re-upload them a little later since the store is not yet live.

  5. #5
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Numinex Product Fields ca6e9a8

    Log shows an error in every instance of a failed attempt to add a field, in this file, not a core file:

    PHP Fatal error: 1064:You have an error in your SQL syntax; .... admin/includes/functions/extra_functions/npf_functions.php on line 70

    Line 70:
    Code:
       $db->Execute($string);

  6. #6
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Numinex Product Fields ca6e9a8

    I'm also wondering once I get this working, how to get the new fields to show up on the product store page.

    thank you for any insights.

  7. #7
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Numinex Product Fields ca6e9a8

    Numinix Product Fields ca6e9a8 I would think corresponds to the github commit of the same.
    There are 7 more commits following that see:
    https://github.com/numinix/numinix_p...commits/master

    What are you trying to do when that error appears

    When in the catalog you can add any value by using the function npf_field_value($id, $field)
    Example:
    PHP Code:
    echo npf_field_value($_GET['products_id'], 'custom_field_xyz'); 

  8. #8
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Numinex Product Fields ca6e9a8

    So am I to understand that the download, here at zencart > plugins, last update on Sept 19, 2014, is not the latest? In that case, I guess I should un install and where would I find the latest download?

  9. #9
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Numinex Product Fields ca6e9a8

    Quote Originally Posted by athena View Post
    So am I to understand that the download, here at zencart > plugins, last update on Sept 19, 2014, is not the latest? In that case, I guess I should un install and where would I find the latest download?
    bislewl provded the link to the master branch for the plugin that is available from github... In review of the new "version" there may be a method of upgrade provided that doesn't require completely uninstalling. If there is not an upgrade path provided, (which honestly numinix products tend to be relatively well documented) then yes I would suggest uninstallation to "keep things simple"... Not always required, but it does simplify troubleshooting in the event an issue arises. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #10
    Join Date
    Feb 2006
    Location
    NM
    Posts
    750
    Plugin Contributions
    1

    Default Re: Numinex Product Fields ca6e9a8

    Very much appreciate all this insight. thanks all.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 4
    Last Post: 12 Jan 2015, 05:06 PM
  2. v151 Fedex Freight ( Numinex )
    By bocahydro in forum Addon Shipping Modules
    Replies: 2
    Last Post: 7 Nov 2013, 10:53 PM
  3. Problems with Numinex Mod, can somebody help me with coding...
    By strugglingnovice in forum General Questions
    Replies: 5
    Last Post: 23 Sep 2013, 05:42 AM
  4. Numinex Fedex Shipping Module / Addon Error + support
    By bocahydro in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 9 Sep 2013, 03:59 AM
  5. Question about encoding and numinex blog integration
    By Dan123 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 16 Mar 2012, 08:58 AM

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