Joomla 4.x,
Module Backend:
Insert a field of type="combo" in any module mandatory file. For example in modules/mod_foo/mod_foo.xml.
<field name="combotest"
type="combo"
label="combo test"
default="1"
<option value="opt1">opt1</option>
<option value="opt2">opt2</option>
<option value="opt3">opt3</option>
</field>
A normal backend combobox with 3 Options.
I can see only a text box with the default value.
Generated html code:
<input type="text" name="jform[params][combotest]" id="jform_params_combotest" value="3" class="awesomplete form-control valid form-control-success" data-list="opt1, opt2, opt3" autocomplete="off" aria-owns="awesomplete_list_1" role="combobox" aria-invalid="false">
php error: Notice: Undefined variable: attr in /layouts/joomla/form/field/combo.php on line 47
php: Darwin MacBookProRetina.fritz.box 17.7.0 Darwin Kernel Version 17.7.0: Wed Oct 10 23:06:14 PDT 2018; root:xnu-4570.71.13~1/RELEASE_X86_64 x86_64
dbserver: mysql
dbversion: 5.5.42
dbcollation: utf8mb4_general_ci
dbconnectioncollation: utf8_general_ci
phpversion: 7.0.8
server: Apache
sapi_name: cgi-fcgi
version: Joomla! 4.0.0-alpha5 Alpha [ Amani ] 4-November-2018 23:23 GMT
useragent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:63.0) Gecko/20100101 Firefox/63.0
display_errors: true
short_open_tag: true
file_uploads: true
output_buffering: false
open_basedir:
session.save_path: xxxxxx
session.auto_start: 0
disable_functions:
xml: true
zlib: true
zip: true
mbstring: true
iconv: true
max_input_vars: 20000
offline: false
offline_message: This site is down for maintenance.
Please check back again soon.
display_offline_message: 1
offline_image:
sitename: xxxxxx
editor: tinymce
captcha: 0
list_limit: 20
access: 1
debug: false
debug_lang: false
dbtype: mysqli
host: xxxxxx
user: xxxxxx
password: xxxxxx
db: xxxxxx
dbprefix: xxxxxx
live_site:
secret: xxxxxx
gzip: false
error_reporting: default
helpurl: https://help.joomla.org/proxy?keyref=Help{major}{minor}:{keyref}&lang={langcode}
ftp_host:
ftp_port:
ftp_user: xxxxxx
ftp_pass: xxxxxx
ftp_root:
ftp_enable: false
offset: UTC
mailonline: true
mailer: mail
mailfrom: xxxxxx
fromname: xxxxxx
sendmail: xxxxxx
smtpauth: false
smtpuser: xxxxxx
smtppass: xxxxxx
smtphost: xxxxxx
smtpsecure: none
smtpport: 25
caching: 0
cache_handler: file
cachetime: 15
cache_platformprefix: false
MetaDesc:
MetaKeys:
MetaTitle: true
MetaAuthor: true
MetaVersion: false
robots:
sef: true
sef_rewrite: false
sef_suffix: false
unicodeslugs: false
feed_limit: 10
feed_email: none
log_path: xxxxxx
tmp_path: xxxxxx
lifetime: 15
session_handler: database
shared_session: false
memcache_persist: true
memcache_compress: false
memcache_server_host: localhost
memcache_server_port: 11211
memcached_persist: true
memcached_compress: false
memcached_server_host: xxxxxx
memcached_server_port: 11211
redis_persist: true
redis_server_host: xxxxxx
redis_server_port: 6379
redis_server_auth:
redis_server_db: 0
proxy_enable: false
proxy_host:
proxy_port:
proxy_user:
proxy_pass:
massmailoff: false
replyto:
replytoname:
MetaRights:
sitename_pagetitles: 0
force_ssl: 0
session_filesystem_path:
session_memcache_server_host: localhost
session_memcache_server_port: 11211
session_memcached_server_host: xxxxxx
session_memcached_server_port: 11211
session_redis_server_host: xxxxxx
session_redis_server_port: 6379
session_redis_server_db: 0
frontediting: 1
cookie_domain:
cookie_path:
asset_id: 1
administrator/components: writable
administrator/language: writable
administrator/language/overrides: writable
administrator/language/en-GB: writable
administrator/manifests/libraries: writable
administrator/manifests/packages: writable
administrator/manifests/files: writable
administrator/modules: writable
administrator/templates: writable
components: writable
images: writable
images/sampledata: writable
images/banners: writable
images/headers: writable
language: writable
language/overrides: writable
language/en-GB: writable
libraries: writable
media: writable
modules: writable
plugins: writable
plugins/quickicon: writable
plugins/extension: writable
plugins/sampledata: writable
plugins/twofactorauth: writable
plugins/media-action: writable
plugins/editors: writable
plugins/content: writable
plugins/user: writable
plugins/filesystem: writable
plugins/captcha: writable
plugins/search: writable
plugins/system: writable
plugins/finder: writable
plugins/editors-xtd: writable
plugins/fields: writable
plugins/behaviour: writable
plugins/installer: writable
plugins/authentication: writable
templates: writable
configuration.php: NOT writable
administrator/cache: writable
media/cache: writable
log: writable
tmp: writable
=============
bcmath
=============
BCMath support: enabled
=============
bcmath.scale
=============
Local Value: 0
Master Value: 0
=============
bz2
=============
BZip2 Support: Enabled
Stream Wrapper support: compress.bzip2://
Stream Filter support: bzip2.decompress, bzip2.compress
BZip2 Version: 1.0.6, 6-Sept-2010
=============
calendar
=============
Calendar support: enabled
=============
cgi-fcgi
=============
=============
cgi.check_shebang_line
=============
Local Value: 1
Master Value: 1
=============
cgi.discard_path
=============
Local Value: 0
Master Value: 0
=============
cgi.fix_pathinfo
=============
Local Value: 1
Master Value: 1
=============
cgi.force_redirect
=============
Local Value: 1
Master Value: 1
=============
cgi.nph
=============
Local Value: 0
Master Value: 0
=============
cgi.redirect_status_env
=============
Local Value: no value
Master Value: no value
=============
cgi.rfc2616_headers
=============
Local Value: 0
Master Value: 0
=============
fastcgi.logging
=============
Local Value: 1
Master Value: 1
=============
Core
=============
PHP Version: 7.0.8
=============
allow_url_fopen
=============
Local Value: On
Master Value: On
=============
allow_url_include
=============
Local Value: Off
Master Value: Off
=============
arg_separator.input
=============
Local Value: &
Master Value: &
=============
arg_separator.output
=============
Local Value: &
Master Value: &
=============
auto_append_file
=============
Local Value: no value
Master Value: no value
=============
auto_globals_jit
=============
Local Value: On
Master Value: On
=============
auto_prepend_file
=============
Local Value: no value
Master Value: no value
=============
browscap
=============
Local Value: no value
Master Value: no value
=============
default_charset
=============
Local Value: UTF-8
Master Value: UTF-8
=============
default_mimetype
=============
Local Value: text/html
Master Value: text/html
=============
disable_classes
=============
Local Value: no value
Master Value: no value
=============
disable_functions
=============
Local Value: no value
Master Value: no value
=============
display_errors
=============
Local Value: On
Master Value: On
=============
display_startup_errors
=============
Local Value: Off
Master Value: Off
=============
doc_root
=============
Local Value: no value
Master Value: no value
=============
docref_ext
=============
Local Value: no value
Master Value: no value
=============
docref_root
=============
Local Value: no value
Master Value: no value
=============
enable_dl
=============
Local Value: On
Master Value: On
=============
enable_post_data_reading
=============
Local Value: On
Master Value: On
=============
error_append_string
=============
Local Value: no value
Master Value: no value
=============
error_log
=============
Local Value: xxxxxx
Master Value: xxxxxx
=============
error_prepend_string
=============
Local Value: no value
Master Value: no value
=============
error_reporting
=============
Local Value: 32767
Master Value: 32767
=============
exit_on_timeout
=============
Local Value: Off
Master Value: Off
=============
expose_php
=============
Local Value: On
Master Value: On
=============
extension_dir
=============
Local Value: xxxxxx
Master Value: xxxxxx
=============
file_uploads
=============
Local Value: On
Master Value: On
=============
highlight.comment
=============
Local Value: #FF8000
Master Value: #FF8000
=============
highlight.default
=============
Local Value: #0000BB
Master Value: #0000BB
=============
highlight.html
=============
Local Value: #000000
Master Value: #000000
=============
highlight.keyword
=============
Local Value: #007700
Master Value: #007700
=============
highlight.string
=============
Local Value: #DD0000
Master Value: #DD0000
=============
html_errors
=============
Local Value: On
Master Value: On
=============
ignore_repeated_errors
=============
Local Value: Off
Master Value: Off
=============
ignore_repeated_source
=============
Local Value: Off
Master Value: Off
=============
ignore_user_abort
=============
Local Value: Off
Master Value: Off
=============
implicit_flush
=============
Local Value: Off
Master Value: Off
=============
include_path
=============
Local Value: xxxxxx
Master Value: xxxxxx
=============
input_encoding
=============
Local Value: no value
Master Value: no value
=============
internal_encoding
=============
Local Value: no value
Master Value: no value
=============
log_errors
=============
Local Value: On
Master Value: On
=============
log_errors_max_len
=============
Local Value: 1024
Master Value: 1024
=============
mail.add_x_header
=============
Local Value: Off
Master Value: Off
=============
mail.force_extra_parameters
=============
Local Value: no value
Master Value: no value
=============
mail.log
=============
Local Value: no value
Master Value: no value
=============
max_execution_time
=============
Local Value: 1200
Master Value: 1200
=============
max_file_uploads
=============
Local Value: 20
Master Value: 20
=============
max_input_nesting_level
=============
Local Value: 64
Master Value: 64
=============
max_input_time
=============
Local Value: 300
Master Value: 300
=============
max_input_vars
=============
Local Value: 20000
Master Value: 20000
=============
memory_limit
=============
Local Value: 512M
Master Value: 512M
=============
open_basedir
=============
Local Value: xxxxxx
Master Value: xxxxxx
=============
output_buffering
=============
Local Value: no value
Master Value: no value
=============
output_encoding
=============
Local Value: no value
Master Value: no value
=============
output_handler
=============
Local Value: no value
Master Value: no value
=============
post_max_size
=============
Local Value: 32M
Master Value: 32M
=============
precision
=============
Local Value: 12
Master Value: 12
=============
realpath_cache_size
=============
Local Value: 16K
Master Value: 16K
=============
realpath_cache_ttl
=============
Local Value: 120
Master Value: 120
=============
register_argc_argv
=============
Local Value: On
Master Value: On
=============
report_memleaks
=============
Local Value: On
Master Value: On
=============
report_zend_debug
=============
Local Value: On
Master Value: On
=============
request_order
=============
Local Value: no value
Master Value: no value
=============
sendmail_from
=============
Local Value: no value
Master Value: no value
=============
sendmail_path
=============
Local Value: xxxxxx
Master Value: xxxxxx
=============
serialize_precision
=============
Local Value: 100
Master Value: 100
=============
short_open_tag
=============
Local Value: On
Master Value: On
=============
SMTP
=============
Local Value: localhost
Master Value: localhost
=============
smtp_port
=============
Local Value: 25
Master Value: 25
=============
sql.safe_mode
=============
Local Value: Off
Master Value: Off
=============
sys_temp_dir
=============
Local Value: no value
Master Value: no value
=============
track_errors
=============
Local Value: Off
Master Value: Off
=============
unserialize_callback_func
=============
Local Value: no value
Master Value: no value
=============
upload_max_filesize
=============
Local Value: 32M
Master Value: 32M
=============
upload_tmp_dir
=============
Local Value: xxxxxx
Master Value: xxxxxx
=============
user_dir
=============
Local Value: no value
Master Value: no value
=============
user_ini.cache_ttl
=============
Local Value: 300
Master Value: 300
=============
user_ini.filename
=============
Local Value: .user.ini
Master Value: .user.ini
=============
variables_order
=============
Local Value: EGPCS
Master Value: EGPCS
=============
xmlrpc_error_number
=============
Local Value: 0
Master Value: 0
=============
xmlrpc_errors
=============
Local Value: Off
Master Value: Off
=============
zend.assertions
=============
Local Value: 1
Master Value: 1
=============
zend.detect_unicode
=============
Local Value: On
Master Value: On
=============
zend.enable_gc
=============
Local Value: On
Master Value: On
=============
zend.multibyte
=============
Local Value: Off
Master Value: Off
=============
zend.script_encoding
=============
Local Value: no value
Master Value: no value
=============
ctype
=============
ctype functions: enabled
=============
curl
=============
cURL support: enabled
cURL Information: 7.43.0
Age: 3
AsynchDNS: No
CharConv: No
Debug: No
GSS-Negotiate: No
IDN: Yes
IPv6: Yes
krb4: No
Largefile: Yes
libz: Yes
NTLM: Yes
NTLMWB: Yes
SPNEGO: No
SSL: Yes
SSPI: No
TLS-SRP: No
HTTP2: No
GSSAPI: No
KERBEROS5: No
UNIX_SOCKETS: Yes
Protocols: dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, smb, smbs, smtp, smtps, telnet, tftp
Host: xxxxxx
SSL Version: OpenSSL/0.9.8zd
ZLib Version: 1.2.8
=============
date
=============
date/time support: enabled
"Olson" Timezone Database Version: 2016.3
Timezone Database: internal
Default timezone: UTC
=============
date.default_latitude
=============
Local Value: 31.7667
Master Value: 31.7667
=============
date.default_longitude
=============
Local Value: 35.2333
Master Value: 35.2333
=============
date.sunrise_zenith
=============
Local Value: 90.583333
Master Value: 90.583333
=============
date.sunset_zenith
=============
Local Value: 90.583333
Master Value: 90.583333
=============
date.timezone
=============
Local Value: Europe/Berlin
Master Value: Europe/Berlin
=============
dom
=============
DOM/XML: enabled
DOM/XML API Version: 20031129
libxml Version: 2.8.0
HTML Support: enabled
XPath Support: enabled
XPointer Support: enabled
Schema Support: enabled
RelaxNG Support: enabled
=============
exif
=============
EXIF Support: enabled
EXIF Version: 1.4 $Id: 8bdc0c8f27c2c9dd1f7551f1f9fe3ab57a06a4b1 $
Supported EXIF Version: 0220
Supported filetypes: JPEG, TIFF
=============
exif.decode_jis_intel
=============
Local Value: JIS
Master Value: JIS
=============
exif.decode_jis_motorola
=============
Local Value: JIS
Master Value: JIS
=============
exif.decode_unicode_intel
=============
Local Value: UCS-2LE
Master Value: UCS-2LE
=============
exif.decode_unicode_motorola
=============
Local Value: UCS-2BE
Master Value: UCS-2BE
=============
exif.encode_jis
=============
Local Value: no value
Master Value: no value
=============
exif.encode_unicode
=============
Local Value: ISO-8859-15
Master Value: ISO-8859-15
=============
fileinfo
=============
fileinfo support: enabled
version: 1.0.5
libmagic: 522
=============
filter
=============
Input Validation and Filtering: enabled
Revision: $Id: 2c8dde9d49ae877877eccaf496c8f5a733b4f1c2 $
=============
filter.default
=============
Local Value: unsafe_raw
Master Value: unsafe_raw
=============
filter.default_flags
=============
Local Value: no value
Master Value: no value
=============
ftp
=============
FTP support: enabled
FTPS support: enabled
=============
gd
=============
GD Support: enabled
GD Version: bundled (2.1.0 compatible)
FreeType Support: enabled
FreeType Linkage: with freetype
FreeType Version: 2.4.12
GIF Read Support: enabled
GIF Create Support: enabled
JPEG Support: enabled
libJPEG Version: 8
PNG Support: enabled
libPNG Version: 1.6.6
WBMP Support: enabled
XBM Support: enabled
=============
gd.jpeg_ignore_warning
=============
Local Value: 0
Master Value: 0
=============
gettext
=============
GetText Support: enabled
=============
hash
=============
hash support: enabled
Hashing Engines: md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128, 3 tiger160, 3 tiger192, 3 tiger128, 4 tiger160, 4 tiger192, 4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b fnv132 fnv1a32 fnv164 fnv1a64 joaat haval128, 3 haval160, 3 haval192, 3 haval224, 3 haval256, 3 haval128, 4 haval160, 4 haval192, 4 haval224, 4 haval256, 4 haval128, 5 haval160, 5 haval192, 5 haval224, 5 haval256, 5
=============
iconv
=============
iconv support: enabled
iconv implementation: libiconv
iconv library version: 1.14
=============
iconv.input_encoding
=============
Local Value: no value
Master Value: no value
=============
iconv.internal_encoding
=============
Local Value: no value
Master Value: no value
=============
iconv.output_encoding
=============
Local Value: no value
Master Value: no value
=============
imap
=============
IMAP c-Client Version: 2007f
Kerberos Support: enabled
=============
intl
=============
Internationalization support: enabled
version: 1.1.0
ICU version: 52.1
ICU Data version: 52.1
=============
intl.default_locale
=============
Local Value: no value
Master Value: no value
=============
intl.error_level
=============
Local Value: 0
Master Value: 0
=============
intl.use_exceptions
=============
Local Value: 0
Master Value: 0
=============
json
=============
json support: enabled
json version: 1.4.0
=============
ldap
=============
LDAP Support: enabled
RCS Version: $Id: c439c7358da4f516666244bec94da72b8aa630c4 $
Total Links: 0/unlimited
API Version: 3001
Vendor Name: OpenLDAP
Vendor Version: 20428
=============
ldap.max_links
=============
Local Value: Unlimited
Master Value: Unlimited
=============
libxml
=============
libXML support: active
libXML Compiled Version: 2.8.0
libXML Loaded Version: 20800
libXML streams: enabled
=============
mbstring
=============
Multibyte Support: enabled
Multibyte string engine: libmbfl
HTTP input encoding translation: disabled
libmbfl version: 1.3.2
oniguruma version: 5.9.6
Multibyte (japanese) regex support: enabled
Multibyte regex (oniguruma) backtrack check: On
Multibyte regex (oniguruma) version: 5.9.6
=============
mbstring.detect_order
=============
Local Value: no value
Master Value: no value
=============
mbstring.encoding_translation
=============
Local Value: Off
Master Value: Off
=============
mbstring.func_overload
=============
Local Value: 0
Master Value: 0
=============
mbstring.http_input
=============
Local Value: no value
Master Value: no value
=============
mbstring.http_output
=============
Local Value: no value
Master Value: no value
=============
mbstring.http_output_conv_mimetypes
=============
Local Value: ^(text/|application/xhtml\+xml)
Master Value: ^(text/|application/xhtml\+xml)
=============
mbstring.internal_encoding
=============
Local Value: no value
Master Value: no value
=============
mbstring.language
=============
Local Value: neutral
Master Value: neutral
=============
mbstring.strict_detection
=============
Local Value: Off
Master Value: Off
=============
mbstring.substitute_character
=============
Local Value: no value
Master Value: no value
=============
mcrypt
=============
mcrypt support: enabled
mcrypt_filter support: enabled
Version: 2.5.8
Api No: 20021217
Supported ciphers: cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes: cbc cfb ctr ecb ncfb nofb ofb stream
=============
mcrypt.algorithms_dir
=============
Local Value: no value
Master Value: no value
=============
mcrypt.modes_dir
=============
Local Value: no value
Master Value: no value
=============
mysqli
=============
MysqlI Support: enabled
Client API library version: mysqlnd 5.0.12-dev - 20150407 - $Id: 241ae00989d1995ffcbbf63d579943635faf9972 $
Active Persistent Links: 0
Inactive Persistent Links: 0
Active Links: 1
=============
mysqli.allow_local_infile
=============
Local Value: On
Master Value: On
=============
mysqli.allow_persistent
=============
Local Value: On
Master Value: On
=============
mysqli.default_host
=============
Local Value: no value
Master Value: no value
=============
mysqli.default_port
=============
Local Value: 3306
Master Value: 3306
=============
mysqli.default_pw
=============
Local Value: no value
Master Value: no value
=============
mysqli.default_socket
=============
Local Value: xxxxxx
Master Value: xxxxxx
=============
mysqli.default_user
=============
Local Value: no value
Master Value: no value
=============
mysqli.max_links
=============
Local Value: Unlimited
Master Value: Unlimited
=============
mysqli.max_persistent
=============
Local Value: Unlimited
Master Value: Unlimited
=============
mysqli.reconnect
=============
Local Value: Off
Master Value: Off
=============
mysqli.rollback_on_cached_plink
=============
Local Value: Off
Master Value: Off
=============
mysqlnd
=============
mysqlnd: enabled
Version: mysqlnd 5.0.12-dev - 20150407 - $Id: 241ae00989d1995ffcbbf63d579943635faf9972 $
Compression: supported
core SSL: supported
extended SSL: supported
Command buffer size: 4096
Read buffer size: 32768
Read timeout: 31536000
Collecting statistics: Yes
Collecting memory statistics: No
Tracing: n/a
Loaded plugins: mysqlnd, debug_trace, auth_plugin_mysql_native_password, auth_plugin_mysql_clear_password, auth_plugin_sha256_password
API Extensions: pdo_mysql, mysqli
mysqlnd statistics:
bytes_sent: 625478
bytes_received: 3798510
packets_sent: 13592
packets_received: 50748
protocol_overhead_in: 202992
protocol_overhead_out: 54368
bytes_received_ok_packet: 0
bytes_received_eof_packet: 0
bytes_received_rset_header_packet: 36891
bytes_received_rset_field_meta_packet: 0
bytes_received_rset_row_packet: 20517
bytes_received_prepare_response_packet: 1446938
bytes_received_change_user_packet: 2243628
packets_sent_command: 6728
packets_received_ok: 0
packets_received_eof: 0
packets_received_rset_header: 4099
packets_received_rset_field_meta: 0
packets_received_rset_row: 2528
packets_received_prepare_response: 21767
packets_received_change_user: 20112
result_set_queries: 2135
non_result_set_queries: 392
no_index_used: 866
bad_index_used: 0
slow_queries: 0
buffered_sets: 450
unbuffered_sets: 0
ps_buffered_sets: 1685
ps_unbuffered_sets: 0
flushed_normal_sets: 0
flushed_ps_sets: 0
ps_prepared_never_executed: 2
ps_prepared_once_executed: 2031
rows_fetched_from_server_normal: 3802
rows_fetched_from_server_ps: 14175
rows_buffered_from_client_normal: 3802
rows_buffered_from_client_ps: 14175
rows_fetched_from_client_normal_buffered: 4753
rows_fetched_from_client_normal_unbuffered: 0
rows_fetched_from_client_ps_buffered: 13170
rows_fetched_from_client_ps_unbuffered: 0
rows_fetched_from_client_ps_cursor: 0
rows_affected_normal: 8
rows_affected_ps: 0
rows_skipped_normal: 3802
rows_skipped_ps: 14175
copy_on_write_saved: 0
copy_on_write_performed: 0
command_buffer_too_small: 0
connect_success: 68
connect_failure: 0
connection_reused: 0
reconnect: 0
pconnect_success: 65
active_connections: 18446744073709551550
active_persistent_connections: 18446744073709551553
explicit_close: 67
implicit_close: 0
disconnect_close: 0
in_middle_of_command_close: 0
explicit_free_result: 2245
implicit_free_result: 1921
explicit_stmt_close: 113
implicit_stmt_close: 1921
mem_emalloc_count: 0
mem_emalloc_amount: 0
mem_ecalloc_count: 0
mem_ecalloc_amount: 0
mem_erealloc_count: 0
mem_erealloc_amount: 0
mem_efree_count: 0
mem_efree_amount: 0
mem_malloc_count: 0
mem_malloc_amount: 0
mem_calloc_count: 0
mem_calloc_amount: 0
mem_realloc_count: 0
mem_realloc_amount: 0
mem_free_count: 0
mem_free_amount: 0
mem_estrndup_count: 0
mem_strndup_count: 0
mem_estndup_count: 0
mem_strdup_count: 0
proto_text_fetched_null: 0
proto_text_fetched_bit: 0
proto_text_fetched_tinyint: 991
proto_text_fetched_short: 0
proto_text_fetched_int24: 0
proto_text_fetched_int: 3085
proto_text_fetched_bigint: 400
proto_text_fetched_decimal: 1872
proto_text_fetched_float: 0
proto_text_fetched_double: 106
proto_text_fetched_date: 0
proto_text_fetched_year: 0
proto_text_fetched_time: 0
proto_text_fetched_datetime: 121
proto_text_fetched_timestamp: 0
proto_text_fetched_string: 9092
proto_text_fetched_blob: 0
proto_text_fetched_enum: 920
proto_text_fetched_set: 0
proto_text_fetched_geometry: 0
proto_text_fetched_other: 0
proto_binary_fetched_null: 0
proto_binary_fetched_bit: 2268
proto_binary_fetched_tinyint: 0
proto_binary_fetched_short: 5490
proto_binary_fetched_int24: 0
proto_binary_fetched_int: 0
proto_binary_fetched_bigint: 17778
proto_binary_fetched_decimal: 348
proto_binary_fetched_float: 0
proto_binary_fetched_double: 0
proto_binary_fetched_date: 0
proto_binary_fetched_year: 0
proto_binary_fetched_time: 0
proto_binary_fetched_datetime: 0
proto_binary_fetched_timestamp: 695
proto_binary_fetched_string: 0
proto_binary_fetched_json: 43958
proto_binary_fetched_blob: 12471
proto_binary_fetched_enum: 0
proto_binary_fetched_set: 0
proto_binary_fetched_geometry: 0
proto_binary_fetched_other: 0
init_command_executed_count: 0
init_command_failed_count: 0
com_quit: 67
com_init_db: 68
com_query: 495
com_field_list: 0
com_create_db: 0
com_drop_db: 0
com_refresh: 0
com_shutdown: 0
com_statistics: 3
com_process_info: 0
com_connect: 0
com_process_kill: 0
com_debug: 0
com_ping: 1
com_time: 0
com_delayed_insert: 0
com_change_user: 0
com_binlog_dump: 0
com_table_dump: 0
com_connect_out: 0
com_register_slave: 0
com_stmt_prepare: 2034
com_stmt_execute: 2033
com_stmt_send_long_data: 0
com_stmt_close: 2027
com_stmt_reset: 0
com_stmt_set_option: 0
com_stmt_fetch: 0
com_deamon: 0
bytes_received_real_data_normal: 329390
bytes_received_real_data_ps: 1727422
=============
openssl
=============
OpenSSL support: enabled
OpenSSL Library Version: OpenSSL 0.9.8zh 14 Jan 2016
OpenSSL Header Version: OpenSSL 0.9.8y 5 Feb 2013
Openssl default config: /System/Library/OpenSSL/openssl.cnf
=============
openssl.cafile
=============
Local Value: no value
Master Value: no value
=============
openssl.capath
=============
Local Value: no value
Master Value: no value
=============
pcre
=============
PCRE (Perl Compatible Regular Expressions) Support: enabled
PCRE Library Version: 8.38 2015-11-23
PCRE JIT Support: enabled
=============
pcre.backtrack_limit
=============
Local Value: 1000000
Master Value: 1000000
=============
pcre.jit
=============
Local Value: 1
Master Value: 1
=============
pcre.recursion_limit
=============
Local Value: 100000
Master Value: 100000
=============
PDO
=============
PDO support: enabled
PDO drivers: mysql, sqlite, pgsql
=============
pdo_mysql
=============
PDO Driver for MySQL: enabled
Client API version: mysqlnd 5.0.12-dev - 20150407 - $Id: 241ae00989d1995ffcbbf63d579943635faf9972 $
=============
pdo_mysql.default_socket
=============
Local Value: xxxxxx
Master Value: xxxxxx
=============
pdo_pgsql
=============
PDO Driver for PostgreSQL: enabled
PostgreSQL(libpq) Version: 8.4.17
Module version: 7.0.8
Revision: $Id: f9b0c62eba234361d62f16fcbaaa120353ab5175 $
=============
pdo_sqlite
=============
PDO Driver for SQLite 3.x: enabled
SQLite Library: 3.8.10.2
=============
pgsql
=============
PostgreSQL Support: enabled
PostgreSQL(libpq) Version: 8.4.17
PostgreSQL(libpq): PostgreSQL 8.4.17 on i386-apple-darwin12.6.0, compiled by GCC Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn), 64-bit
Multibyte character support: enabled
SSL support: enabled
Active Persistent Links: 0
Active Links: 0
=============
pgsql.allow_persistent
=============
Local Value: On
Master Value: On
=============
pgsql.auto_reset_persistent
=============
Local Value: Off
Master Value: Off
=============
pgsql.ignore_notice
=============
Local Value: Off
Master Value: Off
=============
pgsql.log_notice
=============
Local Value: Off
Master Value: Off
=============
pgsql.max_links
=============
Local Value: Unlimited
Master Value: Unlimited
=============
pgsql.max_persistent
=============
Local Value: Unlimited
Master Value: Unlimited
=============
Phar
=============
Phar: PHP Archive support: enabled
Phar EXT version: 2.0.2
Phar API version: 1.1.1
SVN revision: $Id: 860f5132d446a7b24c2bbf050ce6949381ea8db5 $
Phar-based phar archives: enabled
Tar-based phar archives: enabled
ZIP-based phar archives: enabled
gzip compression: enabled
bzip2 compression: enabled
Native OpenSSL support: enabled
=============
phar.cache_list
=============
Local Value: no value
Master Value: no value
=============
phar.readonly
=============
Local Value: On
Master Value: On
=============
phar.require_hash
=============
Local Value: On
Master Value: On
=============
posix
=============
Revision: $Id: 771e31632526e20243748d73c150d8977fff1781 $
=============
readline
=============
Readline Support: enabled
Readline library: 6.3
=============
cli.pager
=============
Local Value: no value
Master Value: no value
=============
cli.prompt
=============
Local Value: \b \>
Master Value: \b \>
=============
Reflection
=============
Reflection: enabled
Version: $Id: 4c3f6240f4111de768fd771f35e2291d27631432 $
=============
session
=============
Session Support: enabled
Registered save handlers: files user
Registered serializer handlers: php_serialize php php_binary wddx
=============
session.auto_start
=============
Local Value: Off
Master Value: Off
=============
session.cache_expire
=============
Local Value: 180
Master Value: 180
=============
session.cache_limiter
=============
Local Value: none
Master Value: nocache
=============
session.cookie_domain
=============
Local Value: no value
Master Value: no value
=============
session.cookie_httponly
=============
Local Value: On
Master Value: Off
=============
session.cookie_lifetime
=============
Local Value: 0
Master Value: 0
=============
session.cookie_path
=============
Local Value: /
Master Value: /
=============
session.cookie_secure
=============
Local Value: Off
Master Value: Off
=============
session.entropy_file
=============
Local Value: no value
Master Value: no value
=============
session.entropy_length
=============
Local Value: 0
Master Value: 0
=============
session.gc_divisor
=============
Local Value: 100
Master Value: 100
=============
session.gc_maxlifetime
=============
Local Value: 900
Master Value: 1440
=============
session.gc_probability
=============
Local Value: 1
Master Value: 1
=============
session.hash_bits_per_character
=============
Local Value: 4
Master Value: 4
=============
session.hash_function
=============
Local Value: 0
Master Value: 0
=============
session.lazy_write
=============
Local Value: On
Master Value: On
=============
session.name
=============
Local Value: xxxxxx
Master Value: xxxxxx
=============
session.referer_check
=============
Local Value: no value
Master Value: no value
=============
session.save_handler
=============
Local Value: user
Master Value: files
=============
session.save_path
=============
Local Value: xxxxxx
Master Value: xxxxxx
=============
session.serialize_handler
=============
Local Value: php
Master Value: php
=============
session.upload_progress.cleanup
=============
Local Value: On
Master Value: On
=============
session.upload_progress.enabled
=============
Local Value: On
Master Value: On
=============
session.upload_progress.freq
=============
Local Value: 1%
Master Value: 1%
=============
session.upload_progress.min_freq
=============
Local Value: 1
Master Value: 1
=============
session.upload_progress.name
=============
Local Value: PHP_SESSION_UPLOAD_PROGRESS
Master Value: PHP_SESSION_UPLOAD_PROGRESS
=============
session.upload_progress.prefix
=============
Local Value: upload_progress_
Master Value: upload_progress_
=============
session.use_cookies
=============
Local Value: On
Master Value: On
=============
session.use_only_cookies
=============
Local Value: On
Master Value: On
=============
session.use_strict_mode
=============
Local Value: Off
Master Value: Off
=============
session.use_trans_sid
=============
Local Value: 0
Master Value: 0
=============
SimpleXML
=============
Simplexml support: enabled
Revision: $Id: 8a1ef4915f2024925ab80334b809c691c2cc0196 $
Schema support: enabled
=============
soap
=============
Soap Client: enabled
Soap Server: enabled
=============
soap.wsdl_cache
=============
Local Value: 1
Master Value: 1
=============
soap.wsdl_cache_dir
=============
Local Value: /tmp
Master Value: /tmp
=============
soap.wsdl_cache_enabled
=============
Local Value: 1
Master Value: 1
=============
soap.wsdl_cache_limit
=============
Local Value: 5
Master Value: 5
=============
soap.wsdl_cache_ttl
=============
Local Value: 86400
Master Value: 86400
=============
sockets
=============
Sockets Support: enabled
=============
SPL
=============
SPL support: enabled
Interfaces: Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes: AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException
=============
sqlite3
=============
SQLite3 support: enabled
SQLite3 module version: 0.7-dev
SQLite Library: 3.8.10.2
=============
sqlite3.extension_dir
=============
Local Value: no value
Master Value: no value
=============
standard
=============
Dynamic Library Support: enabled
Path to sendmail: xxxxxx
=============
assert.active
=============
Local Value: 1
Master Value: 1
=============
assert.bail
=============
Local Value: 0
Master Value: 0
=============
assert.callback
=============
Local Value: no value
Master Value: no value
=============
assert.exception
=============
Local Value: 0
Master Value: 0
=============
assert.quiet_eval
=============
Local Value: 0
Master Value: 0
=============
assert.warning
=============
Local Value: 1
Master Value: 1
=============
auto_detect_line_endings
=============
Local Value: 0
Master Value: 0
=============
default_socket_timeout
=============
Local Value: 60
Master Value: 60
=============
from
=============
Local Value: no value
Master Value: no value
=============
url_rewriter.tags
=============
Local Value: a=href, area=href, frame=src, input=src, form=,fieldset=
Master Value: a=href, area=href, frame=src, input=src, form=,fieldset=
=============
user_agent
=============
Local Value: no value
Master Value: no value
=============
tokenizer
=============
Tokenizer Support: enabled
=============
wddx
=============
WDDX Support: enabled
WDDX Session Serializer: enabled
=============
xdebug
=============
xdebug support: enabled
Version: 2.4.0
IDE Key: no value
Supported protocols: Revision
DBGp - Common DeBuGger Protocol: $Revision: 1.145 $
=============
xdebug.auto_trace
=============
Local Value: Off
Master Value: Off
=============
xdebug.cli_color
=============
Local Value: 0
Master Value: 0
=============
xdebug.collect_assignments
=============
Local Value: Off
Master Value: Off
=============
xdebug.collect_includes
=============
Local Value: On
Master Value: On
=============
xdebug.collect_params
=============
Local Value: 0
Master Value: 0
=============
xdebug.collect_return
=============
Local Value: Off
Master Value: Off
=============
xdebug.collect_vars
=============
Local Value: Off
Master Value: Off
=============
xdebug.coverage_enable
=============
Local Value: On
Master Value: On
=============
xdebug.default_enable
=============
Local Value: On
Master Value: On
=============
xdebug.dump.COOKIE
=============
Local Value: no value
Master Value: no value
=============
xdebug.dump.ENV
=============
Local Value: no value
Master Value: no value
=============
xdebug.dump.FILES
=============
Local Value: no value
Master Value: no value
=============
xdebug.dump.GET
=============
Local Value: no value
Master Value: no value
=============
xdebug.dump.POST
=============
Local Value: no value
Master Value: no value
=============
xdebug.dump.REQUEST
=============
Local Value: no value
Master Value: no value
=============
xdebug.dump.SERVER
=============
Local Value: no value
Master Value: no value
=============
xdebug.dump.SESSION
=============
Local Value: no value
Master Value: no value
=============
xdebug.dump_globals
=============
Local Value: On
Master Value: On
=============
xdebug.dump_once
=============
Local Value: On
Master Value: On
=============
xdebug.dump_undefined
=============
Local Value: Off
Master Value: Off
=============
xdebug.extended_info
=============
Local Value: On
Master Value: On
=============
xdebug.file_link_format
=============
Local Value: no value
Master Value: no value
=============
xdebug.force_display_errors
=============
Local Value: Off
Master Value: Off
=============
xdebug.force_error_reporting
=============
Local Value: 0
Master Value: 0
=============
xdebug.halt_level
=============
Local Value: 0
Master Value: 0
=============
xdebug.idekey
=============
Local Value: no value
Master Value: no value
=============
xdebug.max_nesting_level
=============
Local Value: 256
Master Value: 256
=============
xdebug.max_stack_frames
=============
Local Value: -1
Master Value: -1
=============
xdebug.overload_var_dump
=============
Local Value: On
Master Value: On
=============
xdebug.profiler_aggregate
=============
Local Value: Off
Master Value: Off
=============
xdebug.profiler_append
=============
Local Value: Off
Master Value: Off
=============
xdebug.profiler_enable
=============
Local Value: Off
Master Value: Off
=============
xdebug.profiler_enable_trigger
=============
Local Value: Off
Master Value: Off
=============
xdebug.profiler_enable_trigger_value
=============
Local Value: no value
Master Value: no value
=============
xdebug.profiler_output_dir
=============
Local Value: /var/tmp/
Master Value: /var/tmp/
=============
xdebug.profiler_output_name
=============
Local Value: cachegrind.out.%p
Master Value: cachegrind.out.%p
=============
xdebug.remote_addr_header
=============
Local Value: no value
Master Value: no value
=============
xdebug.remote_autostart
=============
Local Value: On
Master Value: On
=============
xdebug.remote_connect_back
=============
Local Value: Off
Master Value: Off
=============
xdebug.remote_cookie_expire_time
=============
Local Value: 3600
Master Value: 3600
=============
xdebug.remote_enable
=============
Local Value: On
Master Value: On
=============
xdebug.remote_handler
=============
Local Value: dbgp
Master Value: dbgp
=============
xdebug.remote_host
=============
Local Value: localhost
Master Value: localhost
=============
xdebug.remote_log
=============
Local Value: no value
Master Value: no value
=============
xdebug.remote_mode
=============
Local Value: req
Master Value: req
=============
xdebug.remote_port
=============
Local Value: 9000
Master Value: 9000
=============
xdebug.scream
=============
Local Value: Off
Master Value: Off
=============
xdebug.show_error_trace
=============
Local Value: Off
Master Value: Off
=============
xdebug.show_exception_trace
=============
Local Value: Off
Master Value: Off
=============
xdebug.show_local_vars
=============
Local Value: Off
Master Value: Off
=============
xdebug.show_mem_delta
=============
Local Value: Off
Master Value: Off
=============
xdebug.trace_enable_trigger
=============
Local Value: Off
Master Value: Off
=============
xdebug.trace_enable_trigger_value
=============
Local Value: no value
Master Value: no value
=============
xdebug.trace_format
=============
Local Value: 0
Master Value: 0
=============
xdebug.trace_options
=============
Local Value: 0
Master Value: 0
=============
xdebug.trace_output_dir
=============
Local Value: /var/tmp/
Master Value: /var/tmp/
=============
xdebug.trace_output_name
=============
Local Value: trace.%c
Master Value: trace.%c
=============
xdebug.var_display_max_children
=============
Local Value: 128
Master Value: 128
=============
xdebug.var_display_max_data
=============
Local Value: 512
Master Value: 512
=============
xdebug.var_display_max_depth
=============
Local Value: 3
Master Value: 3
=============
xml
=============
XML Support: active
XML Namespace Support: active
EXPAT Version: expat_2.0.1
=============
xmlreader
=============
XMLReader: enabled
=============
xmlwriter
=============
XMLWriter: enabled
=============
xsl
=============
XSL: enabled
libxslt Version: 1.1.28
libxslt compiled against libxml Version: 2.8.0
EXSLT: enabled
libexslt Version: 1.1.28
=============
zip
=============
Zip: enabled
Zip version: 1.13.3
Libzip version: 1.1.2
=============
zlib
=============
ZLib Support: enabled
Stream Wrapper: compress.zlib://
Stream Filter: zlib.inflate, zlib.deflate
Compiled Version: 1.2.8
Linked Version: 1.2.8
=============
zlib.output_compression
=============
Local Value: Off
Master Value: Off
=============
zlib.output_compression_level
=============
Local Value: -1
Master Value: -1
=============
zlib.output_handler
=============
Local Value: no value
Master Value: no value
=============
com_mailto
=============
name: com_mailto
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_wrapper
=============
name: com_wrapper
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_admin
=============
name: com_admin
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_banners
=============
name: com_banners
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_cache
=============
name: com_cache
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_categories
=============
name: com_categories
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: December 2007
authorUrl: www.joomla.org
=============
com_checkin
=============
name: com_checkin
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_contact
=============
name: com_contact
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_cpanel
=============
name: com_cpanel
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_installer
=============
name: com_installer
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_languages
=============
name: com_languages
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_login
=============
name: com_login
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_media
=============
name: com_media
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_menus
=============
name: com_menus
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_messages
=============
name: com_messages
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_modules
=============
name: com_modules
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_newsfeeds
=============
name: com_newsfeeds
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_plugins
=============
name: com_plugins
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_search
=============
name: com_search
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_templates
=============
name: com_templates
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_content
=============
name: com_content
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_config
=============
name: com_config
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_redirect
=============
name: com_redirect
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_users
=============
name: com_users
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2006
authorUrl: www.joomla.org
=============
com_finder
=============
name: com_finder
type: component
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: August 2011
authorUrl: www.joomla.org
=============
com_joomlaupdate
=============
name: com_joomlaupdate
type: component
state: Enabled
author: Joomla! Project
version: 3.6.2
creationDate: February 2012
authorUrl: www.joomla.org
=============
com_tags
=============
name: com_tags
type: component
state: Enabled
author: Joomla! Project
version: 3.1.0
creationDate: December 2013
authorUrl: www.joomla.org
=============
com_contenthistory
=============
name: com_contenthistory
type: component
state: Enabled
author: Joomla! Project
version: 3.2.0
creationDate: May 2013
authorUrl: www.joomla.org
=============
com_ajax
=============
name: com_ajax
type: component
state: Enabled
author: Joomla! Project
version: 3.2.0
creationDate: August 2013
authorUrl: www.joomla.org
=============
com_postinstall
=============
name: com_postinstall
type: component
state: Enabled
author: Joomla! Project
version: 3.2.0
creationDate: September 2013
authorUrl: www.joomla.org
=============
com_fields
=============
name: com_fields
type: component
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
com_associations
=============
name: com_associations
type: component
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: Januar 2017
authorUrl: www.joomla.org
=============
com_workflow
=============
name: com_workflow
type: component
state: Enabled
author:
version:
creationDate:
authorUrl:
=============
LIB_JOOMLA
=============
name: LIB_JOOMLA
type: library
state: Enabled
author: Joomla! Project
version: 13.1
creationDate: 2008
authorUrl: https://www.joomla.org
=============
LIB_PHPASS
=============
name: LIB_PHPASS
type: library
state: Enabled
author: Solar Designer
version: 0.3
creationDate: 2004-2006
authorUrl: http://www.openwall.com/phpass/
=============
mod_articles_archive
=============
name: mod_articles_archive
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2006
authorUrl: www.joomla.org
=============
mod_articles_latest
=============
name: mod_articles_latest
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2004
authorUrl: www.joomla.org
=============
mod_articles_popular
=============
name: mod_articles_popular
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2006
authorUrl: www.joomla.org
=============
mod_banners
=============
name: mod_banners
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2006
authorUrl: www.joomla.org
=============
mod_breadcrumbs
=============
name: mod_breadcrumbs
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2006
authorUrl: www.joomla.org
=============
mod_custom
=============
name: mod_custom
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2004
authorUrl: www.joomla.org
=============
mod_feed
=============
name: mod_feed
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2005
authorUrl: www.joomla.org
=============
mod_login
=============
name: mod_login
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: March 2005
authorUrl: www.joomla.org
=============
mod_menu
=============
name: mod_menu
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: March 2006
authorUrl: www.joomla.org
=============
mod_articles_news
=============
name: mod_articles_news
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2006
authorUrl: www.joomla.org
=============
mod_random_image
=============
name: mod_random_image
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2006
authorUrl: www.joomla.org
=============
mod_related_items
=============
name: mod_related_items
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2004
authorUrl: www.joomla.org
=============
mod_search
=============
name: mod_search
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2004
authorUrl: www.joomla.org
=============
mod_stats
=============
name: mod_stats
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2004
authorUrl: www.joomla.org
=============
mod_syndicate
=============
name: mod_syndicate
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: May 2006
authorUrl: www.joomla.org
=============
mod_users_latest
=============
name: mod_users_latest
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: December 2009
authorUrl: www.joomla.org
=============
mod_whosonline
=============
name: mod_whosonline
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2004
authorUrl: www.joomla.org
=============
mod_wrapper
=============
name: mod_wrapper
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: October 2004
authorUrl: www.joomla.org
=============
mod_articles_category
=============
name: mod_articles_category
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: February 2010
authorUrl: www.joomla.org
=============
mod_articles_categories
=============
name: mod_articles_categories
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: February 2010
authorUrl: www.joomla.org
=============
mod_languages
=============
name: mod_languages
type: module
state: Enabled
author: Joomla! Project
version: 3.5.0
creationDate: February 2010
authorUrl: www.joomla.org
=============
mod_finder
=============
name: mod_finder
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: August 2011
authorUrl: www.joomla.org
=============
mod_latest
=============
name: mod_latest
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2004
authorUrl: www.joomla.org
=============
mod_logged
=============
name: mod_logged
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: January 2005
authorUrl: www.joomla.org
=============
mod_popular
=============
name: mod_popular
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2004
authorUrl: www.joomla.org
=============
mod_quickicon
=============
name: mod_quickicon
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: Nov 2005
authorUrl: www.joomla.org
=============
mod_status
=============
name: mod_status
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: Feb 2006
authorUrl: www.joomla.org
=============
mod_title
=============
name: mod_title
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: Nov 2005
authorUrl: www.joomla.org
=============
mod_toolbar
=============
name: mod_toolbar
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: Nov 2005
authorUrl: www.joomla.org
=============
mod_multilangstatus
=============
name: mod_multilangstatus
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: September 2011
authorUrl: www.joomla.org
=============
mod_version
=============
name: mod_version
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: January 2012
authorUrl: www.joomla.org
=============
mod_stats_admin
=============
name: mod_stats_admin
type: module
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2004
authorUrl: www.joomla.org
=============
mod_tags_popular
=============
name: mod_tags_popular
type: module
state: Enabled
author: Joomla! Project
version: 3.1.0
creationDate: January 2013
authorUrl: www.joomla.org
=============
mod_tags_similar
=============
name: mod_tags_similar
type: module
state: Enabled
author: Joomla! Project
version: 3.1.0
creationDate: January 2013
authorUrl: www.joomla.org
=============
mod_sampledata
=============
name: mod_sampledata
type: module
state: Enabled
author: Joomla! Project
version: 3.8.0
creationDate: July 2017
authorUrl: www.joomla.org
=============
plg_authentication_gmail
=============
name: plg_authentication_gmail
type: plugin
state: Disabled
author: Joomla! Project
version: 3.0.0
creationDate: February 2006
authorUrl: www.joomla.org
=============
plg_authentication_joomla
=============
name: plg_authentication_joomla
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: November 2005
authorUrl: www.joomla.org
=============
plg_authentication_ldap
=============
name: plg_authentication_ldap
type: plugin
state: Disabled
author: Joomla! Project
version: 3.0.0
creationDate: November 2005
authorUrl: www.joomla.org
=============
plg_content_contact
=============
name: plg_content_contact
type: plugin
state: Enabled
author: Joomla! Project
version: 3.2.2
creationDate: January 2014
authorUrl: www.joomla.org
=============
plg_content_emailcloak
=============
name: plg_content_emailcloak
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: November 2005
authorUrl: www.joomla.org
=============
plg_content_loadmodule
=============
name: plg_content_loadmodule
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: November 2005
authorUrl: www.joomla.org
=============
plg_content_pagebreak
=============
name: plg_content_pagebreak
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: November 2005
authorUrl: www.joomla.org
=============
plg_content_pagenavigation
=============
name: plg_content_pagenavigation
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: January 2006
authorUrl: www.joomla.org
=============
plg_content_vote
=============
name: plg_content_vote
type: plugin
state: Disabled
author: Joomla! Project
version: 3.0.0
creationDate: November 2005
authorUrl: www.joomla.org
=============
plg_editors_codemirror
=============
name: plg_editors_codemirror
type: plugin
state: Enabled
author: Marijn Haverbeke
version: 5.31.0
creationDate: 28 March 2011
authorUrl: http://codemirror.net/
=============
plg_editors_none
=============
name: plg_editors_none
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: September 2005
authorUrl: www.joomla.org
=============
plg_editors_tinymce
=============
name: plg_editors_tinymce
type: plugin
state: Enabled
author: Ephox Corporation
version: 4.7.1
creationDate: 2005-2017
authorUrl: http://www.tinymce.com
=============
plg_editors-xtd_article
=============
name: plg_editors-xtd_article
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: October 2009
authorUrl: www.joomla.org
=============
plg_editors-xtd_image
=============
name: plg_editors-xtd_image
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: August 2004
authorUrl: www.joomla.org
=============
plg_editors-xtd_pagebreak
=============
name: plg_editors-xtd_pagebreak
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: August 2004
authorUrl: www.joomla.org
=============
plg_editors-xtd_readmore
=============
name: plg_editors-xtd_readmore
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: March 2006
authorUrl: www.joomla.org
=============
plg_search_categories
=============
name: plg_search_categories
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: November 2005
authorUrl: www.joomla.org
=============
plg_search_contacts
=============
name: plg_search_contacts
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: November 2005
authorUrl: www.joomla.org
=============
plg_search_content
=============
name: plg_search_content
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: November 2005
authorUrl: www.joomla.org
=============
plg_search_newsfeeds
=============
name: plg_search_newsfeeds
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: November 2005
authorUrl: www.joomla.org
=============
plg_system_languagefilter
=============
name: plg_system_languagefilter
type: plugin
state: Disabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2010
authorUrl: www.joomla.org
=============
plg_system_cache
=============
name: plg_system_cache
type: plugin
state: Disabled
author: Joomla! Project
version: 3.0.0
creationDate: February 2007
authorUrl: www.joomla.org
=============
plg_system_debug
=============
name: plg_system_debug
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: December 2006
authorUrl: www.joomla.org
=============
plg_system_log
=============
name: plg_system_log
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2007
authorUrl: www.joomla.org
=============
plg_system_redirect
=============
name: plg_system_redirect
type: plugin
state: Disabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2009
authorUrl: www.joomla.org
=============
plg_system_remember
=============
name: plg_system_remember
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2007
authorUrl: www.joomla.org
=============
plg_system_sef
=============
name: plg_system_sef
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: December 2007
authorUrl: www.joomla.org
=============
plg_system_logout
=============
name: plg_system_logout
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: April 2009
authorUrl: www.joomla.org
=============
plg_user_contactcreator
=============
name: plg_user_contactcreator
type: plugin
state: Disabled
author: Joomla! Project
version: 3.0.0
creationDate: August 2009
authorUrl: www.joomla.org
=============
plg_user_joomla
=============
name: plg_user_joomla
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: December 2006
authorUrl: www.joomla.org
=============
plg_user_profile
=============
name: plg_user_profile
type: plugin
state: Disabled
author: Joomla! Project
version: 3.0.0
creationDate: January 2008
authorUrl: www.joomla.org
=============
plg_extension_joomla
=============
name: plg_extension_joomla
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: May 2010
authorUrl: www.joomla.org
=============
plg_content_joomla
=============
name: plg_content_joomla
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: November 2010
authorUrl: www.joomla.org
=============
plg_system_languagecode
=============
name: plg_system_languagecode
type: plugin
state: Disabled
author: Joomla! Project
version: 3.0.0
creationDate: November 2011
authorUrl: www.joomla.org
=============
plg_quickicon_joomlaupdate
=============
name: plg_quickicon_joomlaupdate
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: August 2011
authorUrl: www.joomla.org
=============
plg_quickicon_extensionupdate
=============
name: plg_quickicon_extensionupdate
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: August 2011
authorUrl: www.joomla.org
=============
plg_captcha_recaptcha
=============
name: plg_captcha_recaptcha
type: plugin
state: Disabled
author: Joomla! Project
version: 3.4.0
creationDate: December 2011
authorUrl: www.joomla.org
=============
plg_system_highlight
=============
name: plg_system_highlight
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: August 2011
authorUrl: www.joomla.org
=============
plg_content_finder
=============
name: plg_content_finder
type: plugin
state: Disabled
author: Joomla! Project
version: 3.0.0
creationDate: December 2011
authorUrl: www.joomla.org
=============
plg_finder_categories
=============
name: plg_finder_categories
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: August 2011
authorUrl: www.joomla.org
=============
plg_finder_contacts
=============
name: plg_finder_contacts
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: August 2011
authorUrl: www.joomla.org
=============
plg_finder_content
=============
name: plg_finder_content
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: August 2011
authorUrl: www.joomla.org
=============
plg_finder_newsfeeds
=============
name: plg_finder_newsfeeds
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: August 2011
authorUrl: www.joomla.org
=============
plg_finder_tags
=============
name: plg_finder_tags
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: February 2013
authorUrl: www.joomla.org
=============
plg_twofactorauth_totp
=============
name: plg_twofactorauth_totp
type: plugin
state: Disabled
author: Joomla! Project
version: 3.2.0
creationDate: August 2013
authorUrl: www.joomla.org
=============
plg_authentication_cookie
=============
name: plg_authentication_cookie
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: July 2013
authorUrl: www.joomla.org
=============
plg_twofactorauth_yubikey
=============
name: plg_twofactorauth_yubikey
type: plugin
state: Disabled
author: Joomla! Project
version: 3.2.0
creationDate: September 2013
authorUrl: www.joomla.org
=============
plg_search_tags
=============
name: plg_search_tags
type: plugin
state: Enabled
author: Joomla! Project
version: 3.0.0
creationDate: March 2014
authorUrl: www.joomla.org
=============
plg_system_updatenotification
=============
name: plg_system_updatenotification
type: plugin
state: Enabled
author: Joomla! Project
version: 3.5.0
creationDate: May 2015
authorUrl: www.joomla.org
=============
plg_editors-xtd_module
=============
name: plg_editors-xtd_module
type: plugin
state: Enabled
author: Joomla! Project
version: 3.5.0
creationDate: October 2015
authorUrl: www.joomla.org
=============
plg_system_stats
=============
name: plg_system_stats
type: plugin
state: Enabled
author: Joomla! Project
version: 3.5.0
creationDate: November 2013
authorUrl: www.joomla.org
=============
plg_installer_packageinstaller
=============
name: plg_installer_packageinstaller
type: plugin
state: Enabled
author: Joomla! Project
version: 3.6.0
creationDate: May 2016
authorUrl: www.joomla.org
=============
PLG_INSTALLER_FOLDERINSTALLER
=============
name: PLG_INSTALLER_FOLDERINSTALLER
type: plugin
state: Enabled
author: Joomla! Project
version: 3.6.0
creationDate: May 2016
authorUrl: www.joomla.org
=============
PLG_INSTALLER_URLINSTALLER
=============
name: PLG_INSTALLER_URLINSTALLER
type: plugin
state: Enabled
author: Joomla! Project
version: 3.6.0
creationDate: May 2016
authorUrl: www.joomla.org
=============
plg_quickicon_phpversioncheck
=============
name: plg_quickicon_phpversioncheck
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: August 2016
authorUrl: www.joomla.org
=============
plg_editors-xtd_menu
=============
name: plg_editors-xtd_menu
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: August 2016
authorUrl: www.joomla.org
=============
plg_editors-xtd_contact
=============
name: plg_editors-xtd_contact
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: October 2016
authorUrl: www.joomla.org
=============
plg_system_fields
=============
name: plg_system_fields
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_fields_calendar
=============
name: plg_fields_calendar
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_fields_checkboxes
=============
name: plg_fields_checkboxes
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_fields_color
=============
name: plg_fields_color
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_fields_editor
=============
name: plg_fields_editor
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_fields_imagelist
=============
name: plg_fields_imagelist
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_fields_integer
=============
name: plg_fields_integer
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_fields_list
=============
name: plg_fields_list
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_fields_media
=============
name: plg_fields_media
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_fields_radio
=============
name: plg_fields_radio
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_fields_sql
=============
name: plg_fields_sql
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_fields_text
=============
name: plg_fields_text
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_fields_textarea
=============
name: plg_fields_textarea
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_fields_url
=============
name: plg_fields_url
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_fields_user
=============
name: plg_fields_user
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_fields_usergrouplist
=============
name: plg_fields_usergrouplist
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: March 2016
authorUrl: www.joomla.org
=============
plg_content_fields
=============
name: plg_content_fields
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: February 2017
authorUrl: www.joomla.org
=============
plg_editors-xtd_fields
=============
name: plg_editors-xtd_fields
type: plugin
state: Enabled
author: Joomla! Project
version: 3.7.0
creationDate: February 2017
authorUrl: www.joomla.org
=============
plg_sampledata_blog
=============
name: plg_sampledata_blog
type: plugin
state: Enabled
author: Joomla! Project
version: 3.8.0
creationDate: July 2017
authorUrl: www.joomla.org
=============
plg_behaviour_taggable
=============
name: plg_behaviour_taggable
type: plugin
state: Enabled
author: Joomla! Project
version: 4.0.0.
creationDate: August 2015
authorUrl: www.joomla.org
=============
plg_behaviour_versionable
=============
name: plg_behaviour_versionable
type: plugin
state: Enabled
author: Joomla! Project
version: 4.0.0.
creationDate: August 2015
authorUrl: www.joomla.org
=============
plg_filesystem_local
=============
name: plg_filesystem_local
type: plugin
state: Enabled
author: Joomla! Project
version: __DEPLOY_VERSION__
creationDate: April 2017
authorUrl: www.joomla.org
=============
plg_media-action_crop
=============
name: plg_media-action_crop
type: plugin
state: Enabled
author: Joomla! Project
version: __DEPLOY_VERSION__
creationDate: January 2017
authorUrl: www.joomla.org
=============
plg_media-action_resize
=============
name: plg_media-action_resize
type: plugin
state: Enabled
author: Joomla! Project
version: __DEPLOY_VERSION__
creationDate: January 2017
authorUrl: www.joomla.org
=============
plg_media-action_rotate
=============
name: plg_media-action_rotate
type: plugin
state: Enabled
author: Joomla! Project
version: __DEPLOY_VERSION__
creationDate: January 2017
authorUrl: www.joomla.org
=============
plg_system_httpheaders
=============
name: plg_system_httpheaders
type: plugin
state: Disabled
author:
version:
creationDate:
authorUrl:
=============
atum
=============
name: atum
type: template
state: Enabled
author: Charlie Lodder, Dimitris Grammatikogiannis, Ciaran Walsh, Elisa Foltyn
version: 1.0
creationDate: 16/09/2016
authorUrl:
=============
cassiopeia
=============
name: cassiopeia
type: template
state: Enabled
author: Charlie Lodder / CiarĂ¡n Walsh
version: 1.0
creationDate: 30/02/2017
authorUrl:
=============
English (en-GB)
=============
name: English (en-GB)
type: language
state: Enabled
author: Joomla! Project
version: 4.0.0
creationDate: December 2016
authorUrl: www.joomla.org
=============
files_joomla
=============
name: files_joomla
type: file
state: Enabled
author: Joomla! Project
version: 4.0.0-alpha5
creationDate: November 2018
authorUrl: www.joomla.org
=============
English (en-GB) Language Pack
=============
name: English (en-GB) Language Pack
type: package
state: Enabled
author: Joomla! Project
version: 4.0.0.1
creationDate: December 2016
authorUrl: www.joomla.org
=============
Sticky Navigator
=============
name: Sticky Navigator
type: module
state: Enabled
author: Alejandro Loewy
version: 1.0.0
creationDate: July 2018
authorUrl: https://www.w3smart-tools.com
=============
PLG_SYSTEM_ASSIGNMENTPREVIEWS_NAME
=============
name: PLG_SYSTEM_ASSIGNMENTPREVIEWS_NAME
type: plugin
state: Enabled
author: Alejandro Loewy
version: 1.1.0
creationDate: 10.05.2018
authorUrl: https://w3smart-tools.comr
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-11-19 16:11:03 |
Closed_By | ⇒ | Quy | |
Build | staging | ⇒ | 4.0-dev |
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23119
The php error is fixed but I cannot see the combo list. Some thing is wrong building the list.
Should I close the ticket anyway?
When you enter opt
into the text field, does a dropdown with your options appear?
yes, while tipping.
Hello SharkyKZ
Dropdown is needed.
The Combobox dropdown sample in awesomplete [https://leaverou.github.io/awesomplete/#customization] is not working like the standard joomla type="combo".
After I tip something which is not inside the list, is not possible to call the list again.
I can't reproduce the issue. Entered opt4
into the list. The list disappeared. Then erased 4
(so options starting with opt
would be found) and the list appeared again. I think this is expected behavior.
You could reopen this issue. Maybe someone else can comment on this.
Test PR #23120 for fixing the notice.
As far the design of the field goes, I think this is intended. It's using Awesomplete now https://leaverou.github.io/awesomplete/.