4.1.5 Upgrade Woes

ajperezcrespo wrote on Wednesday, December 21, 2011:

Upgraded a 4.0 to 4.1.5.  No billing data is viewable.
Ubuntu 11
Apache version 2.2.17
MySQL version 5.1.54
PHP version 5.3.5-1ubuntu7.1

Undefined index: description in /var/www/openemr/library/options.inc.php on line 119, referer: http://192.168.1.72/openemr/interface/patient_file/summary/demographics.php
PHP Notice:  Undefined index: description in /var/www/openemr/library/options.inc.php on line 119, referer: http://192.168.1.72/openemr/interface/patient_file/summary/demographics.php
  PHP Notice:  Undefined index: description in /var/www/openemr/library/options.inc.php on line 119, referer: http://192.168.1.72/openemr/interface/patient_file/summary/demographics.php
  PHP Notice:  Undefined index: description in /var/www/openemr/library/options.inc.php on line 119, referer: http://192.168.1.72/openemr/interface/patient_file/summary/demographics.php
error]  PHP Notice:  Undefined index: description in /var/www/openemr/library/options.inc.php on line 119, referer: http://192.168.1.72/openemr/interface/patient_file/summary/demographics.php
  PHP Notice:  Undefined variable: showString in /var/www/openemr/library/edi.inc on line 624, referer: http://192.168.1.72/openemr/interface/main/finder/patient_select.php
  PHP Notice:  Trying to get property of non-object in /var/www/openemr/library/classes/ORDataObject.class.php on line 125, referer: http://192.168.1.72/openemr/interface/main/finder/patient_select.php
  PHP Notice:  Undefined offset: 0 in /var/www/openemr/library/classes/Document.class.php on line 116, referer: http://192.168.1.72/openemr/interface/main/finder/patient_select.php
  PHP Notice:  Undefined offset: 0 in /var/www/openemr/library/classes/Document.class.php on line 116, referer: http://192.168.1.72/openemr/interface/main/finder/patient_select.php
  PHP Notice:  Undefined property: CategoryTree::$root_type in /var/www/openemr/library/classes/Tree.class.php on line 54, referer: http://192.168.1.72/openemr/interface/patient_file/summary/demographics.php?set_pid=3000001577
  PHP Notice:  Undefined index: encrypted in /var/www/openemr/controllers/C_Document.class.php on line 267, referer: http://192.168.1.72/openemr/interface/patient_file/summary/demographics.php?set_pid=3000001577
  PHP Notice:  Undefined index: passphrase in /var/www/openemr/controllers/C_Document.class.php on line 268, referer: http://192.168.1.72/openemr/interface/patient_file/summary/demographics.php?set_pid=3000001577
  PHP Notice:  Trying to get property of non-object in /var/www/openemr/library/classes/ORDataObject.class.php on line 125, referer: http://192.168.1.72/openemr/interface/patient_file/summary/demographics.php?set_pid=3000001577
  PHP Notice:  Undefined offset: 0 in /var/www/openemr/library/classes/Document.class.php on line 116, referer: http://192.168.1.72/openemr/interface/patient_file/summary/demographics.php?set_pid=3000001577
  PHP Notice:  Undefined variable: all in /var/www/openemr/library/billing.inc on line 24, referer: http://192.168.1.72/openemr/interface/main/left_nav.php
  PHP Notice:  Undefined property: CategoryTree::$root_type in /var/www/openemr/library/classes/Tree.class.php on line 54, referer: http://192.168.1.72/openemr/interface/patient_file/summary/demographics.php?set_pid=3000001577
  PHP Notice:  Undefined index: encrypted in /var/www/openemr/controllers/C_Document.class.php on line 267, referer: http://192.168.1.72/openemr/interface/patient_file/summary/demographics.php?set_pid=3000001577
  PHP Notice:  Undefined index: passphrase in /var/www/openemr/controllers/C_Document.class.php on line 268, referer: http://192.168.1.72/openemr/interface/patient_file/summary/demographics.php?set_pid=3000001577
  PHP Notice:  Trying to get property of non-object in /var/www/openemr/library/classes/ORDataObject.class.php on line 125, referer: http://192.168.1.72/openemr/interface/patient_file/summary/demographics.php?set_pid=3000001577
  PHP Notice:  Undefined offset: 0 in /var/www/openemr/library/classes/Document.class.php on line 116, referer: http://192.168.1.72/openemr/interface/patient_file/summary/demographics.php?set_pid=3000001577

bradymiller wrote on Wednesday, December 21, 2011:

Hi,

Would be very helpful to know if you are having this problem in 4.1.0(not patch) vs 4.1.0(with patch) along with which script is not showing the billing data. Also, all the ‘PHP Notice’ stuff above appear to be benign.

thanks,
-brady

ajperezcrespo wrote on Wednesday, December 21, 2011:

Hi,
  No did not see this in 4.1.  But the upgrade process was consecutive.  4.0->4.1.0->4.1.5. 
What I have notice is that only billing data after patch was applied shows up in the billing module (Fees->Billing).  I also noticed that insurance_data was missing  the policy_type field.  Makes me kinda wonder if the sql_upgrade.php  missed something.

Thanks
Alfonso

ajperezcrespo wrote on Wednesday, December 21, 2011:

Ah yes I just reviewed one that went through 4.0->4.1.0->4.1.3->4.1.5.
And all seems well on that install.

So something seems to have gotten off track during the upgrade process.

Alfonso