A test mail should be sent to the admin e-mail
Mail does not get sent, instead the error
An error has occurred while fetching the JSON data: HTTP 101 status code. Switching Protocols
appears.
php: Linux lamp8.cloudaccess.net 3.10.0-962.3.2.lve1.5.24.4.el6h.x86_64 #1 SMP Thu Nov 15 04:53:17 EST 2018 x86_64
dbserver: mysql
dbversion: 5.7.35-cll-lve
dbcollation: utf8_general_ci
dbconnectioncollation: utf8mb4_general_ci
dbconnectionencryption:
dbconnencryptsupported: true
phpversion: 8.0.29
server: Apache
sapi_name: cgi-fcgi
version: Joomla! 4.3.2 Stable [ Bora ] 30-May-2023 16:00 GMT
useragent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0
memory_limit: 512M
upload_max_filesize: 360M
post_max_size: 380M
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: socket_create,socket_connect,show_source,enable_dl,dl,memory_limit,socket_accept,socket_bind,socket_close,socket_create_listen,socket_create_pair,socket_listen,socket_recv,socket_recvfrom,socket_select,socket_send,socket_sendto,socket_shutdown
xml: true
zlib: true
zip: true
mbstring: true
fileinfo: true
gd: true
iconv: true
intl: true
max_input_vars: 10000
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
The @ and | characters need to be under System -> Global Configuration -> Site -> Site Name, not in the address
Cannot replicate, PHP 8.1.8.
my bad i've only changed the email
Labels |
Added:
bug
|
https://docs.joomla.org/text_form_field_type
In theory, because XML syntax uses some characters for tags and attributes. It is not possible to directly use those special characters inside XML tags or attribute values.
To include special characters inside XML files, you must use the numeric character reference instead of that character. The numeric character reference must be UTF-8 because the supported encoding for XML files is defined in the prolog as encoding="UTF-8" and should not be changed.
For example:
| is Vertical bar, displayed as |
@ is At, displayed as @
Labels |
Added:
PBF
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-08-26 21:07:19 |
Closed_By | ⇒ | richard67 |
i'm unable to reproduce