Recent content by rene.brodmuehler@gmail.com

  1. R

    Receipt plugin causing problem

    Dear All I am using the receipt plugin to sent an email to the user when he submits my form. The email is actually created and sent. But then the plugin fails to direct to a page and I get the following error message: get_parent_class(): Argument #1 ($object_or_class) must be an object or a...
  2. R

    Paypal Form Plugin

    Dear All - I need some help please I want to use the Paypal form plugin to offer users of my homepage an other payment method then just money wiring. Unfortunately I cannot get it to work. Paypal is returning this error page. Any idea what am doing wrong? I am using Fabrik 3.10 and Joomla...
  3. R

    Joomla update 3.10.0

    Thanks and/und Danke
  4. R

    Joomla update 3.10.0

    Habe gerade versucht, Fabrik 3.10 neu zu installieren. Dabei bekomme ich folgende Fehlermeldung: Warnung JInstaller: :Install: Die Datei „/homepages/40/d409153135/htdocs/joomlaTheorie/tmp/install_611cb801892a0/packages/install_611cb80398317/site/pdf“ existiert nicht. Komponente „Update“: Die...
  5. R

    Joomla update 3.10.0

    Hallo kann ich Fabrik einfach neu installieren ohne meine Listen und Forms zu verlieren? Joomla bietet mir zwar Updates an, aber es lassen sich nicht alle installieren ... Danke und Gruß René
  6. R

    Joomla update 3.10.0

    Dear All I updated Joomla to 3.10.0 and now I get this failure message: "Fabrik cannot find files required for this version of Joomla. DO NOT use the Fabrik backend admin until this is resolved. Please visit our web site and check for announcements about this version." Any idea how I can get...
  7. R

    How to debug what is returned via RETURN

    Great. Many thanks .... will try. Best René
  8. R

    How to debug what is returned via RETURN

    Dear All I have the following code: $myEmail = ''; $db = JFactory::getDbo(); $query = $db->getQuery(true); $query->select('email')->from('anmeldung'); $db->setQuery($query); $myEmail = $db->loadResult(); return $myEmail; How can I check what actually is returned in $myEmail? Is there a way to...
  9. R

    Sum calculation for field element

    Good to know. Will try. Thanks a lot. Rene
  10. R

    Database connection

    Will do, thanks. I guess the best is I learn this "chaining" language. ;) .... many thanks Rene
  11. R

    Database connection

    Hi again many thanks. I used print_r and can see what is in the variable. I don't know the syntax to read it out. E.g. the beginning of the read-out for $db is as follows: JDatabaseDriverMysqli Object ( [name] => mysqli [serverType] => mysql ... [options:protected] => Array (...
  12. R

    Database connection

    Dear All in the examples how to connect to a database I always find this for the beginning: $db = JFactory::getDbo(); $query = $db->getQuery(true); $query->insert('tablename')->set('field = ' . $db->quote('bar')) ->set('field2 = ' . $db->quote('{tablename___elementname}'))...
  13. R

    Sum calculation for field element

    Hi thanks for your fast response. I will have a look at the Total Element. I also found a way with an own query. Please accept my apologies regarding the screenshots in German. My website is a German site and live. So I try to mess around it as least as I can .... Best regards and Schönes...
  14. R

    Sum calculation for field element

    Dear All is it possible to provide the results from the sum or count calculations from the field element in a placeholder, like the results from any other element, e.g. {myxyz___summe}? E.g. Many thanks and best regards René
  15. R

    Arrange Elements

    Here we go ... https://daec-lv-berlin.rbr-fly-sail.de/index.php/verwaltung/rechnungen/form/14/ I also created a guest account. With GuestGuest for UID and PW you can logon. When you then go to "Verwaltung" -> "Rechnungen" you find the form as well. Please be careful. This is a live website...
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top