| Error in PHP Script /contact.php |
PHP Version: 5.2.6; Zend Engine Version: 2.2.0; Qcodo Version: 0.3.43 (Qcodo Beta 3) Application: Apache/2.2.3 (Red Hat); Server Name: www.arablab.com HTTP User Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
Line 22:
Line 23: protected function Form_Create() {
Line 24: $intId = QApplication::QueryString('c');
Line 25: $this->oContactCounty = ContactCountry::Load($intId);
Line 26:
Line 27: $this->aoAgentArray = Agent::LoadArrayByContactCountry($this->oContactCounty->Id);
Line 28:
Line 29: $this->txtName_Create();
Line 30: $this->txtContactDetails_Create();
Line 31: $this->txtEmailAddress_Create();
Line 32: $this->txtComments_Create();
#0 /var/www/vhosts/arablab.com/httpdocs/contact.php(27): QcodoHandleError() #1 /var/www/vhosts/arablab.com/httpdocs/includes/qcodo/_core/qform/QFormBase.class.php(276): ContactForm->Form_Create() #2 /var/www/vhosts/arablab.com/httpdocs/contact.php(109): QFormBase::Run()