Quantcast
Channel: PKP Community Forum - Latest topics
Viewing all 27589 articles
Browse latest View live

Eternal query OJS 3.2.1-1 + PostgreSQL

$
0
0

Hi,

After solving the search and OAI problems:


There is a query that runs forever until the postgresql timeout is reached (12 hours in my case).
During this 12 hour period, several queries of these are executed on the server, causing a performance problem.
The first ones end up being solved in 1 hour, but the time goes up according to the quantity. Getting to the point of stopping the database.

The query:

2020-11-25 00:20:48 -03 [37312]: [1-1] user=revistas,db=revistas3 ERROR: canceling statement due to statement timeout
2020-11-25 00:20:48 -03 [37312]: [2-1] user=revistas,db=revistas3 STATEMENT: SELECT a.*, ug.show_title, p.locale,
COALESCE(agl.setting_value, agpl.setting_value) AS author_given,
CASE WHEN agl.setting_value <> ‘’ THEN afl.setting_value ELSE afpl.setting_value END AS author_family
FROM authors a
JOIN user_groups ug ON (a.user_group_id = ug.user_group_id)
JOIN publications p ON (p.publication_id = a.publication_id)
JOIN submissions s ON (s.current_publication_id = p.publication_id)
LEFT JOIN author_settings agl ON (a.author_id = agl.author_id AND agl.setting_name = $1 AND agl.locale = $2)
LEFT JOIN author_settings agpl ON (a.author_id = agpl.author_id AND agpl.setting_name = $3 AND agpl.locale = p.locale)
LEFT JOIN author_settings afl ON (a.author_id = afl.author_id AND afl.setting_name = $4 AND afl.locale = $5)
LEFT JOIN author_settings afpl ON (a.author_id = afpl.author_id AND afpl.setting_name = $6 AND afpl.locale = p.locale)
JOIN (
SELECT
MIN(aa.author_id) as author_id,
CONCAT(
ac.setting_value,
’ ’
,
COALESCE(asg0.setting_value, ‘’), ’ ',
COALESCE(asf0.setting_value, ‘’), ’ ',
COALESCE(SUBSTRING(asa0.setting_value FROM 1 FOR 255), ‘’), ’ ’
) as names
FROM authors aa
JOIN publications pp ON (pp.publication_id = aa.publication_id)
LEFT JOIN publication_settings ppss ON (ppss.publication_id = pp.publication_id)
JOIN submissions ss ON (ss.submission_id = pp.submission_id AND ss.current_publication_id = pp.publication_id AND ss.status = 3)
JOIN journals j ON (ss.context_id = j.journal_id)
JOIN issues i ON (ppss.setting_name = $7 AND CAST(ppss.setting_value AS INTEGER) = i.issue_id AND i.published = 1)
LEFT JOIN author_settings ac ON (ac.author_id = aa.author_id AND ac.setting_name = ‘country’)
LEFT JOIN author_settings asg0 ON (asg0.author_id = aa.author_id AND asg0.setting_name = ‘givenName’ AND asg0.locale = ‘en_US’)
LEFT JOIN author_settings asf0 ON (asf0.author_id = aa.author_id AND asf0.setting_name = ‘familyName’ AND asf0.locale = ‘en_US’)
LEFT JOIN author_settings asa0 ON (asa0.author_id = aa.author_id AND asa0.setting_name = ‘affiliation’ AND asa0.locale = ‘en_US’)
WHERE j.enabled = 1
AND j.journal_id = $8 AND (LOWER(asf0.setting_value) LIKE LOWER( $9))
GROUP BY names
) as t1 ON (t1.author_id = a.author_id)
ORDER BY author_family, author_given LIMIT 25 OFFSET 2650

Something can be done?

Regards,
Tarcisio Pereira

1 post - 1 participant

Read full topic


OJS 3.1.2.1 Orcid Plugin error

$
0
0

Before you post your question, check out the user guides and video tutorials at PKP Docs and search the forum to see if someone else had the same question.

When you post your question give as much detail as possible, including the following:

  • Application Version - e.g., OJS 3.1.2
  • Description of issue
  • Steps you took leading up to the issue
  • What you tried to resolve the issue
  • Screenshots
  • Error log messages if applicable

Hello PKP family,
I am admin o f my journal and have a hard time to authenitcate ORCID IDs of the user. I thought because of the upgrade but i can’t upgrade the ORDIC profile plugin. Here are pictures of the error messages.

Adsız4

If you have any advice about the issue, please inform me.
Thank you.

1 post - 1 participant

Read full topic

Show all authors in submissions area

Bloques personalizados no me cargan los script

There was a problem sending an email message

Reviewer email not working OJS 3.2.1-1 + PostgreSQL

$
0
0

Hi,

The reviewer invite email is not working, but all the others emails are working fine.
So the reviewers are receiving the review reminder, but never the invitation.
Nothing in the apache logs. In the postfix logs I can see the review reminder but i can’t see anything about the invitation.

Regards,
Tarcisio Pereira

2 posts - 2 participants

Read full topic

Move announcements below table of contents on homepage

$
0
0

Hi,

I’m new to editing CSS and was wondering if anyone could provide advice on how to move the Table of Contents up on the homepage and move all the latest announcements below it? Is this possible to do by simply editing the journal’s stylesheet?

We are using the default theme of OJS3 - journal is here.

Many thanks in advance for any guidance!

-Emily

4 posts - 3 participants

Read full topic

Webinar SCOSS - La coalición global para la sostenibilidad de servicios de CA


French Language issue

$
0
0

Currently we are using 3.2.0.3 OJS and we are facing a language issue with the French language when we choose french language we are getting ## symbol at the beginning as well as at the end of the text. Please let me know the solution for the same.

2 posts - 2 participants

Read full topic

Some text input panels lack option to directly input source code [OJS 3.2.1.1]

$
0
0

Some text input field options seem to have been removed since the OJS update to version 3.2. The possibility to input source code (HTML) is now missing. I noticed this especially in the Author-Guidelines and Copyright-Notice (Settings > Workflow > Submission > Author Guidelines).

In the template for our author guidelines (docx file) we use different heading levels, which are no longer distinguished after being inserted into the new text input panel.

Is it still possible to create the author guidelines directly in HTML code?

Kind regards

1 post - 1 participant

Read full topic

Add image article

$
0
0

Hello,

How I can add an image in article? I will reproduce this example (https://demo.publicknowledgeproject.org/ojs3/demo/index.php/immersion/article/view/919) and his other format in homepage (https://demo.publicknowledgeproject.org/ojs3/demo/index.php/immersion/index).

And other question. I’m using Immersion theme, how I modify the sidebar of article’s page? When I modify the sidebar in Worksite settings, only change de bottom of website.

thank you, and forgive my english!

1 post - 1 participant

Read full topic

Problem with OAI validation

$
0
0

Hi,
I have a problem with OAI validation. I cannot cope with the problem
https://econjournals.sgh.waw.pl/KSzPP/oai?verb=Identify
Application Version - e.g., OJS 3.1.2.1

I tested at https://www.openarchives.org/Register/ValidateSite

"REQUEST https://econjournals.sgh.waw.pl/KSzPP/oai?verb=Identify?verb=Identify GET
FAIL Server at base URL 'https://econjournals.sgh.waw.pl/KSzPP/oai?verb=Identify' failed to respond to Identify. The HTTP GET request with URL https://econjournals.sgh.waw.pl/KSzPP/oai?verb=Identify?verb=Identify received response code '500'.
FAIL ABORT: Failed to get Identify response from server at base URL 'https://econjournals.sgh.waw.pl/KSzPP/oai?verb=Identify'."

and http://oval.base-search.net/

"Validation Results
Repository Information

Name:
    [ERROR: Could not fetch Identify response] 
Admin:
    [ERROR: Could not fetch Identify response] 

Server communication
WARNING: Could not determine supported HTTP methods. Falling back to GET.
WARNING: Could not determine OAI-PMH protocol version; assuming 2.0
UNVERIFIED: Could not compare basic URLs: [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)"

http://validator.oaipmh.com/ the test is ok.
How can I fix the problem?

1 post - 1 participant

Read full topic

Install problem 3.2.1-2 and php 7.4 / 7.3

$
0
0

I installed OJS 3.2.1-2 and switched to php 7.4 =>err 500
then I switched back to php 7.3 and got:

Fatal error: Uncaught Error: Class ‘OrderItemsFeature’ not found in /home/girisoci/public_html/ojs-3.2.1-2/lib/pkp/classes/controllers/grid/feature/OrderCategoryGridItemsFeature.inc.php:23 Stack trace: #0 /home/girisoci/public_html/ojs-3.2.1-2/lib/pkp/includes/functions.inc.php(25): require_once() #1 /home/girisoci/public_html/ojs-3.2.1-2/lib/pkp/classes/core/PKPApplication.inc.php(847): import(‘lib.pkp.classes…’) #2 /home/girisoci/public_html/ojs-3.2.1-2/lib/pkp/includes/functions.inc.php(25): require_once(’/home/girisoci/…’) #3 /home/girisoci/public_html/ojs-3.2.1-2/classes/core/Application.inc.php(18): import(‘lib.pkp.classes…’) #4 /home/girisoci/public_html/ojs-3.2.1-2/lib/pkp/includes/functions.inc.php(25): require_once(’/home/girisoci/…’) #5 /home/girisoci/public_html/ojs-3.2.1-2/lib/pkp/includes/bootstrap.inc.php(39): import(‘classes.core.Ap…’) #6 /home/girisoci/public_html/ojs-3.2.1-2/index.php(65): require(’/home/girisoci/…’) #7 {main} thrown in /home/girisoci/public_html/ojs-3.2.1-2/lib/pkp/classes/controllers/grid/feature/OrderCategoryGridItemsFeature.inc.php on line 23

Can I do something better?
thanks Andreas

1 post - 1 participant

Read full topic

New DOAJ website, DOAJ plugin does not work

$
0
0

Hi,

We have OJS 3.2.1-2 in our journals, and we have never had problems making a deposit in DOAJ through the DOAJ plugin.

But today, coinciding with the change of the DOAJ website, we could not make a deposit in DOAJ, due to an error in the plugin. See screenshot:

Thank you very much.
Regards

2 posts - 2 participants

Read full topic

OJS 3.x: Subscriber-based usage reports?

$
0
0

Hi all,

Is it possible to generate reports of a given subscriber’s usage (article views/downloads) in any version of OJS 3? From my exploration and Googling, it appears not. I found this issue in GitHub which discusses the topic but as far as I can tell, nothing was implemented.

If it’s not currently possible to generate such a report, could someone tell me if the feature is on any roadmap for implementation?

Thanks,
Tomasz

1 post - 1 participant

Read full topic


New OJS Theme with Future Issue

$
0
0

Academic Pro Extended

New Version Theme is Release!

We Openjournaltheme are always innovating!

We listen to what most journal publishers wish for, many of the articles are not getting published/shown more time in their journal. They want some feature that allows journal publishers to show the previous and future issue articles on their journal index page.

We are very grateful because the Journal Of Gastric Surgery is willing to become a sponsor to make it happen. This feature is just one-click activation on your OJS.

We understand that this feature is very essential for a publishing journal, therefore Openjournaltheme has integrated this feature on the Academic Pro Extended theme and this is the only theme that has this feature.

Now the Academic Pro Extended Theme has the feature to display in the following item tab list:

  1. Previous issue along with its Articles
  2. Current Issue and its article
  3. Future Issue

What does this mean to you?

You can now organize the previous issue and future issue articles on the front page of your journal which will increase the visibility of any of your articles, get crawled faster by Google. This theme also supports full-text publication through the JATS file that will be useful if your journal is more readable by many visitors. This also will attract many search engines for your article because each of its keywords have been indexed by search engines.

Not just that, we also update this theme with other important of very important features :

  1. Improved theme design
  2. Announcement slider
  3. Commenting features (for the complete package of this theme).

Preview :

Complete Features :

Check Here!

Click the following link to see the demo page :

The landing page: Check here the demo page of the theme

Article page: Demo article page of the theme

1 post - 1 participant

Read full topic

Problem with OAI OJS 3.2.1.1

$
0
0

Hello, I have the OJS 3.2.1.1 in the system information it says: oai Activated but it is not possible to connect my ojs with other databases with the oai protocol.

1 post - 1 participant

Read full topic

Error al cargar imagen en un bloque personalizado version 3.2.1-2

$
0
0

Hola a tod@s,

Actualice a la versión 3.2.1-2, al querer subir una imagen en un Bloque Personalizado me sale el siguiente error:

Los permisos en la carpeta Public/ son correctos, entoces debe existir ese parametro del tamaño del directorio, alguien puede apoyarme??
Cabe señalar con con esta actualización tambien se solicionaron muchos problemas con los modulos de import/export y Generación de informes, por ejemplo.

Gracias, y quedo en espera de su apoyo y pronta respuesta,
Saludos
RicardoRJ

1 post - 1 participant

Read full topic

Display variable viaTemplateManager::display doesn't work everywhere

$
0
0

Hi,

We use OJS 3.1.2.4.

In order to display some informations that aren’t provided out-of-the-box in some pages of our journals, we added functions in our themes to pass data to templates by using the event TemplateManager::display, and it works fine. We passed for example a variable in template “primaryNavMenu.tpl”.

However, we noticed somewhere where it is not working.

When a user registers in a journal, there is a redirect via the template “frontend/pages/message.tpl” to display a message of confirmation. The event TemplateManager::display seems to not be called in this template and it generates an
error. There is error in error_log file which indicates that variable in “primaryNavMenu.tpl” doesn’t exist.

Do you knwow how to solve this problem ?

Thanks in advance for your answer.
Best regards.
Helene

1 post - 1 participant

Read full topic

Creación de Temas OJS 3+

$
0
0

Hola, buenos días,
quiero saber si existe algún tutorial o guía de como crear un tema personalizado 100% para OJS 3+ y como implementarlo.

1 post - 1 participant

Read full topic

Viewing all 27589 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>