Upgrade Fax Configuration creates error

I am using FreePBX v2.7.0.3 with Asterisk v1.4.18.

The freepbx status screen said there were 7 new modules to upgrade, so I went to module admin and selected them and clicked process and the upgrades all went thru except for the Fax Configuration (went from v2.7.0.20 to v2.7.0.21). Here is what it said:

Downloading fax 20435 of 20435 (100%)
Untarring..Done.
Moving simu_fax feature code from core..done
Updating simu_fax in miscdest table..done
Checking if legacy fax needs migrating..starting migration
migrating defaults..migrated
Warning: Invalid argument supplied for foreach() in /usr/share/pear/DB/common.php on line 1097
Removing field faxexten from incoming table..removed
Removing field faxemail from incoming table..removed
Removing field wait from incoming table..removed
Removing field answer from incoming table..removed
Removing old globals..removed
Checking for failed migrations..all migrations succeeded successfully
fax installed successfully

Now I am not using any fax functionality at all, so I might be able to ignore this, but if somebody sees a problem here then please let me know.

Thanks

it’s a harmless warning, there should be no issues.

ok thank you

WIth fresh isntallation I had:

retrieve_conf failed to sym link:
/etc/asterisk/sip_notify.conf from core/etc
This can result in FATAL failures to your PBX. If the target file exists and not identical, the symlink will not occur and you should rename the target file to allow the automatic sym link to occur and remove this error, unless this is an intentional customization.
Added 5 minutes ago
(retrieve_conf.SYMLINK)

So I did:

  1. root login via console or ssh

  2. mv /etc/asterisk/features.conf /etc/asterisk/features.conf.old

  3. /var/lib/asterisk/bin/retrieve_conf

  4. amportal restart

But the message is still there … from what I see it is harmless message but if there is any work around to it would be nice

Thank You