HTML Report Generation

Hello All,

Just installed the Report Plugin and tried generating reports with it.

The QR(PDF) Generation works perfectly however with the HTML reports it always gives me the following error :

Forbidden

You don't have permission to access /omeka/files/reports/648cd638c3484316398fbcdec8a71e0c.html on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I checked the folder permissions and they are fine , any ideas or solutions would be helpful.

Thanks guys

Jacob

I reported this problem 1.5 year ago (see https://github.com/omeka/plugin-Reports/issues/19).

The html reports are written with permissions set to 0600 so you are unable to read them.

My temporary solution is to modify the plufin's models/Reports/Generator/Html.php file like described in the above mentioned Github thread.

Or you can change the output files permissions to 0644 directly on the server (if you have access to the Omeka directory)