[Notice] Trying to get property of non-object (@line 1 in file /www/prado/latest/framework/TComponent.php(386) : eval()'d code).
/www/prado/latest/framework/TComponent.php (386)
0375: }
0376:
0377: /**
0378: * Evaluates a PHP expression in the context of this control.
0379: * @return mixed the expression result
0380: * @throws TInvalidOperationException if the expression is invalid
0381: */
0382: public function evaluateExpression($expression)
0383: {
0384: try
0385: {
0386: if(eval("\$result=$expression;")===false)
0387: throw new Exception('');
0388: return $result;
0389: }
0390: catch(Exception $e)
0391: {
0392: if($e instanceof TException)
0393: throw $e;
0394: else
0395: throw new TInvalidOperationException('component_expression_invalid',get_class($this),$expression,$e->getMessage());
0396: }
0397: }
0398:
#0 /www/prado/latest/framework/TComponent.php(386) : eval()'d code(1): PradoBase::phpErrorHandler(8, 'Trying to get p...', '/www/prado/late...', 1, Array)
#1 /www/prado/latest/framework/TComponent.php(386): eval()
#2 /www/prado/latest/framework/Web/UI/TControl.php(2274): TComponent->evaluateExpression('$this->property...')
#3 /www/prado/latest/framework/Web/UI/TControl.php(1275): TCompositeLiteral->evaluateDynamicContent()
#4 /www/prado/latest/framework/Web/UI/TControl.php(1273): TControl->preRenderRecursive()
#5 /www/prado/latest/framework/Web/UI/TControl.php(1273): TControl->preRenderRecursive()
#6 /www/prado/latest/framework/Web/UI/TControl.php(1273): TControl->preRenderRecursive()
#7 /www/prado/latest/framework/Web/UI/TPage.php(211): TControl->preRenderRecursive()
#8 /www/prado/latest/framework/Web/UI/TPage.php(189): TPage->processNormalRequest(Object(THtmlWriter))
#9 /www/prado/latest/framework/Web/Services/TPageService.php(436): TPage->run(Object(THtmlWriter))
#10 /www/prado/latest/framework/Web/Services/TPageService.php(388): TPageService->runPage(Object(availability), Array)
#11 /www/prado/latest/framework/TApplication.php(1062): TPageService->run()
#12 /www/prado/latest/framework/TApplication.php(381): TApplication->runService()
#13 /www/bluepacificvacationrentals/admin/index.php(12): TApplication->run()
#14 {main}