?
avatar amh-mw
amh-mw
14 May 2012

Originally described in http://forum.joomla.org/viewtopic.php?f=624&t=716847

Steps to reproduce:

  1. Download the english language extension from http://joomlacode.org/gf/project/jtranslation1_6/frs/?action=FrsReleaseBrowse&frs_package_id=5651 and unzip to /tmp
  2. Modify the paths in the following script per your environment and run it
  3. The installation will fail due to classes failing to autoload
#!/usr/bin/php
<?php
define('_JEXEC', 1);
define('JPATH_BASE', '/var/www/joomla');
require_once 'configuration.php';
require_once 'includes/defines.php';
require_once 'libraries/import.php';
JInstaller::getInstance()->install('/tmp/site_en-US');
?>
avatar amh-mw amh-mw - open - 14 May 2012
avatar zero-24 zero-24 - close - 5 May 2013
avatar nicksavov
nicksavov - comment - 5 May 2013

I'm going to close this item, since we have the above JoomlaCode Tracker Item and also a patch at #208

Thanks!

avatar zero-24 zero-24 - change - 7 Jul 2015
Labels Added: ?
Removed: ?
Build staging

Add a Comment

Login with GitHub to post a comment