Pkp-lib: Cannot Display Sidebar in ojs 3.2.0.0

Created on 29 Feb 2020  路  34Comments  路  Source: pkp/pkp-lib

Describe the bug
I want to display the sidebar in OJS 3.2 but can't check the sidebar menu list. if clicked directly force close

Bug

All 34 comments

@muhammadhamdani, can you describe the issue in more detail? Does it seem to be the same as this post? https://forum.pkp.sfu.ca/t/ojs-3-2-0-sidebar-management-page-not-responding-problem/58984

Same here :

image

My OS:
Windows 10
PHP 7.25
Mysqli
Apache 2

Yes . This is my problems in open journal system

@muhammadhamdani, can you describe the issue in more detail? Does it seem to be the same as this post? https://forum.pkp.sfu.ca/t/ojs-3-2-0-sidebar-management-page-not-responding-problem/58984

Yes this is my problems in ojs

help me please ...

This is my console output from firefox. Does it relate to vue.js or Sortable?

Error: Script terminated by timeout at:
wt@http://localhost/js/build.js?v=3.2.0.0:14:14331
on@http://localhost/js/build.js?v=3.2.0.0:14:21324
hn@http://localhost/js/build.js?v=3.2.0.0:14:22852
pn@http://localhost/js/build.js?v=3.2.0.0:14:22383
vn/e._c@http://localhost/js/build.js?v=3.2.0.0:14:23395
anonymous@http://localhost/js/build.js?v=3.2.0.0 line 14 > Function:3:725
yn/e.prototype._render@http://localhost/js/build.js?v=3.2.0.0:14:23850
i@http://localhost/js/build.js?v=3.2.0.0:14:27941
a026/</ri.prototype.get@http://localhost/js/build.js?v=3.2.0.0:14:30801
a026/</ri.prototype.run@http://localhost/js/build.js?v=3.2.0.0:14:31534
Qn@http://localhost/js/build.js?v=3.2.0.0:14:29741
_t/<@http://localhost/js/build.js?v=3.2.0.0:14:12877
dt@http://localhost/js/build.js?v=3.2.0.0:14:12272

HI @muhammadhamdani and @klausru, can either of you provide reproduction steps? These are step-by-step instructions that help us know how to encounter the issue ourselves and where the bug is happening, like this:

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

In the dashboard

  1. Go to "Settings" -> "Website" -> "Appearance" -> "Setup"
  2. Scroll down to "Sidebar"
  3. Tick any checkbox
  4. WAIT until browser reacts again
  5. Click button of browser to stop the website
  6. Click "save"
  7. See site appearing: .../api/v1/contexts/1?appearanceSetup-pageFooter-control-de_DE=&appearanceSetup-pageFooter-control-en_US=

In the dashboard

  1. Go to Setting => Website => Appearance => Setup
  2. Scroll down to Sidebar
  3. Checked any checkbox
  4. Waiting Response Browser
  5. notification appears not responding

this log sistem
image
image

image

Thanks! I've been able to reproduce this and looking into it now.

Thanks for the report and the reproduction steps @muhammadhamdani and @klausru. This was caused by an endless loop when the selected value changes, because the old and new values were not compared properly.

I've got a fix in the following PR, which will likely be merged and released with an update soon (3.2.0-1).

PR:
https://github.com/pkp/ui-library/pull/71

Tests:
https://github.com/pkp/ojs/pull/2661

Fine, thanks. It works!
Are you going to tackle this one too? https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#options-props
It occurs in that file plus two others. I changed that on my test system. And it's working

Fine, thanks. It works!
Are you going to tackle this one too? https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#options-props
It occurs in that file plus two others. I changed that on my test system. And it's working

where this function in ojs 3.2.0.0?

Thanks @klausru! That was on my todo list. I'll take a look today or tomorrow and get those merged in. :+1:

Hi @NateWr
I've found another line in a different file that needed to be replaced and open a new PR for that: https://github.com/pkp/ui-library/pull/75

Thanks!

Thanks for the report and the reproduction steps @muhammadhamdani and @klausru. This was caused by an endless loop when the selected value changes, because the old and new values were not compared properly.

I've got a fix in the following PR, which will likely be merged and released with an update soon (3.2.0-1).

PR:
pkp/ui-library#71

Tests:
pkp/ojs#2661

Dear @NateWr ,
Sorry for my dumb question, How to solve the problem by using this update source code?
I tried to find the filename but I couldnt find it in ojs 320

Thanks

To apply these changes you'll need to rebuild the JavaScript package. This is only possible if you're running off of the repository on GitHub. The release package will not contain the necessary parts to rebuild the library and you'll need to wait until we release 3.2.0-1.

For those running off the GitHub repository, you can do the following:

cd <ojs-root-directory>
git checkout master
git pull
git submodule update --init --recursive
npm install
npm run build

That will build the new package in js/build.js with the fixed changes.

Many thanks @NateWr I have solved the problem

@edisutoyo Sir, Is this issue has been fixed? if not then when will this issue be resolved?
if Yes please guide how to fix.

@altafnagar The fix for this will be released in the next version, 3.2.0-1, which should be coming out in the next week or two.

root@frontend:/web/sites/uars4# npm install
npm WARN npm npm does not support Node.js v10.15.2
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/
npm WARN saveError ENOENT: no such file or directory, open '/web/sites/uars4/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/web/sites/uars4/package.json'
npm WARN uars4 No description
npm WARN uars4 No repository field.
npm WARN uars4 No README data
npm WARN uars4 No license field.

up to date in 0.606s
root@frontend:/web/sites/uars4# npm run build
npm WARN npm npm does not support Node.js v10.15.2
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/
npm ERR! path /web/sites/uars4/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/web/sites/uars4/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-03-20T19_39_43_190Z-debug.log

@redukr, the package.json file is excluded from the .tar.gz build; you can get it from github: https://github.com/pkp/ojs/blob/3_2_0-0/package.json

After placing that file a biiiiiig log with some info :)

root@frontend:/web/sites/uars4# npm install
npm WARN npm npm does not support Node.js v10.15.2
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
npm WARN deprecated [email protected]: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)

> [email protected] install /web/sites/uars4/node_modules/yorkie
> node bin/install.js

setting up Git hooks
can't find .git directory, skipping Git hooks installation

> [email protected] postinstall /web/sites/uars4/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)


> [email protected] postinstall /web/sites/uars4/node_modules/ejs
> node ./postinstall.js

Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/)


> [email protected] postinstall /web/sites/uars4/node_modules/cypress
> node index.js --exec install

Cypress cannot write to the cache directory due to file permissions

See discussion and possible solutions at
https://github.com/cypress-io/cypress/issues/1281

----------

Failed to access /root/.cache/Cypress:

EACCES: permission denied, mkdir '/root/.cache/Cypress'

----------

Platform: linux (Ubuntu Linux - 18.04)
Cypress Version: 3.8.3
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/@cypress/listr-verbose-renderer/node_modules/ansi-regex/.nfs0000000007440e5600000001'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/@cypress/listr-verbose-renderer/node_modules/supports-color/.nfs0000000007440e5800000009'
npm WARN rollback Rolling back @types/[email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/@types/sizzle/.nfs00000000075c066900000006'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/@cypress/listr-verbose-renderer/node_modules/strip-ansi/.nfs0000000007440e5700000002'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/@cypress/listr-verbose-renderer/node_modules/chalk/.nfs00000000075a060e00000018'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/@cypress/listr-verbose-renderer/node_modules/onetime/.nfs0000000007440e5900000004'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/@cypress/listr-verbose-renderer/node_modules/ansi-styles/.nfs0000000007440e5a00000003'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/@cypress/listr-verbose-renderer/node_modules/cli-cursor/.nfs00000000075a097300000014'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/buffer-crc32/.nfs00000000075c035700000007'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-update-renderer/node_modules/ansi-regex/.nfs00000000075a004d0000001a'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/cypress/node_modules/punycode/.nfs00000000075c008d0000000f'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/cypress/node_modules/get-stream/.nfs00000000075c00a20000000a'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/exit-hook/.nfs00000000075a075b00000012'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-verbose-renderer/node_modules/ansi-regex/.nfs00000000075a000500000024'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/@cypress/listr-verbose-renderer/node_modules/restore-cursor/.nfs00000000075a0fa600000013'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/extract-zip/node_modules/ms/.nfs00000000075a074c00000016'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-verbose-renderer/node_modules/ansi-styles/.nfs00000000075a0fa200000027'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-verbose-renderer/node_modules/supports-color/.nfs00000000075a0f9e00000028'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/executable/node_modules/pify/.nfs00000000075a07f500000015'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-update-renderer/node_modules/indent-string/.nfs00000000075a003700000020'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/ini/.nfs00000000075a047900000019'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/node_modules/ansi-regex/.nfs00000000075a0f9d00000029'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-update-renderer/node_modules/ansi-styles/.nfs00000000075a00390000001e'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/node_modules/ansi-styles/.nfs00000000075a0f9b0000002b'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-update-renderer/node_modules/log-symbols/.nfs00000000075a001600000023'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-verbose-renderer/node_modules/onetime/.nfs00000000075a0fa100000025'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-update-renderer/node_modules/chalk/.nfs00000000075a001800000026'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/node_modules/onetime/.nfs00000000075a0f990000002d'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-verbose-renderer/node_modules/chalk/.nfs00000000075a0f9c0000002a'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/node_modules/cli-spinners/.nfs00000000075a0f9a0000002e'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/global-dirs/.nfs00000000075a04620000001b'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-update-renderer/node_modules/strip-ansi/.nfs00000000075a003500000022'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-update-renderer/node_modules/supports-color/.nfs00000000075a003300000021'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/node_modules/p-map/.nfs00000000075a0f9800000032'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-verbose-renderer/node_modules/cli-cursor/.nfs00000000075a000e0000002f'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/node_modules/cli-cursor/.nfs00000000075a0f9600000034'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-verbose-renderer/node_modules/strip-ansi/.nfs00000000075a0f9f00000030'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/node_modules/restore-cursor/.nfs00000000075a0f9700000031'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/node_modules/log-symbols/.nfs00000000075a0f9100000033'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/log-update/node_modules/ansi-escapes/.nfs00000000075808e700000039'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/log-update/node_modules/onetime/.nfs000000000758089a0000003b'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/log-update/node_modules/restore-cursor/.nfs00000000075808810000003c'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/node_modules/strip-ansi/.nfs00000000075a0f9500000035'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/node_modules/supports-color/.nfs00000000075a0f9400000037'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/log-update/node_modules/cli-cursor/.nfs000000000758086f00000044'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-update-renderer/node_modules/figures/.nfs000000000758032300000045'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-verbose-renderer/node_modules/figures/.nfs000000000758031400000047'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/node_modules/chalk/.nfs00000000075a0f920000003a'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/@cypress/listr-verbose-renderer/node_modules/figures/.nfs00000000075803d700000043'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/node_modules/figures/.nfs00000000075802ec00000048'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/is-installed-globally/node_modules/is-path-inside/.nfs00000000075810020000004b'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-verbose-renderer/node_modules/restore-cursor/.nfs00000000075a0fa00000002c'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/node_modules/ora/.nfs00000000075802f30000004a'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/extract-zip/node_modules/yauzl/.nfs00000000075800310000004e'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/os-homedir/.nfs000000000758023800000049'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/node_modules/indent-string/.nfs000000000756072b00000050'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/is-finite/.nfs00000000075a03350000001c'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/cachedir/.nfs00000000075802200000004d'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/lodash.once/.nfs00000000075807e700000038'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/untildify/.nfs00000000075208190000005f'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/throttleit/.nfs00000000075405680000005c'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/pend/.nfs000000000758002e00000051'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/stream-to-observable/.nfs00000000075618a800000058'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/repeating/.nfs00000000075606c400000054'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/cypress/node_modules/minimist/.nfs00000000075c00990000000d'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/eventemitter2/.nfs00000000075a08040000000c'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/check-more-types/.nfs00000000075c029500000005'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/cypress/node_modules/commander/.nfs00000000075c00b10000000b'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/extract-zip/node_modules/mkdirp/.nfs00000000075a075a00000011'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/getos/node_modules/async/.nfs000000000758087e0000003f'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/extract-zip/node_modules/minimist/.nfs00000000075a075500000017'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/cypress/node_modules/debug/.nfs00000000075804e000000041'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/cypress/node_modules/tough-cookie/.nfs000000000756086c0000004f'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/fd-slicer/.nfs000000000758002400000052'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/extract-zip/node_modules/debug/.nfs00000000075a07640000001d'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/@cypress/xvfb/node_modules/debug/.nfs00000000075804f70000003e'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/lazy-ass/.nfs00000000075a011c0000001f'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/symbol-observable/.nfs000000000754061f0000005a'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/request-progress/.nfs0000000007540d6200000057'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/cypress/node_modules/tmp/.nfs00000000074405f40000005e'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/cypress/node_modules/bluebird/.nfs00000000075c00a500000008'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/ramda/.nfs000000000756078800000053'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/yauzl/node_modules/fd-slicer/.nfs000000000744032500000061'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/cypress/node_modules/request/.nfs00000000075204e70000005d'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/cypress/node_modules/execa/.nfs000000000744080200000060'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/cypress/node_modules/fs-extra/.nfs00000000075209af00000059'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/common-tags/.nfs00000000075c01d400000010'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/node_modules/rxjs/.nfs000000000754061e0000005b'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/executable/.nfs00000000075a075c0000000e'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/getos/.nfs000000000758085a00000036'
npm WARN rollback Rolling back @cypress/[email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/@cypress/listr-verbose-renderer/.nfs000000000758031f00000042'
npm WARN rollback Rolling back @cypress/[email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/@cypress/xvfb/.nfs000000000758045900000040'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/log-update/.nfs00000000075807a90000003d'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-verbose-renderer/.nfs00000000075802dd00000046'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/is-installed-globally/.nfs00000000075801050000004c'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr/.nfs000000000754061a00000056'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/listr-update-renderer/.nfs000000000756020f00000055'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/cypress/.nfs000000000744030d00000064'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/extract-zip/.nfs000000000752063900000062'
npm WARN rollback Rolling back [email protected] failed (this is probably harmless): EBUSY: resource busy or locked, unlink '/web/sites/uars4/node_modules/yauzl/.nfs000000000744033b00000063'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/abbrev):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/abbrev' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.abbrev.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/ansi-regex):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/ansi-regex' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.ansi-regex.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/aproba):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/aproba' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.aproba.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/balanced-match):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/balanced-match' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.balanced-match.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/chownr):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/chownr' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.chownr.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/code-point-at):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/code-point-at' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.code-point-at.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/concat-map):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/concat-map' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.concat-map.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/console-control-strings):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/console-control-strings' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.console-control-strings.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/core-util-is):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/core-util-is' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.core-util-is.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/deep-extend):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/deep-extend' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.deep-extend.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/delegates):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/delegates' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.delegates.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/detect-libc):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/detect-libc' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.detect-libc.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/fs.realpath):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/fs.realpath' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.fs.realpath.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/has-unicode):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/has-unicode' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.has-unicode.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/inherits):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/inherits' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.inherits.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/ini):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/ini' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.ini.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/isarray):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/isarray' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.isarray.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/minimist):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/minimist' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.minimist.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/ms):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/ms' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.ms.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/npm-normalize-package-bin):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/npm-normalize-package-bin' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.npm-normalize-package-bin.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/number-is-nan):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/number-is-nan' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.number-is-nan.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/object-assign):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/object-assign' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.object-assign.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/os-homedir):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/os-homedir' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.os-homedir.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/os-tmpdir):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/os-tmpdir' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.os-tmpdir.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/path-is-absolute):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/path-is-absolute' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.path-is-absolute.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/process-nextick-args):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/process-nextick-args' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.process-nextick-args.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/safe-buffer):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/safe-buffer' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.safe-buffer.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/safer-buffer):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/safer-buffer' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.safer-buffer.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/sax):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/sax' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.sax.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/semver):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/semver' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.semver.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/set-blocking):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/set-blocking' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.set-blocking.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/signal-exit):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/signal-exit' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.signal-exit.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/strip-json-comments):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/strip-json-comments' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.strip-json-comments.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/util-deprecate):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/util-deprecate' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.util-deprecate.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/wrappy):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/wrappy' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.wrappy.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents/node_modules/yallist):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/web/sites/uars4/node_modules/fsevents/node_modules/yallist' -> '/web/sites/uars4/node_modules/fsevents/node_modules/.yallist.DELETE'

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: `node index.js --exec install`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-03-20T19_51_25_686Z-debug.log

root@frontend:/web/sites/uars4# npm run build
npm WARN npm npm does not support Node.js v10.15.2
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/

> [email protected] build /web/sites/uars4
> vue-cli-service build --no-clean

sh: 1: vue-cli-service: Permission denied
npm ERR! code ELIFECYCLE
npm ERR! errno 126
npm ERR! [email protected] build: `vue-cli-service build --no-clean`
npm ERR! Exit status 126
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-03-20T20_00_25_206Z-debug.log

@redukr, those messages are related to the Node/NPM toolset -- I'd suggest checking e.g. StackOverflow for guidance on them.

@asmecher thank's. but my programming skills is to low :) maybe smth from this logs will be used for you.

i will wait 3.2.0-1 update-fix :)

@redukr, it might even come out today!

@redukr sorry for the late reply,
You can try to use the js and css I have builded on my local, and I can use those files for my journals
here the file link : https://drive.google.com/drive/folders/1a6r1rlr8Fjtme872Y6L2J_7n1FrFJO2V?usp=sharing
Put and replace build.js to the folder js, and build.css to styles folder
Bu, I prefer for waiting the 3.2.0-1 update :)

@edisutoyo image

sidebar menu item's become movable. but sidebar doesn't become visible on a site.

image

also got 3 notifications:
DevTools failed to parse SourceMap: https://uars.info/plugins/themes/default/js/lib/popper/popper.js.map
DevTools failed to parse SourceMap: https://uars.info/plugins/themes/default/js/lib/bootstrap/dropdown.js.map
DevTools failed to parse SourceMap: https://uars.info/plugins/themes/default/js/lib/bootstrap/util.js.map

I will try to update to 3.2.0-1

@edisutoyo @asmecher tryied to update to 3.2.0-1. receive successful message. but the same problem with build.js

I have the same error in 3.2.0.1. (See here: https://forum.pkp.sfu.ca/t/costume-block-manager-blocks-cannot-be-activated-after-upgrade-to-ojs-3-2-0-1/59559) Maybe there is old Code?

Hi @redukr and @PROKLA. I believe you are facing a different issue than the one fixed here. I will follow up in the forum thread.

Was this page helpful?
0 / 5 - 0 ratings