Summary | Sesha crash on 'client'-type property. |
Queue | Sesha |
Queue Version | 1.0.0RC3 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | ralf.lang (at) ralf-lang (dot) de |
Requester | joern.mankiewicz (at) gmx (dot) de |
Created | 11/20/2013 (4258 days ago) |
Due | |
Updated | 02/02/2016 (3454 days ago) |
Assigned | 11/20/2013 (4258 days ago) |
Resolved | 02/02/2016 (3454 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
#5.State ⇒ Assigned
Sesha:Client is unknown. But it is working now. Mh.....
$conf['datatypes']['types'] = array('int', 'text', 'boolean',
'creditcard', 'cellphone', 'Sesha:Client', 'date', 'dblookup',
'description', 'email', 'enum', 'file', 'header', 'hourminutesecond',
'html', 'image', 'intlist', 'ipaddress', 'link', 'longtext', 'matrix',
'mlenum', 'monthdayyear', 'monthyear', 'multienum', 'number',
'obrowser', 'octal', 'password', 'radio', 'set', 'time');
--- sesha/lib/Ui/VarRenderer/Stockedit_Html.php.orig 2013-11-20
18:19:13.929186752 +0100
+++ sesha/lib/Ui/VarRenderer/Stockedit_Html.php 2013-11-20
18:36:21.933186752 +0100
@@ -10,7 +10,7 @@
*/
class Horde_Core_UI_VarRenderer_Stockedit_Html extends
Horde_Core_Ui_VarRenderer_Html {
- protected function _renderVarInput_client($form, $var, $vars)
+ protected function _renderVarInput_sesha_form_type_client($form,
$var, $vars)
{
return $this->_renderVarInput_enum($form, $var, $vars);
}
(case sensitive!!) in $conf[datatypes][types].
So the installation default should be:
$conf[datatypes][types] = 'int, text, boolean, creditcard, cellphone,
Sesha:Client, date, dblookup, description, email, enum, file, header,
hourminutesecond, html, image, intlist, ipaddress, link, longtext,
matrix, mlenum, monthdayyear, monthyear, multienum, number, obrowser,
octal, password, radio, set, time'
Still Sesha gives the error: "Warning: Unknown variable type
sesha_form_type_client".
So the field ist not editable. Still trying to figure this out...
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Sesha crash on 'client'-type property.
Queue ⇒ Sesha
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
default-installation) Sesha will crash when trying to add/edit any
items with:
"Nonexistant class "Horde_Form_Type_client" for field type "client"
1. Sesha_Form_Stock->__construct() /var/www/horde/sesha/stock.php:45
2. Horde_Form->addVariable() /var/www/horde/sesha/lib/Form/Stock.php:94
3. Horde_Form->insertVariableBefore() /usr/share/php/Horde/Form.php:222
4. Horde_Form->getType() /usr/share/php/Horde/Form.php:232"