Recent content by fudge4u

  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.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top