Hi brc,
At this point, it might be worth having your system admin poke through the PHP or Apache logs for your OJS installation. Is this a completely stock, unmodified version of OJS, otherwise? I'm wondering that perhaps a) the files were placed on the server with incorrect permissions, or b) the plugin is somehow disabled within OJS. *IF* your OJS installation is completely unmodified, you can do the following:
- Code: Select all
php tools/upgrade.php upgrade
Which will run through the upgrade process. If you haven't made any database schema changes, nothing should happen to your data. One of the things that happens at the end of this process is that plugins are installed and their system defaults in the database are set. This may clear up the language toggle issue if something isn't right.
If you do this, please make a backup of both your MySQL database and also your OJS installation (including the files/ directory) before beginning. Standard operating procedure.
Regards,
Jason