The files under the 30 folder are maybe a test of some kind. Maybe something you did when you installed the system or upgraded? There is no 30 folder in the default OJS installation.
The one in the API folder is not the correct one, it is the last one that contains the handler which should show the page you are seeing blank. That is also the file you should try adding the error reporting settings I suggested above right after this row https://github.com/pkp/ojs/blob/master/pages/issue/IssueHandler.inc.php#L119. But if you already did, then I do not know…
I just checked /home/www/issa.africa/templates/frontend/pages/issueArchive.tpl and it does contain lines of code… Thanks for the continued help. I appreciate it.
I can hardly say anything when no error message I even cannot imagine what is happening that there is nothing in the error log. Maybe something is wrong with the error logging, or it is actually somewhere else, or… Thus, maybe first step would be for you @johnostrowick to find out and be 100% sure where is the right error log file for you OJS installation…
EDIT: And maybe to double check: @johnostrowick, have you changed the navigation menu settings to default again, as mentioned in the first post above:
Under the settings it is linked to archives. So, click journal administration → Settings → Website → Navigation Menus → Navigation menu items → Archives → Edit → link to → Archives → Save.
Warning: Cannot modify header information - headers already sent by (output started at /home/www/issa.africa/pages/issue/IssueHandler.inc.php:121) in /home/www/issa.africa/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 863
Warning: Cannot modify header information - headers already sent by (output started at /home/www/issa.africa/pages/issue/IssueHandler.inc.php:121) in /home/www/issa.africa/lib/pkp/classes/template/PKPTemplateManager.inc.php on line 864
test9
the error you get now is probably happening because of the echo commands you have there. I would try removing the echo commands now and see if you another error there. That is not an error that would prevent the page to be shown however, or at least I suspect so.
You could try emptying your OJS cache. As I said above, I am running out of ideas…
I am having the same blank archive page on my installation. i have deleted cache/t_compile content as suggested here without a solution.
i checked my error log file and found this
[Fri Apr 13 09:17:57.247730 2018] [:error] [pid 4659] [client 212.100.92.174:52233] PHP Fatal error: Call to a member function getPageCount() on array in /home/journal_web/public_html/cache/t_compile/212833ef87fa1fc65e4bb561b9efd6bd26c984b5^%%6B^6B5^6B5271FB%%issueArchive.tpl.php on line 6, referer: http://ijmao.unilag.edu.ng/index
Hi there. So it has happened again. A wordpress hacker got in and barfed a whole lot of stuff over the installation and I could not figure out which parts were malware. In particular they replaced the index.php file/s. So I wanted to reinstall. And now I am back to a white screen. I’ve tried 2.4.8 and 3.x series versions, they either exit with an error relating to mysql syntax OR they do a white screen. I’ve tried the above cache clearing already.