Hi Tihana,
I followed you suggestions. Here is the result:
Case 1
Joomla 4.1; PHP 8; Breezing form lite: up to date
No visible errors but I can’t use any of the buttons in the subhead. So no download as PDF; CSV; XML, no upload of CSV; no setting of the record as Viewed; Exported or Archived and also the button to delete the record doesn’t do anything.
The form can be filled as normal and it gets send.
Case 2
Joomla 3.10; PHP 8; Breezing form lite: up to date
Sending a filled in form: the form gets send but the succes message doesn’t appear. In stead you get the following error:
0 chr(): Argument #1 ($codepoint) must be of type int, string given
/Users/3hornsmusic/Sites/test/administrator/components/com_breezingforms/libraries/tcpdf/include/tcpdf_fonts.php:1507
Call stack
# Function Location
1 () JROOT/administrator/components/com_breezingforms/libraries/tcpdf/include/tcpdf_fonts.php:1507
2 chr() JROOT/administrator/components/com_breezingforms/libraries/tcpdf/include/tcpdf_fonts.php:1507
3 TCPDF_FONTS::unichr() JROOT/administrator/components/com_breezingforms/libraries/tcpdf/include/tcpdf_fonts.php:1639
4 TCPDF_FONTS::UTF8ArrSubString() JROOT/administrator/components/com_breezingforms/libraries/tcpdf/include/tcpdf_fonts.php:1989
5 TCPDF_FONTS::utf8Bidi() JROOT/administrator/components/com_breezingforms/libraries/tcpdf/tcpdf.php:1961
6 TCPDF->__construct() JROOT/administrator/components/com_breezingforms/libraries/crosstec/classes/BFPDF.php:23
7 BFPDF->__construct() JROOT/components/com_breezingforms/facileforms.process.php:5227
8 HTML_facileFormsProcessor->exppdf() JROOT/components/com_breezingforms/facileforms.process.php:6836
9 HTML_facileFormsProcessor->sendMailbackNotification() JROOT/components/com_breezingforms/facileforms.process.php:8220
10 HTML_facileFormsProcessor->submit() JROOT/components/com_breezingforms/breezingforms.php:546
11 require_once() JROOT/libraries/src/Component/ComponentHelper.php:402
12 Joomla\CMS\Component\ComponentHelper::executeComponent() JROOT/libraries/src/Component/ComponentHelper.php:377
13 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/libraries/src/Application/SiteApplication.php:194
14 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:233
15 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:225
16 Joomla\CMS\Application\CMSApplication->execute() JROOT/index.php:49
When trying to download the record as pdf you get the following error:
0 chr(): Argument #1 ($codepoint) must be of type int, string given
/Users/3hornsmusic/Sites/test/administrator/components/com_breezingforms/libraries/tcpdf/include/tcpdf_fonts.php:1507
Call stack
#
Function
Location
1
()
JROOT/administrator/components/com_breezingforms/libraries/tcpdf/include/tcpdf_fonts.php:1507
2
chr()
JROOT/administrator/components/com_breezingforms/libraries/tcpdf/include/tcpdf_fonts.php:1507
3
TCPDF_FONTS::unichr()
JROOT/administrator/components/com_breezingforms/libraries/tcpdf/include/tcpdf_fonts.php:1639
4
TCPDF_FONTS::UTF8ArrSubString()
JROOT/administrator/components/com_breezingforms/libraries/tcpdf/include/tcpdf_fonts.php:1989
5
TCPDF_FONTS::utf8Bidi()
JROOT/administrator/components/com_breezingforms/libraries/tcpdf/tcpdf.php:1961
6
TCPDF->__construct()
JROOT/administrator/components/com_breezingforms/libraries/crosstec/classes/BFPDF.php:23
7
BFPDF->__construct()
JROOT/administrator/components/com_breezingforms/admin/recordmanagement.class.php:2481
8
bfRecordManagement->exportPdf()
JROOT/administrator/components/com_breezingforms/admin/recordmanagement.php:46
9
require_once()
JROOT/administrator/components/com_breezingforms/admin.breezingforms.php:782
10
require_once()
JROOT/administrator/components/com_breezingforms/breezingforms.php:25
11
require_once()
JROOT/libraries/src/Component/ComponentHelper.php:402
12
Joomla\CMS\Component\ComponentHelper::executeComponent()
JROOT/libraries/src/Component/ComponentHelper.php:377
13
Joomla\CMS\Component\ComponentHelper::renderComponent()
JROOT/libraries/src/Application/AdministratorApplication.php:101
14
Joomla\CMS\Application\AdministratorApplication->dispatch()
JROOT/libraries/src/Application/AdministratorApplication.php:159
15
Joomla\CMS\Application\AdministratorApplication->doExecute()
JROOT/libraries/src/Application/CMSApplication.php:225
16
Joomla\CMS\Application\CMSApplication->execute()
JROOT/administrator/index.php:51
The other buttons (exporting, importing, setting and deleting) work as expected.
I hope you can make something of this.