I am now getting this message. My only difference is the error says it's line 49. Here is what I get:
Fatal error: Call to a member function on a non-object in /includes/modules/order_total/ot_gv.php on line 49
Because of this error only 3 of the Order Total Modules are showing up. I did NOT have this error before upgrading to 1.3.8a. Line 49 is as follows:
Code:
$this->checkbox = $this->user_prompt . '<input type="text" size="6" onkeyup="submitFunction()" name="cot_gv" value="' . number_format($_SESSION['cot_gv'], 2) . '" onfocus="if (this.value == \'' . number_format($_SESSION['cot_gv'], 2) . '\') this.value = \'\';" />' . ($this->user_has_gv_account($_SESSION['customer_id']) > 0 ? '<br />' . MODULE_ORDER_TOTAL_GV_USER_BALANCE . $currencies->format($this->user_has_gv_account($_SESSION['customer_id'])) : '');
I removed the ot_gv.php file and refreshed my Modules -> Order Total screen and all the modules showed up fine. However, it just happens the one I am trying to edit is the one causing the error. I have put it back on the server for now ... in hopes I can get an answer soon.
Thank you!