The requested game could not be found.

Hell9 xfrocks, here is how i know:

]# 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

Thank you for your support
 
Hell9 xfrocks, here is how i know:



Thank you for your support
I think the include_path is not configured correctly in your php.ini file. Please contact your server administrator to check on that. Alternatively, you can send your server SSH information via conversation, I will login and check for you.
 
Hello xfrocks,

Here are my path :

include_path .:/usr/share/pear-addons:/usr/share/pear
open_basedir /home/e-smith/files/ibays/forumasus/:/usr/share/pear/
and the file is in /usr/share/pear/Archive/Tar.php

the admin has called the file in a script on a page without any problem... don't know why it mess up with the upload of a tar.

I have upload the game manually and it is working.
 
Hello xfrocks,

Here are my path :

include_path .:/usr/share/pear-addons:/usr/share/pear
open_basedir /home/e-smith/files/ibays/forumasus/:/usr/share/pear/
and the file is in /usr/share/pear/Archive/Tar.php

the admin has called the file in a script on a page without any problem... don't know why it mess up with the upload of a tar.

I have upload the game manually and it is working.
Looks good to me. Can you ask the admin to put the test script in XenForo directory and run it from there? Just to make sure php.ini is not somehow overridden in your installation directory.
 
We have run the script in the Arcade folder and it running smoothly.
We have found a fix which is :

Copy tar.php in /library/Archive/ and modify to get the path to PEAR.php
Code:
require_once '/usr/share/pear/PEAR.php';

i can see the script is referring to zend library.
 
We have run the script in the Arcade folder and it running smoothly.
We have found a fix which is :

Copy tar.php in /library/Archive/ and modify to get the path to PEAR.php
Code:
require_once '/usr/share/pear/PEAR.php';

i can see the script is referring to zend library.
Yeah, the TAR extraction is handled by Zend Framework (which comes with XenForo). Not sure why it doesn't work correctly for you. Let's wait for a while to see if anyone else get the same problem.
 
Back
Top