Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MRP calculation error
09-25-2019, 01:12 AM,
#2
RE: MRP calculation error
Hi Alan, this should be relatively easy to fix. All that has happened is that as your number of transactions and stock items has increased the script takes longer to run, and you have come up against the PHP maximum execution time. This is done to stop scripts running on for ever and crashing the system.

You need to locate the php.ini file, the whereabouts of which depends on the operating system. Search in this file for the line:

max_execution_time=120

and change the 120 to a higher number. This should then work.

Thanks
Tim
Reply


Messages In This Thread
MRP calculation error - by alanmi3833 - 09-25-2019, 12:56 AM
RE: MRP calculation error - by TimSchofield - 09-25-2019, 01:12 AM
RE: MRP calculation error - by alanmi3833 - 09-25-2019, 01:23 AM
RE: MRP calculation error - by TimSchofield - 09-25-2019, 01:59 AM
RE: MRP calculation error - by alanmi3833 - 09-25-2019, 02:56 AM
RE: MRP calculation error - by TimSchofield - 09-25-2019, 04:46 AM
RE: MRP calculation error - by alanmi3833 - 09-25-2019, 04:05 PM
RE: MRP calculation error - by TimSchofield - 09-25-2019, 06:19 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)