Demo video of the game "Import" feature

Kevin

Code Monkey
Staff member
As of 0.0.9 now has a 'one-touch' installation method for uploading games directly in the ACP! If you have a .tar file containing IPB games or a .zip files containing a v3A game, then this is the absolute easiest way of installing it. You can thank xfrocks for this addition!

Just go to ACP => XF Arcade => Import and then select the game file to upload & install.


In the video above you can see a sample IPB game being installed. If depending upon the size of the file being upload, and how fast your broadband connection is, your time to upload & install games will vary.
 
I'm sure i'm likely missing something but when i try to install a game tar file from ipb arcade i get the following.
Code:
Server Error
 
include_once(Archive/Tar.php): failed to open stream: No such file or directory
 
    XenForo_Application::handlePhpError() in Zend/Loader.php at line 146
    Zend_Loader::loadFile() in Zend/Loader.php at line 146
    Zend_Loader::loadFile() in Zend/Loader.php at line 94
    Zend_Loader::loadClass() in Zend/Filter/Compress/Tar.php at line 62
    Zend_Filter_Compress_Tar->__construct() in Zend/Filter/Compress.php at line 107
    Zend_Filter_Compress->getAdapter() in Zend/Filter/Decompress.php at line 47
    Zend_Filter_Decompress->filter() in Arcade/Model/Import.php at line 52
    Arcade_Model_Import->extract() in Arcade/ControllerAdmin/Arcade.php at line 277
    Arcade_ControllerAdmin_Arcade->actionImport() in XenForo/FrontController.php at line 310
    XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
    XenForo_FrontController->run() in /var/www/vhosts/******/public_html/admin.php at line 13
 
How do I fix this when trying to import?

Server Error
Error processing uploaded file. Make sure upload_max_filesize is set properly in php.ini
  1. Arcade_Model_Import->extract() in Arcade/ControllerAdmin/Arcade.php at line 277
  2. Arcade_ControllerAdmin_Arcade->actionImport() in XenForo/FrontController.php at line 347
  3. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  4. XenForo_FrontController->run() in /home/nctrimed/public_html/admin.php at line 13
 
Back
Top