Was there any final decision about the mail() versus PHPmailer for the future?
2 04/17/2024 08:02:29 am
Re: PHP to 8.2 errors with FA 2.4.17 (16 replies, posted in Report Bugs here)
So its working out now? It is a pretty old plugin, and looks like php has changed to be quite a bit more strict recently.
downgrade php or upgrade FA are best bets
I cannot downgrade on PHP since I am running Joomla sites where I need the higher PHP. @Joe solutions above worked, but when I upgraded to 2.4.18 the errors above reappeared, so I just used my replacement files and then we were up and running again.
3 04/16/2024 08:18:07 am
Re: Emailing not setting mime-type (38 replies, posted in Reporting)
trafficpest wrote:I tested it and it works in my install (though it worked for me prior to the fix)
I have created a mail branch in my extensions repo again with the fix.
https://github.com/trafficpest/FA24ex … tree/mail@apmuthu I didn't forget to hash the files for init this time if you want to pull such a trivial fix. lol
Cannot download the file.
The line 131 error on PHP 8.2 has now gone away but it has two new errors:
Undefined array key 1 in file: /home/mysite/public_html/accounts/reporting/includes/class.mail.inc at line 88
trim(): Passing null to parameter #1 ($string) of type string is deprecated in file: /home/mysite/public_html/accounts/modules/mail/includes/PHPMailer/class.phpmailer.php at line 873
Seems to be quite a challenge.
After I updated the following bugs reported in this feed, https://frontaccounting.com/punbb/viewtopic.php?id=10451
the errors disappeared.
4 04/16/2024 08:15:55 am
Re: PHP to 8.2 errors with FA 2.4.17 (16 replies, posted in Report Bugs here)
Were these changes implemented in 2.4.18, since after the update I had to make the changes again on the same files since the errors reappeared?
5 04/16/2024 07:40:56 am
Re: Emailing not setting mime-type (38 replies, posted in Reporting)
@trafficpest I am getting the following error on only one site with the same setup as three other sites with the SMTP class.mail replacement file:
TAX INVOICE IN003/2024. Sending document by email failed. Email: (it is a working email address, and the SMTP setup was checked and rechecked, but no luck in sending the invoice.)
Not sure which other file might have an impact on the sending.
I have updated FA to 2.4.18.
It is a simular issue that happened in 2013 and 2016 by searching the phrase "Sending document by email called."
This issue on another installation is still there despite the updates.
6 04/16/2024 07:39:54 am
Re: Emailing not setting mime-type (38 replies, posted in Reporting)
I tested it and it works in my install (though it worked for me prior to the fix)
I have created a mail branch in my extensions repo again with the fix.
https://github.com/trafficpest/FA24ex … tree/mail@apmuthu I didn't forget to hash the files for init this time if you want to pull such a trivial fix. lol
Cannot download the file.
The line 131 error on PHP 8.2 has now gone away but it has two new errors:
Undefined array key 1 in file: /home/mysite/public_html/accounts/reporting/includes/class.mail.inc at line 88
trim(): Passing null to parameter #1 ($string) of type string is deprecated in file: /home/mysite/public_html/accounts/modules/mail/includes/PHPMailer/class.phpmailer.php at line 873
Seems to be quite a challenge.
7 04/14/2024 01:25:13 pm
Re: Emailing not setting mime-type (38 replies, posted in Reporting)
@trafficpest I am getting the following error on only one site with the same setup as three other sites with the SMTP class.mail replacement file:
TAX INVOICE IN003/2024. Sending document by email failed. Email: (it is a working email address, and the SMTP setup was checked and rechecked, but no luck in sending the invoice.)
Not sure which other file might have an impact on the sending.
I have updated FA to 2.4.18.
It is a simular issue that happened in 2013 and 2016 by searching the phrase "Sending document by email called."
8 04/02/2024 11:14:40 am
Re: Emailing not setting mime-type (38 replies, posted in Reporting)
The strange this is despite the error, it is still sending the email as well as the Bcc emails via the smtp.
9 04/02/2024 11:07:16 am
Re: Emailing not setting mime-type (38 replies, posted in Reporting)
On all three client sites the above SMTP Mailer setup is working.
On one site I get the following error:
Creation of dynamic property email::$phpmailerCharSet is deprecated in file: /home/mysite/public_html/accounts/reporting/includes/class.mail.inc at line 131
I have tried to redo the installation with still the same error. It is sending the email even with the error. Do not know why this is the only site with this error.
The Class.mail.inc at line 131 - 142 has the following code as downloaded for use with SMTP PHPMailer:
public function send() {
$this->phpmailerCharSet = $this->charset;
//send the message, check for errors
if (!$this->phpmailer->send()) {
error_log('Mailer error:' . $this->phpmailer->ErrorInfo);
//echo "Mailer Error: " . $this->phpmailer->ErrorInfo;
return 0;
} else {
return 1;
}
}
}
-----------------
It is the same code on other installations and none of them has this particular problem.
10 04/02/2024 07:41:01 am
Re: PHP to 8.2 errors with FA 2.4.17 (16 replies, posted in Report Bugs here)
Thanks Joe.
11 03/28/2024 10:58:24 am
Re: Emailing not setting mime-type (38 replies, posted in Reporting)
On one of the installations of FA 2.4.17 get an age-old error. Do not know why on all the other FA installations I did not get this error: Sending document by email failed.
I have redone the PHPMail installation and replacement of all the files as per instruction but the error remains. The email address is correct and the SMTP mail sending setup is correct.
I have even deleted the mail account on the server and redo the setup, still have the same error.
Got this post for the same errors https://frontaccounting.com/punbb/viewtopic.php?id=6369
I am stuck again.
12 03/24/2024 03:52:50 pm
Re: Emailing not setting mime-type (38 replies, posted in Reporting)
On all three client sites the above SMTP Mailer setup is working.
On one site I get the following error:
Creation of dynamic property email::$phpmailerCharSet is deprecated in file: /home/mysite/public_html/accounts/reporting/includes/class.mail.inc at line 131
I have tried to redo the installation with still the same error. It is sending the email even with the error. Do not know why this is the only site with this error.
13 03/23/2024 02:32:10 pm
Re: Emailing not setting mime-type (38 replies, posted in Reporting)
Pulled in and updated Unofficial Extensions Repo.
@apmuthu does not seem to have pulled through. Re-downloaded the file from your link, but that file has not changed same error.
14 03/23/2024 02:29:59 pm
Re: Emailing not setting mime-type (38 replies, posted in Reporting)
oh good catch! I didn't even notice that.
In the new file in the function pass the $filename then add the check if it is passed like the old version then pass it to 2nd argument in phpmailer addAttachement function. In the end the function should be this
public function attachment($file, $filename=null) { if (!isset($filename)) $filename = basename($file); $this->phpmailer->addAttachment($file, $filename); }
Changed it in my file and it works and display correctly now. Thanks @trafficpest.
15 03/21/2024 01:53:46 pm
Re: Emailing not setting mime-type (38 replies, posted in Reporting)
@traficpest I installed the extension, took me a while but eventually got it.
It works great and just one issue, the old system have the attachment as the Invoice number, but on this mailer the attachment is just a long set of numbers.
Had a quick look at the code in class.mail.inc for both files:
Old File at line 68:
function attachment($file, $filename=null)
{
if (!isset($filename))
$filename = basename($file);
$this->attachment[$filename] = $file;
}
New replacement file line 116:
public function attachment($file) {
$this->phpmailer->addAttachment($file);
}
How do we change that to use the invoice number instead of a long list of codes on the pdf attachment?
16 03/20/2024 08:39:24 am
Re: Emailing not setting mime-type (38 replies, posted in Reporting)
I agree, it becomes an issue with more and more servers and client email servers.
I can set up my mail server to send emails in my Joomla Installation. Works better than via the current setup in FA.
I now save my invoices and send them via Outlook.
17 03/11/2024 08:39:12 am
Re: PHP to 8.2 errors with FA 2.4.17 (16 replies, posted in Report Bugs here)
Get the following message after the above updates:
"This edit session has been abandoned by opening sales document in another browser tab. You cannot edit more than one sales document at once."
This happened after I loaded a new customer and wanted to issue a direct invoice. I was still in the same tab. Using Edge.
18 02/23/2024 06:48:58 pm
Re: PHP to 8.2 errors with FA 2.4.17 (16 replies, posted in Report Bugs here)
On the setup Tab/ Company Setup gives the following error when adding the company logo and selecting update:
Creation of dynamic property TCPDF::$padding is deprecated in file: /home/mysite/public_html/accounts/reporting/includes/tcpdf.php at line 1172
19 02/23/2024 06:40:56 pm
Re: PHP to 8.2 errors with FA 2.4.17 (16 replies, posted in Report Bugs here)
I understand that you guys are very busy.
Anyhow, I am sure the fixes are ok and I am pushing the files to stable repo now.
Joe
Thank you for the changes. I have updated it as indicated by you and it works, the errors have gone.
Sorry for not coming back earlier, I did not receive the notification.
I appreciate your assistance. I trust that this will be correct in future updates.
20 02/15/2024 03:30:57 pm
Topic: POS for FA and till printer link? (2 replies, posted in Wish List)
It seems that there were several requests over the years for a POS in FA.
In searching all the information it seems that very few if any of the suggestions ever materialised except one that I could find that has updates https://sourceforge.net/projects/chromispos/
Is there a possibility of an integration between these software? Unless someone else has an alternative constructive idea.
Second related question: Can you link a till printer to the standard FA installation to print a small Till printer invoice instead of an A4 size page?
21 01/15/2024 02:03:42 pm
Topic: PHP to 8.2 errors with FA 2.4.17 (16 replies, posted in Report Bugs here)
When I set my PHP to 8.2 with FA 2.4.17 the following error shows:
Creation of dynamic property front_accounting::$renderer is deprecated in file: /home/mydomain/public_html/accounts/frontaccounting.php at line 66 in Sales TAB when FA opens. When I refresh the page the error goes away.
When I switch back to php 8.1 it goes away.
--------------------------------------------------------
Another error on PHP 8.2 when you want to add a new direct invoice for a client:
Unhandled exception [0]: Attempt to assign property "reference" on null. in file: /home/mysite/public_html/accounts/sales/sales_order_entry.php at line 267
----------------------------------------------------------------------------------------------
Another PHP8.2 Error when you do a trial balance in Exel
Creation of dynamic property Spreadsheet_Excel_Writer_Parser::$ptg is deprecated in file: /home/mysite/public_html/accounts/reporting/includes/Workbook.php at line 2412
There are 26 lines of errors in workbook.php
Creation of dynamic property FrontReport::$formatRight is deprecated in file: /home/mysite/public_html/accounts/reporting/includes/excel_report.inc at line 127
6 lines of errors in excel_report.inc
22 01/15/2024 01:57:31 pm
Re: Sales Tab - PHP8.2 (5 replies, posted in Accounts Receivable)
Another PHP8.2 Error when you do a trial balance in Exel
Creation of dynamic property Spreadsheet_Excel_Writer_Parser::$ptg is deprecated in file: /home/mysite/public_html/accounts/reporting/includes/Workbook.php at line 2412
There are 26 lines of errors in workbook.php
Creation of dynamic property FrontReport::$formatRight is deprecated in file: /home/mysite/public_html/accounts/reporting/includes/excel_report.inc at line 127
6 lines of errors in excel_report.inc
23 01/11/2024 11:19:08 am
Re: Sales Tab - PHP8.2 (5 replies, posted in Accounts Receivable)
Another error on PHP 8.2 when you want to add a new direct invoice for a client:
Unhandled exception [0]: Attempt to assign property "reference" on null. in file: /home/mysite/public_html/accounts/sales/sales_order_entry.php at line 267
24 01/10/2024 02:40:00 pm
Re: Sales Tab - PHP8.2 (5 replies, posted in Accounts Receivable)
This is the content before and after line 66 in the frontaccounting.php file.
function display()
{
global $path_to_root;
include_once($path_to_root . "/themes/".user_theme()."/renderer.php");
$this->init();
$rend = new renderer();
$rend->wa_header();
$rend->display_applications($this);
65 $rend->wa_footer();
66 $this->renderer =& $rend;
67 }
When I refresh the page it goes away. Do not know what is the issue?
25 01/10/2024 02:34:19 pm
Re: Sales Tab - PHP8.2 (5 replies, posted in Accounts Receivable)
Has this issue been resolved?
It seems that The warning message I am seeing is related to the use of a feature in PHP called “dynamic properties”. Dynamic properties allow you to set and get object properties by using variable names, like you are doing in the __construct method of your database class. They indicate that this feature has been deprecated in PHP 8.2 and later versions.
How do we fix this in the frontaccounting.php?
I am using FA 2.4.17 and PHP 8.2
See the lines in the comment below.