Unable to upload artisteer 4.3 template to Joomla 3.6.2


Author Message
Vic

Posted: 8/25/2016
Quote message 

I am unable to get the template to upload onto Joomla 3.6.2. I am a bit of a newbie and have created the whole site in the template (only 5 pages). I wondered whether the file size was too large at 9.3mb - I got no errors, the page just hangs. So deleted the images to get it down to 4mb, now I get an error message
"There was an error uploading this file to the server.
Maximum PHP file upload size is too small: This is set in php.ini in both upload_max_filesize and post_max_size settings of your PHP settings (located in php.ini and/or .htaccess file).
Unable to find install package"
This is my second site, the first went without a hitch but I have no idea where to go with this one.
 
Arif Jamil

Posted: 8/30/2016
Quote message 

Contact your hosting to increase the file size upload
 
Arif Jamil

Posted: 8/30/2016
Quote message 

if the server provider allows PHP config changes via .htaccess
The following should enable you to increase your upload limit.

php_value upload_max_filesize 20M
php_value post_max_size 22M
 
Arif Jamil

Posted: 8/30/2016
Quote message 

Quote Arif Jamil:

if the server provider allows PHP config changes via .htaccess
The following should enable you to increase your upload limit.

php_value upload_max_filesize 20M
php_value post_max_size 22M


Or create a file called php.ini and upload it in the root folder. In that file add the following code:

@ini_set( 'upload_max_size' , '20M' );
@ini_set( 'post_max_size', '22M');
@ini_set( 'max_execution_time', '200' );

 
José Alejandro

Posted: 9/15/2016
Quote message 

Hola no me exporta la plantilla a joomla me dice error

unabe to export project
Reason Unrecognized license
Error code 302-0
 
Clare Ashton

Posted: 11/10/2016
Quote message 

I get the maximum size php is too small, and I have 2 GB space available on my domain

So how come I get this maximum size too small stuff/ I can't access the relevant file to change it

I am using Artisteeer 4. I am not touching themler as I spent ages designing a Joomla site only for it not to zip all the work I'd done ready for upload to the domain, That's a morning of my life I won't get back