jrcook416 / zencart

A custom version of Zen Cart written for Indianapolis EMS Logistics.
https://github.com/zencart/zencart/releases
Other
0 stars 0 forks source link

Installation/checkout of Edit Orders 4.6.2 #8

Closed jrcook416 closed 1 year ago

jrcook416 commented 1 year ago

This issue is being opened for the installation and verification of Edit Orders 4.6.2.

jrcook416 commented 1 year ago

Initial load of the module threw an issue on the website. Investigating.

jrcook416 commented 1 year ago

`[03-Nov-2022 14:37:09 UTC] Request URI: /zencart/vector/index.php?cmd=orders, IP address: 208.88.104.244 --> PHP Fatal error: Uncaught Error: Call to undefined function unit_lookup() in /vector/includes/javascript/orders_iems.php:25 Stack trace:

0 /vector/includes/javascript_loader.php(51): require()

1 /vector/includes/admin_html_head.php(67): require('/home/penf0zhri...')

2 /vector/orders.php(401): require('/home/penf0zhri...')

3 /vector/index.php(11): require('/home/penf0zhri...')

4 {main}

thrown in /vector/includes/javascript/orders_iems.php on line 25.`

jrcook416 commented 1 year ago

The unit_lookup function is not defined in /vector/includes/iems.php. It was under redevelopment in v157. I will disable the custom JavaScript and see if the page works correctly.

jrcook416 commented 1 year ago

This is turning out to be more of an issue than thought. There is a function definition in the module code which checks for the existence of a given function. That function exists elsewhere in the code. I have posted the issue to Zen Cart forums and will wait for a response.

jrcook416 commented 1 year ago

https://www.zen-cart.com/showthread.php?200407-Edit-Orders-v4-0-Support-Thread/page175

jrcook416 commented 1 year ago

All events have been checked and debugged.
We will need to fix MODULE_PAYMENT_MONEYORDER_TEXT_TITLE, MODULE_PAYMENT_MONEYORDER_TEXT_DESCRIPTION, and MODULE_PAYMENT_MONEYORDER_TEXT_EMAIL_FOOTER issues related to this module downstream.

jrcook416 commented 1 year ago

Marking this issue resolved.