Jump to content

Have you had this error message?


chiprivers

Recommended Posts

I have been working on a php script for data processing, it involves grabbing data, processing it and inputting it into my database.  The script processes for a given date at a time and when it has completed, it reloads itself incrementing the date by one.  The script is running fine and processing all the data as expected, but intermitantly after differing lengths of time, I get an error come up that stops the script from running:

 

The following comes up in an alert box:

 

The instruction at "0x7c901010" referenced memory at "0x00000014". The memory could not be "read". Click on OK to terminate the program

 

Has anybody experiences this and can anybody tell me what is causing it or how to rectify the fault??

Link to comment
https://forums.phpfreaks.com/topic/48239-have-you-had-this-error-message/
Share on other sites

I have been working on a php script for data processing, it involves grabbing data, processing it and inputting it into my database.  The script processes for a given date at a time and when it has completed, it reloads itself incrementing the date by one.  The script is running fine and processing all the data as expected, but intermitantly after differing lengths of time, I get an error come up that stops the script from running:

 

The following comes up in an alert box:

 

The instruction at "0x7c901010" referenced memory at "0x00000014". The memory could not be "read". Click on OK to terminate the program

 

Has anybody experiences this and can anybody tell me what is causing it or how to rectify the fault??

 

i think thats more to do with Windows then PHP...

 

Like a corrupt registry entry, a bad install of some software, or memory issues.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.