I'm testing the import/export feature on a local server. On website A, I have some test content. I set up a Website B with Modern Theme with the demo content. I exported successfully a course from Website A but when tried to import it on Website B I got the following error:
Fatal error: Class 'finfo' not found in H:!WEBSITES!\desktopserver\wplms-new.dev\wp-content\plugins\vibe-customtypes\includes\class.import.php on line 49
Any idea what is wrong?
Update: I enabled extension=php_fileinfo.dll in my php.ini and now there's no error upon import. In fact, import reports: "Import Complete"
However, nothing is imported
This is a php version or extension error .
Please contact your webhost on this :
To enable the Finfo extension .
Upgrading the php version to atleast 5.5 or more
[SOLVED HERE]
Hi everyone, we had this problem and fixed it activating FINFO via EASY APACHE (using WHM, we have a dedicated server).
The thing is we did not need to activate php 5.5, just activated Fileinfo extension in PHP 5.3, referring to this useful tutorial.
In case you dont have access to WHM, i guess you should have to ask for support to your hosting provider. Super easy and now the importing works smoothly.