Dears,
I have a private enterprise wiki ver 1.23
- on CENTOS 7
- with MariaDB Distrib 5.5.37
- with PHP 5.4.16
This is a new installation.
I'm trying to import images from another wiki. I'm trying the following command.
[root@wikitemp maintenance]# php importImages.php ../images_to_import/
The result is:
Import images Importing foto.jpg...Segmentation fault (core dumped)
I have also tried to put
$wgMaxShellMemory = 10000000; $wgUseImageMagick = false;
in LocalSettings.php
and put in php.ini
post_max_size=8000M upload_max_filesize=2000M
Do you have any idea?
Is there another way to import images?
Thanks a lot.
Ennio Balocchi