Jason Nugent
Jason Nugent
Hi @NateWr if it helps, using the `main` branch for OJS 3.3 seems to resolve the issues. I found another problem earlier this morning with the `3_2_0_4` branch and 3.3...
Hi @NateWr in this case, the journal is 3.2.0-3.
Confirming that this still exists in 3.3.0.17
In our 3.3.0.17 install, clicking "Edit" on an HTML galley created via quicksubmit generates the error. The problem stems from not being able to load the dependent files grid.
Hi @asmecher thanks for the note re 3.4! This database is entirely UTF8, and uses the `utf8_general_ci` collation for everything. The file in question is also utf8: ``` jason@MalHavoc-Linux:~/Downloads$ file...
I will do that and report back. Coming back to the title of the issue, though, it'd be nice to be able to disable file indexing completely. In this particular...
@taslangraham the bug was specifically for HTML galleys, and the uploaded file needed a text/html mime type in order to get the Dependent Files grid to load. But I just...
Hi everyone, If it helps anyone out on this ticket, we at PKP PS get around this issue by using: `php -d memory_limit=4096M tools/upgrade.php upgrade` When we run upgrades from...