You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the docx export libraries don't like SVG files. We swapped the old PNG logo for an SVG a couple of years ago. We'll look to sort this out in the next release.
By default, on new installations I cannot export an object (using the test installation
[Testing] Profile for test cases
)Errors occurred when trying to access /index.php/editor/objects/ObjectEditor/PrintSummary: Could not generate PDF
After a long time debugging I ended up identifying that the default configuration for
report_img
, might be causing issues:providence/app/conf/app.conf
Line 1056 in d62ff17
I was able to fix the problem changing it to
report_img = menu_logo.png
.What I find fascinating is that this is there for a long time, but this change fixes my problem. Should the default configuration be changed?
Providence version:
1.7.17
.The text was updated successfully, but these errors were encountered: