XF 2.0 i have a problem with import 2.0.0 to 2.0.1

Insomniaque

Member
Hi, I have no idea why i have this.. Ca you help me ?

ErrorException: [E_WARNING] file_exists(): Unable to find the wrapper "sftp" - did you forget to enable it when you configured PHP? in src/XF/Import/Importer/XenForo2.php at line 90
  1. XF::handlePhpError()
  2. file_exists() in src/XF/Import/Importer/XenForo2.php at line 90
  3. XF\Import\Importer\XenForo2->validateBaseConfig() in src/XF/Admin/Controller/Import.php at line 72
  4. XF\Admin\Controller\Import->actionConfig() in src/XF/Mvc/Dispatcher.php at line 249
  5. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 89
  6. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
  7. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1880
  8. XF\App->run() in src/XF.php at line 328
  9. XF::runApp() in admin.php at line 13
 
It sounds like you've entered the internal data/data directory path using a "sftp" protocol value, though this isn't something that's supported in your PHP. You'd normally want to use local files for importing anyway.
 
Yeah, that's the problem -- your server doesn't know how to access SFTP from PHP.

You should copy the files to the server you're doing the import on and use a local file path.
 
Top Bottom