Unhandled Error!
Partial pages/resale_policy not found
| Document |
/modules/cms/classes/cms_controller.php |
| Document type |
PHP document |
| Line |
1083 |
| Exception class |
Phpr_ApplicationException |
Code Highlight
$partial = Cms_Partial::find_by_name($name);
if ($partial)
$result = $this->evalWithException('?>'.Cms_Partial::get_content($name, $partial->html_code, $partial->file_name), Cms_Controller::cms_type_partial, $partial->name, $params);
else if ($this->_cms_call_stack)
throw new Cms_ExecutionException("Partial \"$name\" not found", $this->_cms_call_stack, null, true);
else
throw new Phpr_ApplicationException("Partial " . $name . " not found");
if ($cache_result)
{
$partial_contents = ob_get_contents();
ob_end_clean();
| # |
Call Stack Code |
Document |
Line |
| 9 |
Cms_Controller->render_partial('pages/resale_policy') |
/modules/theticketfairy/controllers/web/theticketfairy_web_base.php |
115 |
| 8 |
TheTicketfairy_Web_Base->render_page(()) |
/templates/layouts/general_modern.php |
87 |
| 7 |
require('/var/www/vhosts/theticketfairy.com/templates/layouts/general_modern.php') |
/modules/theticketfairy/controllers/web/theticketfairy_web_base.php |
102 |
| 6 |
TheTicketfairy_Web_Base->render(()) |
/modules/theticketfairy/controllers/web/theticketfairy_pages_controller.php |
48 |
| 5 |
TheTicketFairy_Pages_Controller->action_resale_policy(()) |
/modules/theticketfairy/controllers/web/theticketfairy_web_base.php |
73 |
| 4 |
TheTicketfairy_Web_Base->_run('resale_policy', array(1) [extracted_params => array(0)]) |
/phproad/modules/phpr/classes/phpr_response.php |
177 |
| 3 |
Phpr_Response->open('/resales', 'GET') |
/phproad/system/phproad.php |
31 |
| 2 |
include('/var/www/vhosts/theticketfairy.com/phproad/system/phproad.php') |
/boot.php |
114 |
| 1 |
require_once('/var/www/vhosts/theticketfairy.com/boot.php') |
/index.php |
3 |