Problem with upgrading to 4.211.64-7

I just upgraded to 4.211.64-7 from 4.211.64-6, using the script:

http://upgrades.freepbxdistro.org/stable/4.211.64/upgrade-4.211.64-7.sh

In the command line it shows an error:

STAGE 1 STARTING - GUI Modules

Please wait…

SETTING FILE PERMISSIONS
Permissions OK

Upgrade All FreePBX GUI Modules

[FATAL] XML error: SYSTEM or PUBLIC, the URI is missing at line 1

Trace Back:

/var/www/html/admin/libraries/xml2Array.class.php:50 die_freepbx()
[0]: XML error: SYSTEM or PUBLIC, the URI is missing at line 1

The rest of the update looks fine. But when I go to Admin >> Module Admin in the GUI, and I click in the “Check Online” button it shows the same error, so I can’t update any module form the GUI.

Thanks.

I would love that, just for once, somebody answer one of this forum posts.

Thank you.

Did you check if the update from FreePBX Distro 4.211.64-6 to -7 was done without errors? try to examine the 4.211.64-7 upgrade log here (if any):

[font=Courier]cat /var/log/pbx/upgrade/4.211.64-7[/font]

and then, if it looks good (no Errors/Warnings), try to see via Linux CLI (as root) if there are FreePBX Module updates pending, with:

[font=Courier]/var/lib/asterisk/bin/module_admin showupgrades[/font]

Did you tried, from Linux CLI:

[font=Courier]amportal a r[/font]

and

[font=Courier]amportal chown[/font]

just to start from a known status.

You would also check (repeat: check) which RPM packages are eventually available for your specific installation (it’s a procedure that should be avoided but when updating/installing a single RPM package by hand it could be considered generally safe once you know what are you doing; at least when you don’t use it to update Asterisk* packages!) by trying:

[font=Courier]yum clean all[/font]
[font=Courier]yum repolist[/font]
[font=Courier]yum check-update[/font]

And look for a particular/specific RPM update. If it’s really needed (again: avoid any Asterisk* package) then you know what to do.

Shame on me. Running the “/var/lib/asterisk/bin/module_admin showupgrades” I realized the problem was with my web content filter.

I have already added “freepbxdistro.org” and “freepbx.org” to the exception sites. Wich other sites/addresses should I add to the list?

Thank you.