| Exception in PHP Script /pages/questions/QuestionForm.php |
PHP Version: 5.4.7; Zend Engine Version: 2.4.0; Qcubed Version: 1.0.0 RC2 (QCubed 1.0 RC2) Application: Apache/2.4.3 (Unix) PHP/5.4.7; Server Name: www.skinnyscoop.com HTTP User Agent: CCBot/2.0 |
Line 246: $this->pxyAskerProfileLink = new QControlProxy($this,'pxyAskerProfileLink');
Line 247: $this->pxyAskerProfileLink->AddAction(new QClickEvent(), new QAjaxAction('jumpToMemberProfile'));
Line 248:
Line 249: $this->setupForReview();
Line 250: $this->prepareGraphData();
Line 251: $this->emailContent = new QuestionEmail($this, $this->objMember, 'email');
Line 252: $this->emailContent->DisplayStyle = QDisplayStyle::Inline;
Line 253: $this->emailMessage = '<span id="addMessage">' . QuestionLib::getDefaultShareMessage() . '</span>';
Line 254: $this->emailPanel = new EmailPanel($this, 'emailPanel');
Line 255: $this->emailPanel->DisplayStyle = QDisplayStyle::Inline;
Line 256: $this->emailPanel->txtAddMessage->Text = QuestionLib::getDefaultShareMessage();
#0 /home/ubuntu/www/ssfrontend/includes/qcodo/_core/qform/QControlBase.class.php(180): QFormBase->AddControl(Object(QuestionEmail))
#1 /home/ubuntu/www/ssfrontend/pages/questions/QuestionEmail.class.php(20): QControlBase->__construct(Object(QuestionForm), 'email')
#2 /home/ubuntu/www/ssfrontend/pages/questions/QuestionForm.php(251): QuestionEmail->__construct(Object(QuestionForm), NULL, 'email')
#3 /home/ubuntu/www/ssfrontend/includes/qcodo/_core/qform/QFormBase.class.php(276): QuestionForm->Form_Create()
#4 /home/ubuntu/www/ssfrontend/pages/questions/QuestionForm.php(1903): QFormBase::Run('QuestionForm', '/home/ubuntu/ww...')
#5 {main}