Problema plantilla propia
Publicado por carlos (3 intervenciones) el 25/07/2017 13:23:09
Estoy intenando instalar plantilla propia probe sin imagenes y sin nada e instalo
Lo he retocado para hacer algo basico pero me es imposible instalar me dice
The Joomla temporary folder is not writeable by the Joomla instance, or may not exist, which may cause issues when attempting to upload extensions to Joomla. If you are having issues uploading extensions, make sure the folder defined in your configuration.php exists or check the '/storage/h3/530/572530/public_html/tmp' and set it to be writeable and see if this fixes the issue.
Que se supone que pasa el tmp tengo permisos 753?
el php mio es asi
y cuando lo instalo me salia principalmente esto:
Warning
JFolder::create: Could not create folder.Path: /storage/h3/530
Warning: Failed to move file: /storage/ssd2/530/572530/tmp/phprcXtLF to /storage/h3/530/572530/public_html/tmp/mynewtemplate.zip
×
Error
Archive does not exist
Unable to find install package
Lo he retocado para hacer algo basico pero me es imposible instalar me dice
The Joomla temporary folder is not writeable by the Joomla instance, or may not exist, which may cause issues when attempting to upload extensions to Joomla. If you are having issues uploading extensions, make sure the folder defined in your configuration.php exists or check the '/storage/h3/530/572530/public_html/tmp' and set it to be writeable and see if this fixes the issue.
Que se supone que pasa el tmp tengo permisos 753?
el php mio es asi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php defined('_JEXEC') or die('Restricted access');?>
<!DOCTYPE html>
<html xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/styles.css" type="text/css" />
</head>
<body>
<jdoc:include type="modules" name="top" />
<jdoc:include type="component" />
<jdoc:include type="modules" name="footer" />
<img src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/images/MIRMI.png" alt="Custom image" class="customImage" />
</TR>
</body>
</html>
y cuando lo instalo me salia principalmente esto:
Warning
JFolder::create: Could not create folder.Path: /storage/h3/530
Warning: Failed to move file: /storage/ssd2/530/572530/tmp/phprcXtLF to /storage/h3/530/572530/public_html/tmp/mynewtemplate.zip
×
Error
Archive does not exist
Unable to find install package
Valora esta pregunta


0