I'm generating a very big file:
--> Complete! Processed 673,208 lines from 107.86 MB (100.0%), wrote 116.89 MB in 78,913 files, took 305 seconds.
But when I try to open on the browser the message below appears:
Loading Directory List for Report...
Taking too long? You may skip the directory list but the directory tree on the left will not display.
If I click the link to skip an alert icon shows up but no error text
I have tested with small directories and It is working... I can see the tree and files statistics.
This is the command that I give to processes the data:
php $dir"scripts/process.php" $dir"data/" $dados -mt 20480000 -v
I'm using a very large number to generate the directory tree to avoid disabling it.
I would like to know How to enable error logging or debugging? Or how to solve this issue.
Thanks
I'm generating a very big file:
--> Complete! Processed 673,208 lines from 107.86 MB (100.0%), wrote 116.89 MB in 78,913 files, took 305 seconds.
But when I try to open on the browser the message below appears:
Loading Directory List for Report...
Taking too long? You may skip the directory list but the directory tree on the left will not display.
If I click the link to skip an alert icon shows up but no error text
I have tested with small directories and It is working... I can see the tree and files statistics.
This is the command that I give to processes the data:
php $dir"scripts/process.php" $dir"data/" $dados -mt 20480000 -v
I'm using a very large number to generate the directory tree to avoid disabling it.
I would like to know How to enable error logging or debugging? Or how to solve this issue.
Thanks