Zen Cart Logo
Forums / Upgrading from 1.2 to 1.3.x / Blank comments field in order_status_history

Blank comments field in order_status_history

Views: 6,690

Results 1 to 16 of 16
20 Jun 2011, 10:26 PM
#1
drbyday avatar

drbyday

New Zenner

Join Date:
Mar 2008
Posts:
50
Plugin Contributions:
0

Blank comments field in order_status_history

Hello,

Finally upgrading from 1.2.1 to newest 1.3.9h!

I did the database upgrade successfully, one update at a time.

But now I noticed that when I add a new comment on orders.php on the admin side, the comment comes out blank and the status doesn't update either.

I checked my database via phpmyadmin and in the table zen_orders_status_history the fields are always as follows:

orders_status_id = 0
customer_notified = 0
comments = BLANK

I am just wondering which file inputs the data into the database?

P.S.
I checked the cache folder and the the error doesn't trigger a DEBUG file (no file created today).

Thanks everyone for reading!

21 Jun 2011, 2:38 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Blank comments field in order_status_history

Finally upgrading from 1.2.1 to newest 1.3.9h!

I did the database upgrade successfully, one update at a time.
No mention of how you did the set of files???

Did you install 1.3.9h first and then import your live DB and upgrade it?

21 Jun 2011, 4:18 AM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Blank comments field in order_status_history

drbyday:

But now I noticed that when I add a new comment on orders.php on the admin side...

I am just wondering which file inputs the data into the database?You already answered your question. /admin/orders.php

22 Jun 2011, 10:31 PM
#4
drbyday avatar

drbyday

New Zenner

Join Date:
Mar 2008
Posts:
50
Plugin Contributions:
0

Re: Blank comments field in order_status_history

kobra:

No mention of how you did the set of files???

Did you install 1.3.9h first and then import your live DB and upgrade it?

Sorry, yes, I did a fresh install of 1.3.9.h, then I imported my database and did the upgrades one by one using zc_install folder.

22 Jun 2011, 10:32 PM
#5
drbyday avatar

drbyday

New Zenner

Join Date:
Mar 2008
Posts:
50
Plugin Contributions:
0

Re: Blank comments field in order_status_history

DrByte:

You already answered your question. /admin/orders.php

Yes I found the mysql insert code in orders.php and it looks good (matches database structure). I dont think that is the issue.

Any suggestions for troubleshooting this problem? Thanks guys for your help.

23 Jun 2011, 2:58 AM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Blank comments field in order_status_history

Your server information

27 Jun 2011, 10:29 PM
#7
drbyday avatar

drbyday

New Zenner

Join Date:
Mar 2008
Posts:
50
Plugin Contributions:
0

Re: Blank comments field in order_status_history

kobra:

Your server information

Server OS: Linux 2.6.18-238.9.1.el5
Database: MySQL 5.0.92-community-log
HTTP Server: LiteSpeed

27 Jun 2011, 10:36 PM
#8
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Blank comments field in order_status_history

php ???

29 Jun 2011, 10:06 PM
#9
drbyday avatar

drbyday

New Zenner

Join Date:
Mar 2008
Posts:
50
Plugin Contributions:
0

Re: Blank comments field in order_status_history

kobra:

php ???

I knew I was missing something! Sorry!

PHP Version: 5.2.17 (Zend: 2.2.0)

29 Jun 2011, 10:54 PM
#10
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Blank comments field in order_status_history

PHP Version: 5.2.17 (Zend: 2.2.0)
1.2.1 to newest 1.3.9h!
Your version info shows there is not an issue with versioning

How did you upgrade???

The tutorial outlines a NEW install of the current version with it's own DB

I suspect you have something - files crossed up or??

https://www.zen-cart.com/tutorials/index.php?article=108

29 Jun 2011, 11:13 PM
#11
drbyday avatar

drbyday

New Zenner

Join Date:
Mar 2008
Posts:
50
Plugin Contributions:
0

Re: Blank comments field in order_status_history

kobra:

Your version info shows there is not an issue with versioning

How did you upgrade???

The tutorial outlines a NEW install of the current version with it's own DB

I suspect you have something - files crossed up or??

https://www.zen-cart.com/tutorials/index.php?article=108

I am testing with a fresh version of 1.3.9h.

The database I upgraded (the 1.2.1 database) went smoothly using the zc_intall folder.

I may have made some small changes to the original 1.2.1 database (via some installed modules). Should I put the database back to 1.2.1 form before upgrading? Do you think that would help? Or should that not matter?

29 Jun 2011, 11:16 PM
#12
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Blank comments field in order_status_history

I may have made some small changes to the original 1.2.1 database (via some installed modules). Should I put the database back to 1.2.1 form before upgrading? Do you think that would help?

Or should that not matter?
Can not comment as any custom work file or DB is not addressed in an upgrade - - ZenCart upgrade script is not aware of your custom changes

29 Jun 2011, 11:24 PM
#13
drbyday avatar

drbyday

New Zenner

Join Date:
Mar 2008
Posts:
50
Plugin Contributions:
0

Re: Blank comments field in order_status_history

kobra:

Can not comment as any custom work file or DB is not addressed in an upgrade - - ZenCart upgrade script is not aware of your custom changes

Fair enough. Do you have any suggestions or pointers on where I should start to troubleshoot?

29 Jun 2011, 11:31 PM
#14
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Blank comments field in order_status_history

I am testing with a fresh version of 1.3.9h.

Do you have any suggestions or pointers on where I should start to troubleshoot?
If records added to a table or a new table added the fresh set of files will not be addressing any custom records or tables so there should not be a problem

As you are seeing an issue,, You need to review what you have changed

11 Jul 2011, 8:12 PM
#16
drbyday avatar

drbyday

New Zenner

Join Date:
Mar 2008
Posts:
50
Plugin Contributions:
0

Re: Blank comments field in order_status_history

Ok I think I resolved it.

I upgraded a clean copy of a 1.2.1 database to the current version, and everything worked perfectly so I knew it was a database issue.

Then I analyzed the differences between a fresh copy of 1.2.1 and my current 1.2.1 data schema. It turns out I added customers_fax in the orders.php outlined in this guide:

http://www.zen-cart.com/forum/showthread.php?t=52555

So I just followed this guide again with my fresh 1.3.9h files and upgraded my database again and it worked!

:clap: