$user = $this->Session->read('Auth.User');
//find the group of logged user
$groupId = $user['Group']['id'];
$viewFile = '/var/www/html/newbusinessage.com/app/View/MagazineArticles/view.ctp'
$dataForView = array(
'magazineArticle' => array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
'current_user' => null,
'logged_in' => false
)
$magazineArticle = array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
'magazine_article_id' => '4285',
'hit' => '382'
)
)
)
$current_user = null
$logged_in = false
$user = null
include - APP/View/MagazineArticles/view.ctp, line 54
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Trying to access array offset on value of type null [APP/View/MagazineArticles/view.ctp, line 54]
$user = $this->Session->read('Auth.User');
//find the group of logged user
$groupId = $user['Group']['id'];
$viewFile = '/var/www/html/newbusinessage.com/app/View/MagazineArticles/view.ctp'
$dataForView = array(
'magazineArticle' => array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
'current_user' => null,
'logged_in' => false
)
$magazineArticle = array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
'magazine_article_id' => '4285',
'hit' => '382'
)
)
)
$current_user = null
$logged_in = false
$user = null
include - APP/View/MagazineArticles/view.ctp, line 54
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Trying to access array offset on value of type null [APP/View/MagazineArticles/view.ctp, line 55]
//find the group of logged user
$groupId = $user['Group']['id'];
$user_id=$user["id"];
$viewFile = '/var/www/html/newbusinessage.com/app/View/MagazineArticles/view.ctp'
$dataForView = array(
'magazineArticle' => array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
'current_user' => null,
'logged_in' => false
)
$magazineArticle = array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
'magazine_article_id' => '4285',
'hit' => '382'
)
)
)
$current_user = null
$logged_in = false
$user = null
$groupId = null
include - APP/View/MagazineArticles/view.ctp, line 55
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Undefined index: summary [APP/View/MagazineArticles/view.ctp, line 62]
$viewFile = '/var/www/html/newbusinessage.com/app/View/MagazineArticles/view.ctp'
$dataForView = array(
'magazineArticle' => array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
'current_user' => null,
'logged_in' => false
)
$magazineArticle = array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
'magazine_article_id' => '4285',
'hit' => '382'
)
)
)
$current_user = null
$logged_in = false
$user = null
$groupId = null
$user_id = null
include - APP/View/MagazineArticles/view.ctp, line 62
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Undefined index: summary [APP/View/MagazineArticles/view.ctp, line 68]
$viewFile = '/var/www/html/newbusinessage.com/app/View/MagazineArticles/view.ctp'
$dataForView = array(
'magazineArticle' => array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
'current_user' => null,
'logged_in' => false
)
$magazineArticle = array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
'magazine_article_id' => '4285',
'hit' => '382'
)
)
)
$current_user = null
$logged_in = false
$user = null
$groupId = null
$user_id = null
include - APP/View/MagazineArticles/view.ctp, line 68
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch
28 sec to read
Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.
The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium.
$viewFile = '/var/www/html/newbusinessage.com/app/View/Elements/side_bar.ctp'
$dataForView = array(
'magazineArticle' => array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
'current_user' => null,
'logged_in' => false
)
$magazineArticle = array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
'magazine_article_id' => '4285',
'hit' => '382'
)
)
)
$current_user = null
$logged_in = false
include - APP/View/Elements/side_bar.ctp, line 60
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/MagazineArticles/view.ctp, line 279
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Warning (2): simplexml_load_file() [<a href='http://php.net/function.simplexml-load-file'>function.simplexml-load-file</a>]: I/O warning : failed to load external entity "" [APP/View/Elements/side_bar.ctp, line 60]
$viewFile = '/var/www/html/newbusinessage.com/app/View/Elements/side_bar.ctp'
$dataForView = array(
'magazineArticle' => array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
'current_user' => null,
'logged_in' => false
)
$magazineArticle = array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
'magazine_article_id' => '4285',
'hit' => '382'
)
)
)
$current_user = null
$logged_in = false
simplexml_load_file - [internal], line ??
include - APP/View/Elements/side_bar.ctp, line 60
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/MagazineArticles/view.ctp, line 279
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
file not found!
Notice (8): Undefined variable: file [APP/View/Elements/side_bar.ctp, line 133]
$viewFile = '/var/www/html/newbusinessage.com/app/View/Elements/side_bar.ctp'
$dataForView = array(
'magazineArticle' => array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
'current_user' => null,
'logged_in' => false
)
$magazineArticle = array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
'magazine_article_id' => '4285',
'hit' => '382'
)
)
)
$current_user = null
$logged_in = false
$xml = false
include - APP/View/Elements/side_bar.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/MagazineArticles/view.ctp, line 279
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Warning (2): simplexml_load_file() [<a href='http://php.net/function.simplexml-load-file'>function.simplexml-load-file</a>]: I/O warning : failed to load external entity "" [APP/View/Elements/side_bar.ctp, line 133]
$viewFile = '/var/www/html/newbusinessage.com/app/View/Elements/side_bar.ctp'
$dataForView = array(
'magazineArticle' => array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
[maximum depth reached]
)
)
),
'current_user' => null,
'logged_in' => false
)
$magazineArticle = array(
'MagazineArticle' => array(
'id' => '4285',
'magazine_issue_id' => '1279',
'magazine_category_id' => '4',
'title' => 'Shikhar Insurance Holds Insurance Awareness Program in Nawalparasi Branch',
'image' => '20240213091407_Shikhar Insurance.jpg',
'short_content' => '',
'content' => '<p>Shikhar Insurance Company recently organized an insurance awareness program through its Naubishe branch. The program took place in Mahankal of Ward No. 8, Thakre Rural Municipality, Dhadhing District.</p>
<p>The event focused on providing farmers with information about insurance awareness and literacy. During the program, Branch Manager Bibek Bhandari, along with Sundar Rai from the Marketing Department, expressed their views on the importance and nature of life insurance. Currently, the federal government provides an 80% subsidy for agricultural insurance. This means farmers can purchase insurance services by paying only 20% of the premium. </p>
',
'status' => true,
'publish_date' => null,
'created' => '2024-02-13 21:14:07',
'modified' => '2024-02-13 21:14:07',
'keywords' => '',
'description' => '',
'sortorder' => '4194',
'feature_article' => false,
'user_id' => '44',
'image1' => null,
'image2' => null,
'image3' => null,
'image4' => null
),
'MagazineIssue' => array(
'id' => '1279',
'image' => '20240211085310_Feb 2024 Cover.jpg',
'sortorder' => '1806',
'published' => true,
'created' => '2024-02-11 20:53:11',
'modified' => '2024-02-11 20:53:11',
'title' => 'February 2024 ',
'publish_date' => '2024-02-11',
'parent_id' => '0',
'homepage' => true,
'user_id' => '44'
),
'MagazineCategory' => array(
'id' => '4',
'title' => 'Banking Activities',
'sortorder' => '542',
'status' => true,
'created' => '0000-00-00 00:00:00',
'homepage' => false,
'modified' => '2017-05-03 15:27:22'
),
'User' => array(
'password' => '*****',
'id' => '44',
'user_detail_id' => '1',
'group_id' => '1',
'username' => 'paru.ghimire118@gmail.com',
'name' => null,
'email' => 'paru.ghimire118@gmail.com',
'address' => null,
'gender' => null,
'access' => '1',
'phone' => null,
'access_type' => null,
'activated' => true,
'sortorder' => null,
'published' => null,
'created' => '2023-07-13 17:13:05',
'last_login' => '2024-08-11 22:05:39',
'ip' => '172.68.203.141'
),
'MagazineArticleComment' => array(),
'MagazineView' => array(
(int) 0 => array(
'magazine_article_id' => '4285',
'hit' => '382'
)
)
)
$current_user = null
$logged_in = false
$xml = false
simplexml_load_file - [internal], line ??
include - APP/View/Elements/side_bar.ctp, line 133
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::_renderElement() - CORE/Cake/View/View.php, line 1224
View::element() - CORE/Cake/View/View.php, line 418
include - APP/View/MagazineArticles/view.ctp, line 279
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117