Unhandled Error!

Error loading tier prices for the "4" Roller Frame" product

Document /modules/shop/classes/shop_tierprice.php
Document type PHP document
Line 27
Exception class Phpr_ApplicationException

Code Highlight

			try
			{
				$result = unserialize($str);
				return $result;
			} catch (Exception $ex)
			{
				throw new Phpr_ApplicationException('Error loading tier prices for the "'.$product_name.'" product');
			}
		}
 
		/**
		 * Loads tier prices for a specific customer group from string.
		 * @param string $str Represents compiled tier price information.
# Call Stack Code Document Line
20 Shop_TierPrice::list_tier_prices_from_string(()) /modules/shop/classes/shop_tierprice.php 42
19 Shop_TierPrice::list_group_price_tiers(()) /modules/shop/classes/shop_tierprice.php 91
18 Shop_TierPrice::eval_tier_price(()) /modules/shop/models/shop_product.php 1664
17 Shop_Product->eval_tier_price(()) /modules/shop/models/shop_product.php 2885
16 Shop_Product->price_no_tax(()) /modules/shop/models/shop_product.php 1937
15 Shop_Product->is_on_sale(()) /modules/cms/classes/cms_controller.php(389) : eval()'d code 59
14 eval(()) /modules/cms/classes/cms_controller.php 389
13 Cms_Controller->evalWithException(()) /modules/cms/classes/cms_controller.php 1048
12 Cms_Controller->render_partial(()) /modules/cms/classes/cms_controller.php(389) : eval()'d code 43
11 eval(()) /modules/cms/classes/cms_controller.php 389
10 Cms_Controller->evalWithException(()) /modules/cms/classes/cms_controller.php 629
9 Cms_Controller->eval_page_content(()) /modules/cms/classes/cms_controller.php 202
8 Cms_Controller->open(()) /controllers/application.php 72
7 Application->On404(()) /phproad/modules/phpr/classes/phpr_controller.php 174
6 Phpr_Controller->executeAction(()) /phproad/modules/phpr/classes/phpr_controller.php 85
5 Phpr_Controller->_run(()) /phproad/modules/phpr/classes/phpr_response.php 68
4 Phpr_Response->open404(()) /phproad/modules/phpr/classes/phpr_response.php 38
3 Phpr_Response->open(()) /phproad/system/phproad.php 31
2 include('/home/282504.cloudwaysapps.com/zfvbenjqpp/public_html/phproad/system/phproad.php') /boot.php 122
1 require_once('/home/282504.cloudwaysapps.com/zfvbenjqpp/public_html/boot.php') /index.php 11