amekkawi / diskusagereports

Disk Usage Reports is a web-based way to view disk usage on remote computers or servers, or to provide usage reports to users who store files on your server. Reports are stored as static JSON files which are retrieved via single HTML/AJAX web UI. No database or server-side scripting required.
http://diskusagereports.com
MIT License
67 stars 19 forks source link

Error log #7

Open coelhu opened 9 years ago

coelhu commented 9 years ago

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