Issue Publication Loading & Reviewer Assignment Loading

Hi All

OJS 3.3.0.14
PHP 7.4

When try to Published Issue showing Loading and Reviewer Assignment also same loading

Hi @IJBSRR_Journal,

When you see a spinning wheel like this, it is an indication that you probably should check your PHP error log, which you can then report on relevant error messages here.

-Roger
PKP Team

Hi

Our Journal Server Error Log Details

2024-06-30 13:06:42.035208 [NOTICE] [2605175] [T0] [176.9.137.113:40440#APVH_ijbssrnet.com:443] [STDERR] PHP Warning: DOMDocument::schemaValidate(): Invalid Schema file source in /home/ijbssrnetcom47/public_html/lib/pkp/classes/xslt/XMLTypeDescription.inc.php on line 147
2024-06-30 13:06:41.430300 [NOTICE] [2605175] [T0] [176.9.137.113:40440#APVH_ijbssrnet.com:443] [STDERR] PHP Warning: DOMDocument::schemaValidate(): Invalid Schema file source in /home/ijbssrnetcom47/public_html/lib/pkp/classes/xslt/XMLTypeDescription.inc.php on line 147
2024-06-30 13:06:40.829720 [NOTICE] [2605175] [T0] [176.9.137.113:40440#APVH_ijbssrnet.com:443] [STDERR] PHP Warning: DOMDocument::schemaValidate(): Invalid Schema file source in /home/ijbssrnetcom47/public_html/lib/pkp/classes/xslt/XMLTypeDescription.inc.php on line 147
2024-06-30 13:06:40.151458 [NOTICE] [2605175] [T0] [176.9.137.113:40440#APVH_ijbssrnet.com:443] [STDERR] PHP Warning: DOMDocument::schemaValidate(): Invalid Schema file source in /home/ijbssrnetcom47/public_html/lib/pkp/classes/xslt/XMLTypeDescription.inc.php on line 147

Our Journal Server Error Log Details

2024-06-30 13:06:42.035208 [NOTICE] [2605175] [T0] [176.9.137.113:40440#APVH_ijbssrnet.com:443] [STDERR] PHP Warning: DOMDocument::schemaValidate(): Invalid Schema file source in /home/ijbssrnetcom47/public_html/lib/pkp/classes/xslt/XMLTypeDescription.inc.php on line 147
2024-06-30 13:06:41.430300 [NOTICE] [2605175] [T0] [176.9.137.113:40440#APVH_ijbssrnet.com:443] [STDERR] PHP Warning: DOMDocument::schemaValidate(): Invalid Schema file source in /home/ijbssrnetcom47/public_html/lib/pkp/classes/xslt/XMLTypeDescription.inc.php on line 147

hello @rcgillis
What about it xslt/XMLTypeDescription.inc.php on line 147

@rcgillis @asmecher @amara_naaj

Can You Assist us above subject…

Hi @IJBSRR_Journal,

Please be patient – posting repeatedly won’t result in a quicker answer. If you post a question that hasn’t been answered after a week or so, feel free to add a reminder.

I suspect there’s an error log entry other than the ones you’ve posted. When you see a page appear to load endlessly, check the error log for a message that appears in the log at the same time. Look for the words “Fatal” or “Error”; the messages you’ve posted are just warnings and are not likely connected to the problem you’re encountering.

Regards,
Alec Smecher
Public Knowledge Project Team

How to identify the problems

When try to Published Issue showing Loading and Reviewer Assignment also same loading

Hi @IJBSRR_Journal,

The steps to identify the problem are what I wrote above.

When you see a page that fails to load, or an action that fails to complete, it usually means a PHP fatal error occurred.

To find out what the error was, you need to find the message in the PHP error log. It will usually include the words “Fatal” or “Error”.

The messages you posted above are warnings, and those probably aren’t related to the problem you’re having. You’ll have to look in the log file to see if there are more relevant messages.

Regards,
Alec Smecher
Public Knowledge Project Team

Hi Asmecher
i have another one error bellow details

thrown in /home/ijbssrnetcom47/public_html/lib/pkp/includes/functions.inc.php on line 25
#0 /home/ijbssrnetcom47/public_html/lib/pkp/plugins/generic/acron/PKPAcronPlugin.inc.php(256): import(‘plugins.importe…’)
2024-07-02 22:28:27.032152 [NOTICE] [2458099] [T0] [38.154.5.48:52755#APVH_ijbssrnet.com:443] [STDERR] PHP Fatal error: Uncaught Error: Failed opening required ‘/home/ijbssrnetcom47/public_html/plugins/importexport/datacite/DataciteInfoSender.inc.php’ (include_path=‘.:/opt/cpanel/ea-php80/root/usr/share/pear’) in /home/ijbssrnetcom47/public_html/lib/pkp/includes/functions.inc.php:25
2024-07-02 22:28:27.032142 [NOTICE] [2458099] [T0] [38.154.5.48:52755#APVH_ijbssrnet.com:443] [STDERR] PHP Warning: require_once(/home/ijbssrnetcom47/public_html/plugins/importexport/datacite/DataciteInfoSender.inc.php): Failed to open stream: No such file or directory in /home/ijbssrnetcom47/public_html/lib/pkp/includes/functions.inc.php on line 25

Hi @IJBSRR_Journal,

As the error message says, you have a missing file from your OJS installation:

plugins/importexport/datacite/DataciteInfoSender.inc.php

This file should be included in OJS 3.3.0, but is missing on your server for some reason.

Regards,
Alec Smecher
Public Knowledge Project Team

Hi asmecher

Now i’m installed Fresh again?

Hi @IJBSRR_Journal,

I don’t understand your question; can you add some more detail?

Regards,
Alec Smecher
Public Knowledge Project Team

Hi Alec Smecher

I can do Installed ojs 3.3.0.14 fresh again(Re-installed)

Hi @IJBSRR_Journal,

Without knowing why that file is missing, it’s hard to recommend what to do. If it’s just a single missing file, then I would suggest getting a copy from the .tar.gz package of the same version of OJS.

Regards,
Alec Smecher
Public Knowledge Project Team