• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Error on the form after editing the validation msg

Error on the form after editing the validation msg 4 years 1 week ago #41176

  • dlm
  • dlm's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 71
Hi there,

I was working on an RSFORM and I updated the validation messages via the database. Here syb_rsform_properties and in syb_rsform_translations.
After that, I have removed some unnecessary fields in the RS FORMS component itself.
Now, I noticed I get an error message on my screen, unclear what triggered it.

Notice: Undefined property: stdClass::$details in ../administrator/components/com_rsform/helpers/conditions.php on line 150

I noticed the "[details]" isn't appearing (anymore) in the array itself? This example field is existing and published.
Example print_r output

stdClass Object
(
[id] => 458
[form_id] => 3
[action] => show
[block] => 1
[component_id] => Array
(
[0] => 48
)

[condition] => all
[lang_code] => nl-BE
[ComponentNames] => Array
(
[0] => City
)

)


Can anyone help me out here?
Maybe there is a link in the database broken, to connect to the [details] ?
Any input is highly appreciated.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!