Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Z_ChangeStockCode.php gets blocked (v 4.06.6)
01-26-2012, 11:46 AM, (This post was last modified: 01-26-2012, 12:00 PM by PakRicard.)
#1
Z_ChangeStockCode.php gets blocked (v 4.06.6)
Hi:

Z_ChangeStockCode.php gets blocked after showing "Changing MRP demands information ... completed". Does not show any error but does not finish OK.

But working with the 4.05.1 version of Z_ChangeStockCode.php it worked OK.

Both versions worked against the same DB at the same server, so we should discard any installation issue or data issue.
Regards,
Pak Ricard
Reply
01-27-2012, 06:15 AM, (This post was last modified: 01-27-2012, 06:19 AM by vitaliy_s.)
#2
RE: Z_ChangeStockCode.php gets blocked (v 4.06.6)
looks like DB_ReinstateForeignKeys($db); should move down to after DELETE sql statement
plus line
if ($DB_error_no($db)==0) {
should read
if (DB_error_no($db)==0) {

i corrected that last week on SVN
Reply
01-27-2012, 05:10 PM,
#3
RE: Z_ChangeStockCode.php gets blocked (v 4.06.6)
You have done a huge amount of work Vitaliy .... FANTASTIC :-)
Phil Daintree
webERP Admin
Logic Works Ltd
http://www.logicworks.co.nz
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)