I am trying to access my businesses in the admin screen. When I click Update, i get the following error:
Trying to get property of non-object
PHP Error
Description
Trying to get property of non-object
Source File
/home1/roadtri1/public_html/yii-admin/protected/views/businessAcct/_form.php(2)
00001:
00002: data<?php print $model->BusStatus->text ?>
00003:
00004: <?php echo CHtml::beginForm(); ?>
00005:
00006:
Fields with are required.
00007:
00008: <?php echo CHtml::errorSummary($model); ?>
00009:
00010: <?php
00011: /
00012:
00013: <?php echo CHtml::activeLabelEx($model,'BusWordZxPass'); ?>
00014: <?php echo CHtml::activeTextField($model,'BusWordZxPass',array('size'=>50,'maxlength'=>50)); ?>