Salve a tutti.
Ho un problema che non riesco proprio a risolvere, nonostante abbia letto centinaia di post e guide.
Ho un host windows registrato su sgaragnao con database mysql php 5.
Ho installato joomla! ed ho configurato il file configuration.php.
Qui la mia configurazione:
<?php
/**
* @version $Id: configuration.php-dist 14401 2010-01-26 14:10:00Z louis $
* @package Joomla
* @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software and parts of it may contain or be derived from the
* GNU General Public License or other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*
* -------------------------------------------------------------------------
* THIS SHOULD ONLY BE USED AS A LAST RESORT WHEN THE WEB INSTALLER FAILS
*
* If you are installing Joomla! manually i.e. not using the web browser installer
* then rename this file to configuration.php e.g.
*
* UNIX -> mv configuration.php-dist configuration.php
* Windows -> rename configuration.php-dist configuration.php
*
* Now edit this file and configure the parameters for your site and
* database.
*/
class JConfig {
/**
* -------------------------------------------------------------------------
* Site configuration section
* -------------------------------------------------------------------------
*/
/* Site Settings */
var $offline = '1';
var $offline_message = 'STIAMO ARRIVANDO !!!';
var $sitename = ''; // Name of Joomla site
var $editor = 'tinymce';
var $list_limit = '20';
var $legacy = '0';
/**
* -------------------------------------------------------------------------
* Database configuration section
* -------------------------------------------------------------------------
*/
/* Database Settings */
var $dbtype = 'mysql'; // Normally mysql
var $host = 'xx.xxx.xxx.xxx'; // This is normally set to localhost
var $user = 'Sqlxxxxxx'; // MySQL username
var $password = 'xxxxxxxx'; // MySQL password
var $db = 'Sqlxxxxxx_1'; // MySQL database name
var $dbprefix = 'jos_'; // Do not change unless you need to!
/* Server Settings */
var $secret = 'xxxxxxxxxxxxxxxx'; //Change this to something more secure
var $gzip = '0';
var $error_reporting = '-1';
var $helpurl = 'http://help.joomla.org';
var $xmlrpc_server = '1';
var $ftp_host = 'ftp.xxxxxxxxxxxx.it';
var $ftp_port = '21';
var $ftp_user = 'xxxxxx@sgaragnao.it';
var $ftp_pass = 'xxxxxxxx';
var $ftp_root = 'D:\inetpub\webs\xxxxxxxxxit';
var $ftp_enable = '0';
var $tmp_path = 'D:\inetpub\webs\xxxxxxxxxxit\tmp';
var $log_path = 'D:\inetpub\webs\xxxxxxxxxxxxit\var\logs';
var $offset = '0';
var $live_site = ''; // Optional, Full url to Joomla install.
var $force_ssl = 0; //Force areas of the site to be SSL ONLY. 0 = None, 1 = Administrator, 2 = Both Site and Administrator
/* Session settings */
var $lifetime = '15'; // Session time
var $session_handler = 'database';
/* Mail Settings */
var $mailer = 'mail';
var $mailfrom = '';
var $fromname = '';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpuser = '';
var $smtppass = '';
var $smtphost = 'localhost';
/* Cache Settings */
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
/* Debug Settings */
var $debug = '0';
var $debug_db = '0';
var $debug_lang = '0';
/* Meta Settings */
var $MetaDesc = 'Joomla! - the dynamic portal engine and content management system';
var $MetaKeys = 'joomla, Joomla';
var $MetaTitle = '1';
var $MetaAuthor = '1';
/* SEO Settings */
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '';
/* Feed Settings */
var $feed_limit = 10;
var $feed_email = 'author';
}
?>
Ho provato a dare tutti i permessi che ho letto in giro a tutte le cartelle su filezilla.
Quando provo a caricare il pacchetto mi esce questo errore:
Attenzione! - Operazione di spostamento file fallita
Warning: move_uploaded_file(D:\inetpub\webs\xxxxxxxxit\tmp\mod_galleryview.zip) [function.move-uploaded-file]: failed to open stream: Permission denied in D:\Inetpub\webs\xxxxxxxxxit\libraries\joomla\filesystem\file.php on line 345
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\PHP\upload\php796E.tmp' to 'D:\inetpub\webs\xxxxxxxxxit\tmp\mod_galleryview.zip' in D:\Inetpub\webs\xxxxxxxit\libraries\joomla\filesystem\file.php on line 345
Quando provo a installare da cartella mi esce questo errore:
JFolder::create: Impossibile creare la cartella
Modulo Installa: Creazione cartella fallita.: "D:\Inetpub\webs\xxxxxxxit\modules\mod_galleryview"
Messaggio
Installazione Modulo: Errore
Purtroppo il problema persiste e non so proprio come risolvere...
Grazie in anticipo