chiprivers Posted April 23, 2007 Share Posted April 23, 2007 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 More sharing options...
btherl Posted April 23, 2007 Share Posted April 23, 2007 Does this error appear in your browser? A google search indicates that it may be due to registry corruption. More details will help us narrow it down. Link to comment https://forums.phpfreaks.com/topic/48239-have-you-had-this-error-message/#findComment-235835 Share on other sites More sharing options...
flappy_warbucks Posted April 23, 2007 Share Posted April 23, 2007 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. Link to comment https://forums.phpfreaks.com/topic/48239-have-you-had-this-error-message/#findComment-235846 Share on other sites More sharing options...
chiprivers Posted April 23, 2007 Author Share Posted April 23, 2007 The error comes up in an alert box, the title bar of which says "php.exe - Application Error'. Any ideas how I can trace the fault if it is a registry problem? Link to comment https://forums.phpfreaks.com/topic/48239-have-you-had-this-error-message/#findComment-236254 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.