What could I be missing? Has anyone else experienced the odd page behavior like I am? Below is my personal OJS setup and the isjournals.org OJS setup to show you an example. Let me know if you have any questions.
http://www.leodominguez.com/journals (WORKS)
http://www.isjournals.org/journals (ODD PAGE BEHAVIOR)
Here are the installation steps I have been performing:
-------------------------------------------------------
How I install Open Journal Systems
-------------------------------------------------------
- Code: Select all
cd /home
wget http://pkp.sfu.ca/ojs/download/ojs-2.0.2-1.tar.gz
tar -xzvf ojs-2.0.2-1.tar.gz
rm ojs-2.0.2-1.tar.gz
mv ojs-2.0.2-1 journals
chown -R root:root journals
cd journals
php tools/install.php
-------------------------------------------------------
