Hello, I did an export using OJS native XML plugin from an online journal in order to do local testing. When I import the file to my local installation, nothing happens. Can someone enlighten me on this problem?
OJS version : 3.1.2.0
Hello, I did an export using OJS native XML plugin from an online journal in order to do local testing. When I import the file to my local installation, nothing happens. Can someone enlighten me on this problem?
OJS version : 3.1.2.0
Hi @glany,
Is your local version of OJS the same as the one the XML was taken from? (The XML format isn’t intended to be forwards- or backwards-compatible.)
Check your PHP error log for details.
Regards,
Alec Smecher
Public Knowledge Project Team
hello, yes the version is local is the same as the one from which the XML comes.
Find here PHP error log for details.
[13-Aug-2020 20:32:10 Africa/Brazzaville] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /Applications/MAMP/htdocs/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[13-Aug-2020 20:32:10 Africa/Brazzaville] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /Applications/MAMP/htdocs/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[13-Aug-2020 20:32:10 Africa/Brazzaville] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /Applications/MAMP/htdocs/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[13-Aug-2020 20:32:10 Africa/Brazzaville] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /Applications/MAMP/htdocs/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[13-Aug-2020 20:32:10 Africa/Brazzaville] PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /Applications/MAMP/htdocs/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 1003
[13-Aug-2020 20:32:11 Africa/Brazzaville] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /Applications/MAMP/htdocs/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[13-Aug-2020 20:32:11 Africa/Brazzaville] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADODB_Cache_File has a deprecated constructor in /Applications/MAMP/htdocs/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 263
[13-Aug-2020 20:32:11 Africa/Brazzaville] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /Applications/MAMP/htdocs/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[13-Aug-2020 20:32:11 Africa/Brazzaville] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /Applications/MAMP/htdocs/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[13-Aug-2020 20:32:11 Africa/Brazzaville] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /Applications/MAMP/htdocs/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[13-Aug-2020 20:32:11 Africa/Brazzaville] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADOConnection has a deprecated constructor in /Applications/MAMP/htdocs/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 359
[13-Aug-2020 20:32:11 Africa/Brazzaville] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet has a deprecated constructor in /Applications/MAMP/htdocs/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 2921
[13-Aug-2020 20:32:11 Africa/Brazzaville] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ADORecordSet_array has a deprecated constructor in /Applications/MAMP/htdocs/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 3939
[13-Aug-2020 20:32:11 Africa/Brazzaville] PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /Applications/MAMP/htdocs/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 1003
[13-Aug-2020 20:32:11 Africa/Brazzaville] PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /Applications/MAMP/htdocs/ojs/lib/pkp/lib/adodb/adodb.inc.php on line 1003
Hi @glany,
Those are all cosmetic warnings and can be ignored. Look for something containing the word Error
.
Regards,
Alec Smecher
Public Knowledge Project Team