No import formats displaying.

Hi.See attached. I exported ok but when trying to import I don’t get any formats appearing to make a selection during the import process.

Adding to this I discovered the page is not fully loading. Trying to find out why. Trying to find log files.

Any help appreciated :happy:

Captuee.png

apache logs show:

[Wed Sep 20 15:37:57.138193 2017] [:error] [pid 29314] [client 192.168.1.48:50552] PHP Warning: require_once(disabled/PHPExcel.php): failed to open stream: No such file or directory in /usr/share/dolibarr/htdocs/core/modules/import/import_xlsx.modules.php on line 83, referer: http://192.168.1.41/dolibarr/imports/import.php?leftmenu=import
[Wed Sep 20 15:37:57.138218 2017] [:error] [pid 29314] [client 192.168.1.48:50552] PHP Fatal error: require_once(): Failed opening required ‘disabled/PHPExcel.php’ (include_path=’/var/www/html/htdocs’) in /usr/share/dolibarr/htdocs/core/modules/import/import_xlsx.modules.php on line 83, referer: http://192.168.1.41/dolibarr/imports/import.php?leftmenu=import

But I can’t work out why the path says disabled/PHPExcel.php

Anyone?

Bump. Anyone?

I have the same error. There is a problem (missing library?) in xlsl import module.
I renamed it from import_xlsx.modules.php to do_not_import_xlsx.modules.php and the import page showed the one valid csv import module.

There is a piece of code about PHPExcel.php which I have not found, even if this is a core module. require_once PHPEXCEL_PATH.'PHPExcel.php'; require_once PHPEXCEL_PATH.'PHPExcel/Style/Alignment.php'; $this->label_lib='PhpExcel'; $this->version_lib='1.8.0'; // No way to get info from library
Maybe someone could know something.
Dolibarr: 4.0.2
OS: Debian 9

https://github.com/Dolibarr/dolibarr/issues/8172