Error in 'Phoca Download Configuration'
Posted: 07 Feb 2011, 13:10
Hi all:
I'm having an issue in 'Phoca Download Configuration' popup (version 2.0.0 RC with J!1.6).
It seem that registered_access_level field has a mystake in config.xml. If I drop this field in config.xml the error dissapears and if I change its definition it dissapears too, but I don't know if the change is correct or not. In line 351:
By:
Thx
I'm having an issue in 'Phoca Download Configuration' popup (version 2.0.0 RC with J!1.6).
Code: Select all
Warning: htmlspecialchars() expects parameter 1 to be string, array given in /var/www/Joomla_1.6.0-Spanish-Pack_Completo/libraries/joomla/form/fields/text.php on line 50...Code: Select all
<field name="registered_access_level" type="phocaaccesslevel" label="COM_PHOCADOWNLOAD_FIELD_REGISTERED_ACCESS_LEVEL_LABEL" description="COM_PHOCADOWNLOAD_FIELD_REGISTERED_ACCESS_LEVEL_DESC" multiple="true" size="10" >Code: Select all
<field name="registered_access_level" type="accesslevel" label="COM_PHOCADOWNLOAD_FIELD_REGISTERED_ACCESS_LEVEL_LABEL" description="COM_PHOCADOWNLOAD_FIELD_REGISTERED_ACCESS_LEVEL_DESC" multiple="true" size="10" >