Cannot use a scalar as an array

Hi @JCar,

You can safely delete all metaCitations rows from OJS 3.x – they’re a hold-over from OJS 2.x that is no longer useful. Execute:

 DELETE FROM journal_settings WHERE setting_name='metaCitations`;

Then remove all .php files from your cache/ subdirectory.

Regards,
Alec Smecher
Public Knowledge Project Team

3 Likes