Copyright (c) Array Problem

Description of issue or problem I’m having:
Hi I am Using OJS 3.2.0.3. I have a problem with Copyright, do not show author names on website, just write ARRAY

Steps I took leading up to the issue:

What I tried to resolve the issue:

yes
Application Version - e.g., OJS 3.1.2:
OJS 3.2.0.3

Additional information, such as screenshots and error log messages if applicable:
Screen Shot 2022-01-04 at 23.43.46

Hi @thelaris,

What does your copyright settings say (Distribution Settings), perhaps you could provide a screenshot?

-Roger
PKP Team

@rcgillis in copyright, settings i click the author

Screen Shot 2022-01-03 at 10.58.14

Hi @thelaris,

I see that a similar issue is discussed here: Copyright (c) 2019 Array - #7 by t4x0n - perhaps you could try some of the solutions that are pointed to there?

-Roger
PKP Team

@rcgillis In which file (file name) can find to change this code?

Cause i cand find where i need to change this code.

Hi @thelaris,

The relevant issue/pull request included in that post is here: Test licenseUrl context setting · Issue #5445 · pkp/pkp-lib · GitHub - but also if you were to update to a later version (e.g. 3.2.1 or 3.3.0-8) - that should cover it.

-Roger
PKP Team

@rcgillis i add this code toupgrade.xml file, is it ok, but still problem?

what i need to do?

Screen Shot 2022-01-06 at 22.06.06

or do i need to add as this:


UPDATE journal_settings SET setting_name=‘licenseUrl’ WHERE setting_name=‘licenseURL’
UPDATE publication_settings SET setting_name=‘licenseUrl’ WHERE setting_name=‘licenseURL’

Hi @thelaris,

I’m not sure. I’m wondering if @asmecher could advise here?

-Roger

Hi @thelaris,

Those are SQL statements that you’ll need to execute in your database client (e.g. phpMyAdmin). Please revert those changes to dbscripts/xml/upgrade.xml; they aren’t supposed to be made there.

Please make sure you take a good backup before running database queries manually.

Regards,
Alec Smecher
Public Knowledge Project Team

1 Like

@asmecher

Both queries are not being able to be executed.

Both commands give the following error in your database:

 #1054 - Unknown column '‘licenseURL’' in 'where clause'

What I need to do?

I update ojs from 3.2.0.3 to 3.3.0.8, but i have two problem

  1. some caracters does not shows fine, in attaachment i send a photo
  2. when i try to upload pdf file to galleys say HTTP error

what need to do?

269925840_1083505682443420_2594734871812063721_n
270186943_3086833591584353_1236694959286360698_n
270799695_312894100763483_6733105766801767245_n

Hi @thelaris,

Both queries are not being able to be executed.

Both commands give the following error in your database:

#1054 - Unknown column '‘licenseURL’' in 'where clause'

It looks like the quote characters got garbled (those should be ' rather than and ).

Make sure you use the exact queries specified in Test licenseUrl context setting · Issue #5445 · pkp/pkp-lib · GitHub.

I update ojs from 3.2.0.3 to 3.3.0.8, but i have two problem

  1. some caracters does not shows fine, in attaachment i send a photo
  2. when i try to upload pdf file to galleys say HTTP error

Those aren’t related to this topic; I’d suggest searching the forum for information on each of these, and if you can’t find something relevant, create a new topic for each.

Regards,
Alec Smecher
Public Knowledge Project Team

This topic was automatically closed after 9 days. New replies are no longer allowed.