Hi -
Another side effect of upgrading from 2.6.4 to 3.7.3. When
~/index.php/informationobject/add
was invoked, it was giving a 500 Internal Server error. The issue was:
[error] 94428#94428: *827 FastCGI sent in stderr: "PHP message: The template "_notes.php" does not exist or is unreadable in """ while reading response header from upstream
Snooping around a bit I found this file:
/usr/share/nginx/atom/plugins/arDominionB5Plugin/modules/object/templates/_notes.php
and copied it to the templates folder of my custom theme. This seems to have resolved the issue, but I'm wondering if this was the correct thing to do; e.g. are there are additional customizations that need to be done on _notes.php, or is this just boilerplate PHP code?