Unhandled Error!
Undefined variable: provider
| Document |
modules/bluebell/classes/bluebell_actions.php |
| Document type |
PHP document |
| Line |
194 |
| Exception class |
Phpr\PhpException |
Code Highlight
public function booking()
{
Cms_Action_Manager::exec_action('service:request', $this);
extract($this->data);
if (!$provider || !$quote)
{
$this->data['quote'] = $quote = Service_Quote::create()
->where('request_id=?', $request->id)
->apply_status(Service_Quote_Status::status_accepted)
->find();
Call Stack
| # |
Code |
Document |
Line |
| 12 |
Bluebell_Actions->booking(()) |
modules/cms/classes/cms_action_manager.php |
68 |
| 11 |
Cms_Action_Manager::exec_action('bluebell:booking', object(Cms_Controller)) |
modules/cms/classes/cms_controller.php |
168 |
| 10 |
Cms_Controller->eval_content(()) |
modules/cms/classes/cms_controller.php |
61 |
| 9 |
Cms_Controller->open(object(Cms_Page), array(0)) |
controllers/application.php |
51 |
| 8 |
Application->on_404(()) |
|
|
| 7 |
call_user_func_array(array(2) [0 => object(Application), 1 => 'on_404'], array(0)) |
framework/modules/phpr/classes/controller.php |
118 |
| 6 |
Phpr\Controller->execute_action('on_404', array(0)) |
framework/modules/phpr/classes/controller.php |
76 |
| 5 |
Phpr\Controller->_run('on_404', array(0)) |
framework/modules/phpr/classes/response.php |
75 |
| 4 |
Phpr\Response->open_404(()) |
framework/modules/phpr/classes/response.php |
49 |
| 3 |
Phpr\Response->open('/job/booking') |
framework/core/init.php |
178 |
| 2 |
require_once('/home/bidignit/public_html/framework/core/init.php') |
framework/boot.php |
97 |
| 1 |
require_once('/home/bidignit/public_html/framework/boot.php') |
index.php |
10 |