Conversion from IP.Board?

Dreamers

New member
I tried to convert IPB 3.4 to Xenforo 1.1.3 and I get the error:

Server Error

file_exists(): open_basedir restriction in effect. File(/home/vhosts/forumworldgaming.6te.net) is not within the allowed path(s): (/home/vhosts/tester.6te.net/:/tmp/:/usr/share/pear/)
  1. XenForo_Application::handlePhpError()
  2. file_exists() in XenForo/Importer/IPBoard.php at line 133
  3. XenForo_Importer_IPBoard->validateConfiguration() in XenForo/Importer/IPBoard.php at line 45
  4. XenForo_Importer_IPBoard->configure() in XenForo/ControllerAdmin/Import.php at line 56
  5. XenForo_ControllerAdmin_Import->actionConfig() in XenForo/FrontController.php at line 310
  6. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  7. XenForo_FrontController->run() in /home/vhosts/tester.6te.net/admin.php at line 13
 
I tried to convert IPB 3.4 to Xenforo 1.1.3 and I get the error:

Server Error

file_exists(): open_basedir restriction in effect. File(/home/vhosts/forumworldgaming.6te.net) is not within the allowed path(s): (/home/vhosts/tester.6te.net/:/tmp/:/usr/share/pear/)
  1. XenForo_Application::handlePhpError()
  2. file_exists() in XenForo/Importer/IPBoard.php at line 133
  3. XenForo_Importer_IPBoard->validateConfiguration() in XenForo/Importer/IPBoard.php at line 45
  4. XenForo_Importer_IPBoard->configure() in XenForo/ControllerAdmin/Import.php at line 56
  5. XenForo_ControllerAdmin_Import->actionConfig() in XenForo/FrontController.php at line 310
  6. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  7. XenForo_FrontController->run() in /home/vhosts/tester.6te.net/admin.php at line 13

turn off open_basedir
 
Top Bottom