Code: Select all
max_execution_time =900Code: Select all
max_execution_time =900I just tried this and it comes up with the same result.steve wrote:I wonder if doing mysql_unbuffered_query() instead of mysql_query() would help. But I know very little about MySQL so I'm just guessing.
Yes, it will start a new one. But note that Cumulus won't operate fully without access to complete data files.serowe wrote:2. copy then delete the file in the cumulus/data directory at the point at which the file can no longer be processed properly and let Cumulus start from scratch - I need to get Steve to confirm what will happen though if I do this ie will Cumulus, if it can't find the log file, simply start up another one?
See my previous reply, I wasn't making it up. I can't believe there isn't a straightforward solution to your problem that doesn't involve a Cumulus redesign.Steve - I know you said that it would need a lot of programming to split this, but from what I can see you are already starting a new file at the start of each month and taking the file name from the month and year. Is ther any reason this can't also include the day number?
Yes, it uses the data logs.serowe wrote:OK think what was missing in my understanding of the file before - Cumulus actually uses this file then? It isn't just an external log of what has happened?