Posts

Showing posts from April, 2024

OJS white screen of death

If you installed OJS and the screen comes up blank or with error 500, just go into  the folder called "cache" and delete it all, and make sure you chmod 777 it. IE: cd /var/www/ojs/cache rm -rf * chmod 777 .