Because the default settings of all listed fields above are "Show", I expect, that all those fields are shown.
Only the "Telephone" field value is shown.
PHP Built On Windows NT XAMPP 6.1 build 7601 (Windows 7) Database Version 5.5.5-10.1.24-MariaDB Database Collation utf8_general_ci Database Connection Collation utf8mb4_general_ci PHP Version 7.1.6 Web Server Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/7.1.6 WebServer to PHP Interface apache2handler Joomla! Version Joomla! 3.7.3 Stable [ Amani ] 4-July-2017 08:03 GMT Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] User Agent Mozilla/5.0 (Windows NT 6.1; rv:54.0) Gecko/20100101 Firefox/54.0
On the previous version of joomla (3.7.0) all worked fine. After upgrading from 3.7.0 to 3.7.3 this problem occurs.
After short investigation of the source code, i think the problem lies in the file components/com_contact/views/contact/tmpl/default_address.php
There is a if statement to check whether the address should be displayed or not:
if (($this->params->get('address_check') > 0) &&
But the parameter 'address_check' is not a property of $this->params.
It is a property of $this->contact->params. The parameter 'address_check' would be set on the corresponding view.html.php file.
I have temorary fixed the problem by replacing "$this->params->get" with "$this->contact->params->get" on the whole file. But i am not sure, if this is a clean solution.
Status | New | ⇒ | Confirmed |
@matrikular Can this be caused by PR #15747 ?
Confirm partial issue after updating from J 3.7.2 to J 3.7.3. "Address" was missing.
After replacing "$this->params->get" with "$this->contact->params->get" > adress field is visible again.
The icons in front of the fields are missing.
Yes, it seems so @richard67. Please see #16971 for a possible fix.
following
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-07-05 04:14:59 |
Closed_By | ⇒ | franz-wohlkoenig |
closed as having PR #16971
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/16968
Selam Arkadaşlar veritabanı Kaynaklı uft ölümcül 500 hatası Bilmiyorum Güncelleme yaptıktan sonra oluştu
bu bu hata joomla güncellenen sürümüyle ilgili Böyle bir hatayla karşılaştım hatanın sebeb şu
500 Illegal mix of collations (utf8mb4_general_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '=' Illegal mix of collations (utf8mb4_general_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '='
Replace Hatay with Old File
/my site/administrator/modules/mod_menu/helper.php
Saygılar Tuncay Arıcan
@medator perhaps it would be easier for you to discuss this in your own language?
https://forum.joomla.org/viewforum.php?f=51
hope that helps :)
Thank you, Mrs. Hils.
3.7.4 has fixed the icons and address but email address and vcard still do not show.
@federal12 can you please open an new Issue?
@federal12 Joomla! 3.8.0-dev
Looking good! Started a new issue as requested.
Issue confirmed.
System information