Native XML Plugin: - Import files > 1GB

In Order to import an Issue with the native XML Plugin i’ve modified the php configuration as following (via .htaccess)

php_value memory_limit 2048M
php_value upload_max_filesize 2048M
php_value post_max_size 2048M

(This by the way solved the export from very large Issues)

My OJS Version: 3.1.1.0
Server: Apache (All-Inkl)
PHP: PHP 7.2

When I drag and trop my XML in the Upload field it says: HTTP Error.

I am really not sure what I can do else to fix it.

The only I am getting in the logs are these two (not sure if related):

PHP Warning: Declaration of PKPUsageEventPlugin::getEnabled() should be compatible with LazyLoadPlugin::getEnabled($contextId = NULL) in *****/lib/pkp/plugins/generic/usageEvent/PKPUsageEventPlugin.inc.php on line 24

PHP Warning: Declaration of LensGalleyPlugin::register($category, $path) should be compatible with LazyLoadPlugin::register($category, $path, $mainContextId = NULL) in *****/plugins/generic/lensGalley/LensGalleyPlugin.inc.php on line 0

Hi @r.hirsinger,

For files of that size, I’d suggest using the command-line import/export tool – however, you may try checking the Apache (or other web server) error log for more details. Depending on your server configuration, web server errors may be kept separately from PHP errors.

Regards,
Alec Smecher
Public Knowledge Project Team