Issue upgrading from 12 to 13

I used the upgrade tool to go from 12 to 13. During that install I got the following error

> ERROR: Try running this manually on the CLI to finish: 'amportal && fwconsole ma upgradeall'

I then went to CLI and ran the command. The upgrade finished with the warning:

[Whoops\Exception\ErrorException]                                                
  fopen(/etc/asterisk/vm_general.inc): failed to open stream: Too many open files 

Is this a big problem? Or can I ignore this?

A little more info.

Once in the GUI, I am not able to apply config. I get the error:

exit: 1
Whoops\Exception\ErrorException: symlink(): Permission denied in file /var/www/html/admin/modules/ucp/Ucp.class.php on line 547
Stack trace:
  1. Whoops\Exception\ErrorException->() /var/www/html/admin/modules/ucp/Ucp.class.php:547
  2. Whoops\Run->handleError() :0
  3. symlink() /var/www/html/admin/modules/ucp/Ucp.class.php:547
  4. Ucp->generateUCP() /var/www/html/admin/modules/ucp/Ucp.class.php:526
  5. Ucp->genConfig() /var/www/html/admin/libraries/BMO/FileHooks.class.php:97
  6. FreePBX\FileHooks->processNewHooks() /var/www/html/admin/libraries/BMO/FileHooks.class.php:26
  7. FreePBX\FileHooks->processFileHooks() /var/lib/asterisk/bin/retrieve_conf:879

Once you fix that issue then run “amportal && fwconsole ma upgradeall”

Then run fwconsole chown.

The upgrade tool originally failed because you have too many open files.

Thank you so much! That fixed it.