Recent content by Sylvain1969

  1. S

    Email a pdf

    Hello, I am figuring out how I can send a document when the form is submitted. facturen = list document = field which held the pdf name which has being uploaded. directory = facturen which is in the root. This is the code I try but didn't succeed : $invoice =...
  2. S

    List link to filtered items

    Hello, I have all information into 1 table. That's how the software is setup. Sample of the data : 1 John Doe, 01/12/2018, Shift, 08:00-16:30 2 John Doe, 01/12/2018, Lunch, 12:00-12:30 3 John Doe, 01/12/2018, Paid Break, 15:00-15:15 I have a list where I have filtered on the Shift. When...
  3. S

    Form Submission onAfterProcess enter data in other table

    Hi Rob I have updated and it's working Thanks.
  4. S

    CSV import only 1st record

    Hi Rob I have deleted all plugins just to see what happen and yes it was a plugin which cause this error. The php plugin cause this error. Thanks for your help. Sylvain
  5. S

    CSV import only 1st record

    I get this error message after the 1st record is imported : Fatal error: Call to a member function insert() on a non-object in /home/mickey1969/domains/startnet.be/public_html/tgroup/plugins/fabrik_form/php/php.php(386) : eval()'d code on line 2 Here the structure what I try to load, you...
  6. S

    Form Submission onAfterProcess enter data in other table

    Form is in a popup screen This is the info I get with firebug : Call to undefined method JModel::getInstance() its called by the upsert.php plugin Yes I have check and table and column name's are correct
  7. S

    Form Submission onAfterProcess enter data in other table

    In Firefox I get this message SyntaxError: JSON.parse: unexpected character I have also try the plugin upsert for forms and I get the same error message. It's a clean installation from Joomla 3.2.1 and only component installed is fabrik 3.1C2
  8. S

    Form Submission onAfterProcess enter data in other table

    I have try $result = $db->execute(); but now I get the error message : SyntaxError: Unexpected token <
  9. S

    Form Submission onAfterProcess enter data in other table

    Hello I have got this code in the form plugin and it's being execute after the onAfterProcess. However no data is entered in the database ? // Get a db connection. $db = JFactory::getDbo(); // Create a new query object. $query = $db->getQuery(true); // Insert columns. $columns =...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top