Topic: Shipment Module PHP Error
I have done a fresh, brand new install of Tracmor. Initially things appear to be running smoothly. However, when I click to the Admin > Shipping/Receiving OR Shipping > Schedule Shipment, I receive the following PHP Error and the page does not load:
==========================================
Error in PHP Script
/inventory/shipping/shipment_edit.php PHP Version: 5.2.10-2ubuntu6.3; Zend Engine Version: 2.2.0; Qcodo Version: 0.3.32 (Qcodo Beta 3)
Application: Apache/2.2.12 (Ubuntu); Server Name: systems.willowcreek.org
HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.43 Safari/532.5
Trying to get property of non-object
Error Type: E_NOTICE
Source File: /var/www/inventory/includes/data_classes/TracmorSettings.class.php Line: 46
Line 41: ///////////////////
Line 42:
Line 43: default:
Line 44: try {
Line 45: $objAdminSetting = AdminSetting::LoadByShortDescription(QConvertNotation::UnderscoreFromCamelCase($strName));
Line 46: return $objAdminSetting->Value;
Line 47: } catch (QCallerException $objExc) {
Line 48: $objExc->IncrementOffset();
Line 49: throw $objExc;
Line 50: }
Line 51: }
Call Stack:
#0 /var/www/inventory/includes/data_classes/TracmorSettings.class.php(46): QcodoHandleError()
#1 /var/www/inventory/shipping/fedexdc.class.php(53): TracmorSettings->__get()
#2 /var/www/inventory/shipping/shipment_edit.php(28): require_once()
--------------------------------------------------------------------------------
Error in PHP Script
/inventory/admin/shipping_account_list.php PHP Version: 5.2.10-2ubuntu6.3; Zend Engine Version: 2.2.0; Qcodo Version: 0.3.32 (Qcodo Beta 3)
Application: Apache/2.2.12 (Ubuntu); Server Name: systems.willowcreek.org
HTTP User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.43 Safari/532.5
Trying to get property of non-object
Error Type: E_NOTICE
Rendered Page: Click here to view contents able to be rendered
Source File: /var/www/inventory/includes/data_classes/TracmorSettings.class.php Line: 46
Line 41: ///////////////////
Line 42:
Line 43: default:
Line 44: try {
Line 45: $objAdminSetting = AdminSetting::LoadByShortDescription(QConvertNotation::UnderscoreFromCamelCase($strName));
Line 46: return $objAdminSetting->Value;
Line 47: } catch (QCallerException $objExc) {
Line 48: $objExc->IncrementOffset();
Line 49: throw $objExc;
Line 50: }
Line 51: }
Call Stack:
#0 /var/www/inventory/includes/data_classes/TracmorSettings.class.php(46): QcodoHandleError()
#1 /var/www/inventory/admin/shipping_account_list.php(169): TracmorSettings->__get()
#2 /var/www/inventory/admin/shipping_account_list.php(76): ShippingAccountListForm->txtFedexGatewayUri_Create()
#3 /var/www/inventory/includes/qcodo/_core/qform/QFormBase.class.php(275): ShippingAccountListForm->Form_Create()
#4 /var/www/inventory/admin/shipping_account_list.php(347): QFormBase::Run()