As you can see, the content of the selected magazine is not shown. When checking the PHP LOG file, the following error is displayed:
> PHP Fatal error: Smarty error: [in frontend / objects / article_details.tpl line 42]: syntax error: mismatched tag {/ if}. (Smarty_Compiler.class.php, line 2338) in /home/w170301s/public_html/journal/lib/pkp/lib/vendor/smarty/smarty/libs/Smarty.class.php on line 1094
The above refers to an error generated in line 40 in the file: article_details.tpl, which has never been modified.
This error happens when accessing all the journals.
When you open that submission go to metadata p[art in upright corner of the screen
When you click on Metadata please check tab Identifiers
That field should be empty if you do not use special URN identifiers.
Please check that.
Did you change any other template?
You should double check all the templates called from this template: ojs/article.tpl at ojs-3_0_1-0 · pkp/ojs · GitHub, as well as that template. – This is the main template called to display an article and it includes further templates. One of them must have a syntax error…
Still persisting the problem, I stress that according to the dates of edition of the files (tpl), these were never edited, having the same edition date as those that are in the link: GitHub - pkp/ojs: Open Journal Systems tree / ojs-3_0_1-0 / templates / frontend
Since you use Bootstrap template/theme you should have in mind that tpl files are in plugins/themes/bootstrap folder and that you should also check whether they are changed with some mistakes.
That should be target of looking for mistakes since going to journals from your default theme works well and that is related to tpl files in your OJS installation. But, the rest is related to yeti theme and it tpl files that are in other location as I mentioned above.
I think @vvucic is right – it seems like you did some changes for your installation, because you have some elements that the default OJS does not have. You should now just try to figure out where did you make those changes i.e. what templates are being used.
As @vvucic said, maybe you are not using the default theme and you made the changes there, in your theme?
Solved!
I checked the files of the directory in the templates / theme, there were errors in the codes of the file journal / plugins / themes / bootstrap3- / templates / frontend / objects / article_details.tpl that were solved, with it the problem was solved.