<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: No security policies showing in Expedition project in Expedition Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/expedition-discussions/no-security-policies-showing-in-expedition-project/m-p/1238809#M5288</link>
    <description>&lt;P&gt;found a solution for such error, there is problem with php, which couldn't display the policies and even nat rules due to the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error:&lt;/P&gt;
&lt;P&gt;"[php7:error] [pid 662851] [client 10.65.108.4:54080] PHP Fatal error: Uncaught Error: [] operator not supported for strings in /var/www/html/libs/shared.php:4738\nStack trace:\n#0 /var/www/html/bin/SecurityRules.php(597): search_security_policies()\n#1 {main}\n thrown in /var/www/html/libs/shared.php on line 4738, referer: &lt;A href="https://10.232.21.200/&amp;quot;" target="_blank"&gt;https://10.232.21.200/"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Solution (insert the line before the exact code":&lt;/P&gt;
&lt;P&gt;nl -ba /var/www/html/libs/shared.php | sed -n '4680,4760p'&lt;BR /&gt;sudo sed -i '4738i if (!isset($rules[$src["rule_lid"]]["tag"]) || !is_array($rules[$src["rule_lid"]]["tag"])) { $rules[$src["rule_lid"]]["tag"] = array(); }' /var/www/html/libs/shared.php&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have successfully resolved this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Sep 2025 16:28:06 GMT</pubDate>
    <dc:creator>emransarkar</dc:creator>
    <dc:date>2025-09-25T16:28:06Z</dc:date>
    <item>
      <title>No security policies showing in Expedition project</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/no-security-policies-showing-in-expedition-project/m-p/1238543#M5284</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;Installed Expedition on Ubuntu 20.04 with php7.4 cause 7.0 it not available now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I import a ChechPoint config to migrate to PaloAlto, process takes very log on step 9 of 10, and nevers ends, but, in main dashboard appears to have imported objects and policy rules from the CKP config&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I can see the objects imported but I can NOT see the policy rules neither the NAT rules&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 05:51:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/no-security-policies-showing-in-expedition-project/m-p/1238543#M5284</guid>
      <dc:creator>frajico</dc:creator>
      <dc:date>2025-09-23T05:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: No security policies showing in Expedition project</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/no-security-policies-showing-in-expedition-project/m-p/1238568#M5285</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;Your Expedition import from Check Point is likely failing at step 9 due to a PHP timeout or memory limit issue. Even though some objects appear imported, the process is incomplete, which &lt;A href="https://www.mywisely.it.com" target="_self"&gt;mywisely&lt;/A&gt; is why policy and NAT rules are missing. To fix this, increase the max_execution_time and memory_limit in your php.ini file (e.g., to 3600 seconds and 2048M) and then restart the PHP service. If the problem persists, check the Expedition logs for specific errors.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 04:40:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/no-security-policies-showing-in-expedition-project/m-p/1238568#M5285</guid>
      <dc:creator>Karen763Purvis</dc:creator>
      <dc:date>2025-09-25T04:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: No security policies showing in Expedition project</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/no-security-policies-showing-in-expedition-project/m-p/1238773#M5286</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Checking the Expedition Logs, found that the errors were&amp;nbsp;due to the difference between PHP v7.0 and PHP v7.4 that made Expedition Code Fails.&lt;/P&gt;
&lt;P&gt;Using Ubuntu 22.04 and the Expedition personalized install script for Ubuntu 22.004, Expedition is working fine.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 09:37:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/no-security-policies-showing-in-expedition-project/m-p/1238773#M5286</guid>
      <dc:creator>frajico</dc:creator>
      <dc:date>2025-09-25T09:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: No security policies showing in Expedition project</title>
      <link>https://live.paloaltonetworks.com/t5/expedition-discussions/no-security-policies-showing-in-expedition-project/m-p/1238809#M5288</link>
      <description>&lt;P&gt;found a solution for such error, there is problem with php, which couldn't display the policies and even nat rules due to the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error:&lt;/P&gt;
&lt;P&gt;"[php7:error] [pid 662851] [client 10.65.108.4:54080] PHP Fatal error: Uncaught Error: [] operator not supported for strings in /var/www/html/libs/shared.php:4738\nStack trace:\n#0 /var/www/html/bin/SecurityRules.php(597): search_security_policies()\n#1 {main}\n thrown in /var/www/html/libs/shared.php on line 4738, referer: &lt;A href="https://10.232.21.200/&amp;quot;" target="_blank"&gt;https://10.232.21.200/"&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Solution (insert the line before the exact code":&lt;/P&gt;
&lt;P&gt;nl -ba /var/www/html/libs/shared.php | sed -n '4680,4760p'&lt;BR /&gt;sudo sed -i '4738i if (!isset($rules[$src["rule_lid"]]["tag"]) || !is_array($rules[$src["rule_lid"]]["tag"])) { $rules[$src["rule_lid"]]["tag"] = array(); }' /var/www/html/libs/shared.php&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have successfully resolved this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 16:28:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/expedition-discussions/no-security-policies-showing-in-expedition-project/m-p/1238809#M5288</guid>
      <dc:creator>emransarkar</dc:creator>
      <dc:date>2025-09-25T16:28:06Z</dc:date>
    </item>
  </channel>
</rss>

