Search results

  1. fudge4u

    Server 500 Error with Calc Watch Element

    Thanks for your help. I was able to get my form working.
  2. fudge4u

    Server 500 Error with Calc Watch Element

    Still trying to make this work. My calc value changes depending on the selection of a CCD item on the form, so the calc would have to change the field element every time a different selection is made on the CCD. Just wondering if you discovered anything about the infinite recursion which is...
  3. fudge4u

    Server 500 Error with Calc Watch Element

    That would be great if there is a fix for that. In the mean time, is there a way that the calc element can assign the calculated value to a field element, which I can then use as the watch element?
  4. fudge4u

    Server 500 Error with Calc Watch Element

    I am trying to create a Cascading Dropdown Menu, and would like to use a calc element as the watch element. But every time I set a calc element to be the watch element, I get the 500 Internal Server Error. Is it possible, or is there a workaround to being able to create this dropdown menu...
  5. fudge4u

    Submit Button not working in Explorer

    Thanks so much, Hugh. I will set that now and things should get back to normal. I appreciate your prompt replies. .....closing thread
  6. fudge4u

    Submit Button not working in Explorer

    This is now working. At first it did not work, but after clearing the cookies and website data in Explorer 11, it began working. Thank you.
  7. fudge4u

    Submit Button not working in Explorer

    Thanks for that update. I applied the changes and will test it when I have access to the Windows computer.
  8. fudge4u

    Submit Button not working in Explorer

    I have had many clients contacting me to say the forms are not being submitted. It seems to be a problem with Window computers using Explorer. I'm a Mac guy, so all my testing has worked. But I tried it on a Windows 7 computer using Explorer 11 and sure enough - the forms just hang. I move...
  9. fudge4u

    Error when accessing form via menu

    I checked out that suggestion. I also had to quote the variable $qty in the line: WHERE item = '{new_mcdc_orders___item_to_order_raw}' AND quantity = '$qty'"; With both those changes, it also functions in PHP 7. I'm glad I was able to solve it now before the Joomla! 4.0 release next year...
  10. fudge4u

    Error when accessing form via menu

    Thank You - I narrowed it down to a single element - a price lookup from a table based on the selection in the form. I have 2 other calc elements which work fine. The code in the element is: $ret = ''; $qty={new_mcdc_orders___quantity_to_order}; $db = JFactory::getDBO(); $query = "SELECT...
  11. fudge4u

    Error when accessing form via menu

    No custom code on the form, but several calc elements to lookup joined data. The elements have code like this: $ret = ''; $db = JFactory::getDBO(); $query = "SELECT item_description FROM new_mcdc_items WHERE item_name = " . $db->Quote('{new_mcdc_orders___item_to_order}')...
  12. fudge4u

    Error when accessing form via menu

    Here is an error I am getting: 0 - syntax error, unexpected ';' I have a menu set up to display a specific form. When I click the menu in PHP 5.6, it works fine. When I switch to PHP 7, I get the error as soon as I click the menu item. My other forms in the database work fine when accessing...
  13. fudge4u

    Delete Icon missing after 3.5.2 update

    Thank you very much, Hugh. Changing to "remove" solved it. I have less than 10 lists, so it was easy to just change the reference. ...Closing thread
  14. fudge4u

    Delete Icon missing after 3.5.2 update

    I just updated to the new version of Fabrik, and I noticed that the delete icon for the list rows are missing. Just to make sure it was not something else happening before I noticed, I restored to the version immediately before the update and applied the update again. Same thing happened - the...
  15. fudge4u

    Prefilter Structure Question

    SOLVED! Here is the code that worked: WHERE {thistable}.mcdc_dcn_item = (SELECT cb_dcn FROM vp3db_comprofiler WHERE user_id = {$my->id}) OR {thistable}.mcdc_dcn_item = '2' Hope this is helpful information to someone needing a similar function.
  16. fudge4u

    Prefilter Structure Question

    So I have narrowed down exactly what I am trying to do. I keep getting SQL errors with everything I try. The element I am trying to figure out is a database join element to create a dropdown menu. HERE'S WHAT WORKS WITHOUT ERROR IN THE DATA-WHERE BOX: WHERE {thistable}.mcdc_dcn_item = '0' OR...
  17. fudge4u

    Prefilter Structure Question

    I figured out the prefilter issue by running across this thread: http://fabrikar.com/forums/index.php?threads/pre-filter-list-using-user-id-based-attributes-value.39500/ The related filter I would like to create is to prefilter a database join element for a dropdown in one of my forms based on...
  18. fudge4u

    Prefilter Structure Question

    I would like to create a prefilter to display only records of items which match a value contained within the user's profile. I created a field in the user's profile {vp3db_comprofiler_fields___cb_dcn}. This contains a "1" or "0" to indicate the items they are permitted to view in a list. The...
  19. fudge4u

    I need user element to show only one group.

    Thank you so much. It now works exactly how I wanted it to work. The only difference in my database is that is was user_usergroup_map, not users_usergroup_map, but that was an easy thing to discover. Thanks again for your commitment to helping the Fabrik community use it to it's fullest extent!
  20. fudge4u

    I need user element to show only one group.

    I have a user element in a form that populates with the current user's ID when filled out. (works fine) Individual clinic locations use this form to order various items I print. I also want to have the corporate office order on behalf of the individual clinics - so I set the EDITABLE version...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top