• 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: RSForm Error

RSForm Error 11 years 1 month ago #26867

Shoot...

I did something wrong and now i'm unable to acces the form in the back-end

An error has occurred.
1054 Unknown column 'id' in 'where clause' SQL=SELECT value FROM wkg_zoo_search_index WHERE id=''

This was after I filled in the code below in a text field 'default value'

//<code>
$zid = JRequest::getCmd('item_id');
$db =& JFactory::getDBO();
$db->setQuery("SELECT value FROM #_zoo_search_index WHERE id='".$zid."'");
$result = $db->loadResult();
return $result;
//</code>

Who can help me...
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!