Import Content Solve! - Joomla template


Author Message
rj

Posted: 10/16/2012
Quote message 

the templates folder
 
Adhikar

Posted: 11/24/2012
Quote message 

sorry to trouble ul guys ......how do i check the folder permissions on ftp ...explain tome how to go there :(
 
Micha

Posted: 8/20/2013
Quote message 

:-(
did not work for me either. I really need this to work
 
Gerijsma

Posted: 10/18/2013
Quote message 

:-( Dintn work for me.

Import content from template (error Request failed: 500
 
Lee

Posted: 11/3/2013
Quote message 

My subscription has ran out so I am stuck with a buggy 4.1 and cannot download 4.2
 
Mats

Posted: 5/8/2014
Quote message 

I have Joomla 3.3.0 and Artisteer 4.2.0.60623 Standard Edition.
My webserver has the correct permissions already 755. And it's not working. I even tried to change to 777 on the templates folder but no success. On a Joomla 2.5 installation it is working fine.
 
Andrea

Posted: 1/6/2015
Quote message 

Quote Paul:

The issue is an unresolved conflict between Artisteer and the default Joomla 3 Administrator Template (isis).

A work around is to temporarily change the Administrator default template from "isis" to "Hathor". This allows the import of the content.
After successful import of the content change the Administrator default template back to "Hathor".


hello

I have just purchased the latest version of Artister (4.3.0.60745) and I installed please joomla (3.3.6) but the problem is I also changing the template the Administrator ... how can I fix it?
thank you

 
Helene Fulton

Posted: 4/27/2018
Quote message 

Hi,

I have created a new website using Artiseer 4.3 standard ed.
When I export the Joomla template and install it on Joomla (latest version) it does not show in the Templates.

I have tested it with another template for another website that I did 2 days ago and this one shows.

Cannot see why the new one gives problems. Any suggestions?

Thanks Helene
 
Dan Sherr

Posted: 1/17/2019
Quote message 

I'm among the unlucky too. But I did some research on that matter and found out that the commercial types of templates are not suitable for me if I want any progress in my work. So, I recently loved the style of these guys https://gapsystudio.com/service/illustration/ and gonna go into vector graphics.
 
A Heng

Posted: 3/31/2020
Quote message 

This worked for me: (suggested by someone else)

Try the following hotfix:

1) Open theme folder on the server or via Joomla admin panel
2) open /data folder
3) open install.php file there
4) find this line:

require_once JPATH_BASE . DS . 'includes' . DS . 'toolbar.php';

5) replace it with this code:

$prefix = version_compare(JVERSION, '3.9', '>=') ? 'sub' : '';
require_once JPATH_BASE . DS . 'includes' . DS . $prefix . 'toolbar.php';;