Hi. I have the following incident on my website with OJS version 3.1.1.0
When inside the control panel, I click on an article, which is already published, archived or one just sent to be edited, when I click, the next page shows me blank. What could be causing this error?
Hi @gardbeat,
Check your PHP error log for details.
Regards,
Alec Smecher
Public Knowledge Project Team
Hi @gardbeat,
Judging by this error…
[27-Jul-2020 10:43:24 UTC] PHP Fatal error: Smarty error: [in workflow/workflow.tpl line 42]: syntax error: unrecognized tag: { submission.id (Smarty_Compiler.class.php, line 446) in /home/xxxxxx/public_html/xxxx/lib/pkp/lib/vendor/smarty/smarty/libs/Smarty.class.php on line 1094
…you’ve made a modification to templates/workflow/workflow.tpl
that has broken your installation.
Regards,
Alec Smecher
Public Knowledge Project Team
Hi @asmecher,
What should I replace that file? If so, can you give me the link to download the valid one corresponding to my OJS 3.1.1.0
Thank you and I wait.
Hi @gardbeat,
The solution is to undo (or fix) whatever change has been made to that file. You can get the “stock” copy of the file from the OJS 3.1.1-0 .tar.gz
package, available from the OJS download page.
Regards,
Alec Smecher
Public Knowledge Project Team