How to move data from 3.0.2 to ojs-master-version

step

  • i’m “git clone https://github.com/pkp/ojs.git” and “git submodule update --init --recursive” in ojs folder.
  • “cp -r ojs3.0.2/config.inc.php ojs3.0.2/files ojs3.0.2/public ojs-master-version”
  • i’m edit base_url and path files only

start web

  • i’m fix plugin/vender ( cp -r from ojs3.0.2)
  • first page is show but i’m click journal it show error
    “Fatal error: Call to undefined function apc_fetch() in …/lib/pkp/classes/cache/APCCache.inc.php on line 51”
    T_T

thank you.

Hi @OhnO395,

It sounds like you’ve set object_cache to apc in config.inc.php, but your server doesn’t support this option. I would recommend leaving that setting configured as none.

Note that we don’t formally support using the master branch, and you will eventually run into schema incompatibilities etc. as we introduce changes. I would recommend using the ojs-stable-3_0_2 branch if you’re looking to operate in production.

Regards,
Alec Smecher
Public Knowledge Project Team

thank you very much.
(i’m use 3.0.2 but i’m can’t import xml from other 3.0.2.
i’m testing with master for import or export,)