I am trying to import a firewall config into a project. I have added the firewall to devices and pulled in the contents with the API key. I have added the device to the project but when I try to import the config, the "Start" button never turns solid green and nothing happens. I have tried running the following:
sudo apt-get update sudo apt-get install expedition-beta
Also, I get the following in '/tmp/errors':
Notice: Trying to get property of non-object in /var/www/html/bin/configurations/parsers/PaloAltoNetworks/PALOALTO.php on line 142
Notice: Trying to get property of non-object in /var/www/html/bin/configurations/parsers/PaloAltoNetworks/PALOALTO.php on line 156 Valid PAPHP Notice: Tr Notice: Trying to get property of non-object in /var/www/html/bin/configurations/parsers/PaloAltoNetworks/PALOALTO.php oPHP Notice: Notice: Trying to get property of non-object in /var/www/html/bin/configurations/parsers/PaloAltoNetworks/PALOALTO.php on liPHP Not Notice: Trying to get property of non-object in /var/www/html/bin/configurations/parsers/PaloAltoNetworks/PALOALTO.php on line 2PHP Notice: Trying to get property of non-object in /var/www/html/bin/configurations/parsers/PaloAltoNetworks/PALOALTO.php on line 286
Fatal error: Uncaught Error: Call to a member function free() on boolean in /var/www/html/bin/configurations/parsers/PaloAltoNetworks/PALOALTO.php:295 Stack trace: #0 /var/www/html/bin/configurations/parsers/PaloAltoNetworks/PALOALTO.php(159): import_config('<config version...', '/home/userSpace...', 'RoanokeDC5250', 'AAPUSVASDC01FW0...', 0) #1 {main} thrown in /var/www/html/bin/configurations/parsers/PaloAltoNetworks/PALOALTO.php on line 295 295
I'm not sure where to go from here or if I'm missing something. I ran this exact same process on a different Expedition server without issue.
... View more