Pear installed but not working

Discussion in 'Chatting' started by donny, Aug 11, 2015.

  1. donny

    donny New Member

  2. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    You meant the "Archive/Tar" error? Please go to admin.php?tools/phpinfo and make sure it is installed.
     
  3. donny

    donny New Member

    include_path /home/domain.co.uk/httpdocs/library:. .:/usr/share/pear

    Appear so.

    Is that the right directory?
     
  4. donny

    donny New Member

    [root@server2 ~]# pear version

    PEAR Version: 1.9.4

    PHP Version: 5.4.44

    Zend Engine Version: 2.4.0

    Running on: Linux server2.xxxxx 2.6.32-504.23.4.el6.x86_64 #1 SMP Tue Jun 9 20:57:37 UTC 2015 x86_64

    [root@server2 ~]# pear list

    Installed packages, channel pear.php.net:

    =========================================

    Package Version State

    Archive_Tar 1.4.0 stable

    Console_Getopt 1.4.1 stable

    PEAR 1.9.4 stable

    Structures_Graph 1.0.4 stable

    XML_RPC 1.5.5 stable

    XML_Util 1.2.1 stable
     
  5. donny

    donny New Member

    <?PHP
    require_once('Archive/Tar.php');
    ?>

    That works fine too.
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @donny If that works, there is no reason why the add-on can't install the game. Have you tried restarting the web server?
       
  6. Demon_skeith

    Demon_skeith New Member

    I'm pretty much in the same boat as donny, I have Archive/Tar.php on my server and restarted and everything but the import still don't work.
     
Loading...