Topic: Error reporting functionality doesnt seem to be working
I have been using Front Accounting for some time.
I rely on the import transactions functionality quite extensively.
However, I held off on upgrading from 2.4.4 for a long time, as it seemed that once I did an upgrade, I started to encounter a number of issues.
For context, my frontaccounting instances are installed on a shared hosting site, so I am high dependent on the php version as the service provider does not permit a different php version per installation.
On the same shared hosting site, I run a wordpress site that requires PHP 8.
I have used the .htaccess file to try and manage the php version, version 7.4. This seems to work. If I use the native version 8.2, frontaccounting it fails.
However, using 7.4 via .htaccess does seem to work.
The above is important as it provides context of the environment.
So, the issue I am experiencing is that when I try and use the import functionality, the functionality works as expected:
- The invoices import if the file is prepared correctly
- The import stops (when trial is not selected) when there is an error in the file
- THe file (bank payments and bank deposits) will import if the file is completed correctly
However, none of the notification functionality works. In other words:
- It does not tell me when I select the trial option is selected:
- Warning Asset and Liability with tax
- The "number" of invoices would have been successfully imported
So some how it does not seem to trigger the notification - I am not sure if this is a php issue or not
I have tried a clean install and have the same issue.