Ojs 3.3.0.9 php8.x-fpm got fatal errors

Hi @Baris_Kiremitci,

How about this SQL query?

SELECT * FROM journal_settings WHERE setting_name IN (
  'about', 'acronym', 'additionalHomeContent', 'announcementsIntroduction',
  'authorGuidelines', 'authorInformation', 'competingInterests', 'contactAffiliation',
  'copyrightHolderOther', 'copyrightNotice', 'customHeaders', 'dateFormatLong',
  'dateFormatShort', 'datetimeFormatLong', 'datetimeFormatShort', 'description',
  'editorialTeam', 'favicon', 'homepageImage', 'librarianInformation', 'name',
  'openAccessPolicy', 'pageFooter', 'pageHeaderLogoImage', 'privacyStatement',
  'readerInformation', 'reviewGuidelines', 'searchDescription',
  'submissionChecklist', 'timeFormat'
) AND (locale IS NULL OR locale = '');

Regards,
Alec Smecher
Public Knowledge Project Team