Re: Ty Package Tracker v3.1.4
Quote:
Originally Posted by
strelitzia
Is this module going to be updated for ZC 1.5.6 ?
Having looked at the files, there are considerable changes to admin/orders.php in areas where TY Package Tracker has edited the core code
Hello,
Can you send this module for me too? i need for zc 1.5.6.
thank you
Re: Ty Package Tracker v3.1.4
Quote:
Originally Posted by
jeking
I have a version ready for testing on Zen Cart 1.5.6. If you are interested in testing it, PM me.
Hello,
Can you send this module for me too? i need for zc 1.5.6.
thank you
1 Attachment(s)
Re: Ty Package Tracker v3.1.4
with version 1.5.5e the order page is blocked
Attachment 18291
what can I do?
Re: Ty Package Tracker v3.1.4
Quote:
Originally Posted by
echexxxxxxxx10
Following the posting guidelines would be helpful. Don't overlook this one: Please post the contents of related "debug logs" generated by Zen Cart (wrap the content in [ code ] and [ /code ] tags please!).
Re: Ty Package Tracker v3.1.4
Quote:
Originally Posted by
jeking
Following the posting guidelines would be helpful. Don't overlook this one: Please post the contents of related "debug logs" generated by Zen Cart (wrap the content in
tags please!).
here is the error code, sorry
Code:
[24-Jan-2019 20:54:03 Europe/Rome] Request URI: /admin/orders.php?page=1&oID=19406&action=edit, IP address: 87.0.156.216
#1 trigger_error() called at [/home/efgioiel/test1.domain.com/includes/classes/db/mysql/query_factory.php:167]
#2 queryFactory->show_error() called at [/home/efgioiel/test1.domain.com/includes/classes/db/mysql/query_factory.php:139]
#3 queryFactory->set_error() called at [/home/efgioiel/test1.domain.com/includes/classes/db/mysql/query_factory.php:266]
#4 queryFactory->Execute() called at [/home/efgioiel/test1.domain.com/admin/orders.php:670]
[24-Jan-2019 20:54:03 Europe/Rome] PHP Fatal error: 1054:Unknown column 'updated_by' in 'field list' :: select orders_status_id, date_added, customer_notified, track_id1, track_id2, track_id3, track_id4, track_id5, comments, updated_by
FROM zc_orders_status_history
WHERE orders_id = '19406'
ORDER BY date_added ==> (as called by) /home/efgioiel/test1.domain.com/admin/orders.php on line 670 <== in /home/efgioiel/test1.domain.com/includes/classes/db/mysql/query_factory.php on line 167
Re: Ty Package Tracker v3.1.4
Quote:
Originally Posted by
echexxxxxxxx10
here is the error code, sorry
Code:
[24-Jan-2019 20:54:03 Europe/Rome] Request URI: /admin/orders.php?page=1&oID=19406&action=edit, IP address: 87.0.156.216
#1 trigger_error() called at [/home/efgioiel/test1.domain.com/includes/classes/db/mysql/query_factory.php:167]
#2 queryFactory->show_error() called at [/home/efgioiel/test1.domain.com/includes/classes/db/mysql/query_factory.php:139]
#3 queryFactory->set_error() called at [/home/efgioiel/test1.domain.com/includes/classes/db/mysql/query_factory.php:266]
#4 queryFactory->Execute() called at [/home/efgioiel/test1.domain.com/admin/orders.php:670]
[24-Jan-2019 20:54:03 Europe/Rome] PHP Fatal error: 1054:Unknown column 'updated_by' in 'field list' :: select orders_status_id, date_added, customer_notified, track_id1, track_id2, track_id3, track_id4, track_id5, comments, updated_by
FROM zc_orders_status_history
WHERE orders_id = '19406'
ORDER BY date_added ==> (as called by) /home/efgioiel/test1.domain.com/admin/orders.php on line 670 <== in /home/efgioiel/test1.domain.com/includes/classes/db/mysql/query_factory.php on line 167
The column 'updated_by' was added in Zen Cart 1.5.6. You said you're using 1.5.5e so you installed the wrong version. You'll need to remove what you installed and install the correct version.
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
hello everyone, on the administration side everything works fine, but the client side does not receive the email and the tracking link does not appear in the customer profile, what should I check? thank you
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
echexxxxxxxx10
hello everyone, on the administration side everything works fine, but the client side does not receive the email and the tracking link does not appear in the customer profile, what should I check? thank you
Double check your storefront file edits and merges.
Did customers get a status update emails prior to installing this?
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
jeking
Double check your storefront file edits and merges.
Did customers get a status update emails prior to installing this?
hello template side I corrected the error, there was no change to a file, now I see the link in the profile, but the emails do not reach customers:no:
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I solved by testing the output of the emails from my server, but I point out that it would be advisable to modify the orders.php file in order to render the text of the multilingual emails :D