"include_once" Error on Importing .tar files

Veer

Scout
Using XFA 0.0.9 I'm trying to import tar games, I tried couple of games and always got the following error. Am I missing something?

Server Error

include_once(Archive/Tar.php) [function.include-once]: failed to open stream: No such file or directory
  1. XenForo_Application::handlePhpError() in Zend/Loader.php at line 146
  2. Zend_Loader::loadFile() in Zend/Loader.php at line 146
  3. Zend_Loader::loadFile() in Zend/Loader.php at line 94
  4. Zend_Loader::loadClass() in Zend/Filter/Compress/Tar.php at line 62
  5. Zend_Filter_Compress_Tar->__construct() in Zend/Filter/Compress.php at line 107
  6. Zend_Filter_Compress->getAdapter() in Zend/Filter/Decompress.php at line 47
  7. Zend_Filter_Decompress->filter() in Arcade/Model/Import.php at line 52
  8. Arcade_Model_Import->extract() in Arcade/ControllerAdmin/Arcade.php at line 277
  9. Arcade_ControllerAdmin_Arcade->actionImport() in XenForo/FrontController.php at line 310
  10. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
  11. XenForo_FrontController->run() in /var/www/vhosts/domain.com/httpdocs/admin.php at line 13

One of the tried games, attached for example.
 

Attachments

  • game_blockbusterBH.tar
    96.5 KB · Views: 72
Hello

I am facing the same error
I read my logs but i couldn't see any error. Seems like xenforo code is preventing from loging errors?
I have installed Archive_Tar
Anyway to install the game package manually ?

]# pear info Archive_Tar
About Archive_Tar-1.3.1
=======================
Provides Classes: Archive_Tar
Package Archive_Tar
Summary Tar file management class
Description This class provides handling of tar files in
PHP.
It supports creating, listing, extracting and
adding to tar files.
Gzip support is available if PHP has the zlib
extension built-in or
loaded. Bz2 compression is also supported with
the bz2 extension loaded.
Maintainers Vincent Blavet <vincent@phpconcept.net> (lead)
Stig Bakken <stig@php.net> (helper)
Version 1.3.1
Release Date 2005-03-17
Release License PHP License
Release State stable
Release Notes Correct Bug #3855
Package.xml Version 1.0
Last Installed Version - None -
Last Modified 2011-09-21
 

Attachments

  • erreur.png
    erreur.png
    25.8 KB · Views: 80
Back
Top