Cant load template into Joomla 4.3


Author Message
Steve

Posted: 3/10/2015
Quote message 

sorry I meant 3.4
 
Vicente

Posted: 3/12/2015
Quote message 

Issue of J3.4

Open install.php in:
administrator/components/com_installer/models/

Search:
$userfile = $input->files->get('install_package', null, 'array');
Replace with:
$userfile = $input->files->get('install_package', null, 'raw');

Search:
JFile::upload($tmp_src, $tmp_dest);
Replace with:
JFile::upload($tmp_src, $tmp_dest, false, true);
 
baziili

Posted: 4/20/2015
Quote message 

I want to ask if anyone can export a template for me in joomla 3.2 from artisteer 4.3 (because starting from artisteer 4.2 is not possible to export in trial version).

Please, if someone want to help me- let me know and i will send the artisteer file.

thanks!!