anche io ho lo stesso problema,sto impazzendo con il path giusto e i permessi
posto una porzione del mio configuration.php
<?php
class JConfig {
var $offline = '1';
var $editor = 'jck';
var $list_limit = '20';
var $helpurl = '
http://www.joomla.it';
var $debug = '0';
var $debug_lang = '0';
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '0';
var $feed_limit = '10';
var $secret = 'xxxxxxxxxxx';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '/web/htdocs/www.misito.com/logs';
var $tmp_path = '/web/htdocs/www.misito.com/tmp';
var $live_site = '
http://www.miosito.com';