Back to top

Visualizza post

Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.


Post - fragalax

Pagine: [1]
1
Joomla! 1.5 / Problema con scritta strana
« il: 23 Mag 2008, 15:48:24 »
Ciao non so come aggiustare questo errore, nella barra che appare in alto mi viene questa scritta come da foto allegata: (??You are here??) come posso fare per correggerla in italiano?

vedi foto allegata per vedere meglio il problema

grazie per l'aiuto

[allegato eliminato da un amministratore]

2
si mi sono lamentato con aruba ma oro dicono che non aggiornano al php5, ci vorrà tempo dicono, ho anche mandato un messaggio ai tecnici come sul sito di aruba, io ho installato joomla 1.5 tu quale hai installato? hai dovuto cambiare qualcosa? io non posso cambiare versione di joomla, inquanto ho lavorato su un template per questa versione.

grazie per le vostre risposte

3
Quei defix di aruba non aggiornano a php5, come cavolo stanno messi... male.

ho trasferito il portale su un server gratuito e mi da questo errore ora... vai a questo link per vedere il problema http://forum.joomla.it/index.php/topic,43622.0.html

spero di ricevere aiuto

4
Joomla! 1.5 / Re: Fatal Error
« il: 19 Mag 2008, 20:05:36 »
ho provato a cambiare la direzione dei file da usare e ho fatto questo nuovo index.php

lunica cosa che ora mi da l'errore nella linea 46

Fatal error: Call to a member function getActive() on a non-object in /users/v/a/c/vacanzeinsella/public_html/templates/68portal/index.php on line 46

io la cartella public_html non la ho.

questo è il nuovo index.php che ho corretto


<?php

/**
* @version      $Id: index.php 36 2007-10-13 21:33:27Z spook.68 $
* @package      Joomla!
* @subpackage   68portal
* @copyright    Copyright (c)2007 Axel Wehner. All rights reserved.
* @license      GNU/GPL
**/

// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

// include the (user)settings
include_once (dirname(__FILE__).DS.'settings.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<jdoc:include type="head" />
  <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/68portal/css/system.css" type="text/css" />
  <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/68portal/css/general.css" type="text/css" />
  <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/68portal/css/layout.css" type="text/css" />
  <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/68portal/css/template.css" type="text/css" />
  <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/68portal/css/navigation.css" type="text/css" />
  <?php if($this->direction == 'rtl') : ?>
  <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/68portal/css/layout-rtl.css" type="text/css" />
  <?php endif; ?>

  <!--[if IE]><link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/68portal/css/iefixes.css" type="text/css" /><![endif]-->
  <style type="text/css">div#page-l { width: <?php echo $width.$unit; ?> } /* user settings */</style>
</head>

<body class="<?php echo $layout; ?>">

<!-- shadow left -->
<div id="page-l">

    <!-- shadow right -->
    <div id="page-r">

        <!-- top header -->
        <div id="top-header">
            <h1>
                <?php if ($menu->getActive() == $menu->getDefault()) : ?>
                <img src="<?php echo $this->baseurl ?>/templates/68portal/image/logo.gif" alt="<?php echo $sitetitle; ?>" title="<?php echo $sitetitle; ?>" />
                <?php else : ?>
                <a href="<?php echo $this->baseurl ?>"><img src="<?php echo $this->baseurl ?>/templates/68portal/image/logo.gif" alt="<?php echo $sitetitle; ?>" title="<?php echo $sitetitle; ?>" />[/url]
                <?php endif; ?>
            </h1>

            <jdoc:include type="modules" name="user3" />
            <jdoc:include type="modules" name="user4" />
        </div>
        <!-- //top header -->

        <!-- header -->
        <div id="header">

            <!-- topmodule -->
            <div id="topmod" <?php if ($this->params->get('topmodule') == 'welcome') : ?>class="welcome"<?php endif; ?>>

                <?php if ($this->params->get('topmodule') == 'module') : ?>
                <jdoc:include type="modules" name="top" style="68portal_left" />
                <?php endif; ?>

                <?php if ($this->params->get('topmodule') == 'welcome') : ?>
                <div class="moduletable">
                <?php if ($this->params->get('welcomehead') != '') : ?>
                    <h3 class="welcome_heading">
                        <?php echo $this->params->get('welcomehead'); ?>
                    </h3>
                    <?php endif;
                    if ($this->params->get('welcometext') != '') : ?>
                    <p class="welcome_text">
                        <?php echo $this->params->get('welcometext'); ?>
                    </p>
                    <?php endif; ?>
                </div>
                <?php endif; ?>

            </div>
            <!-- //topmodule -->

            <!-- headerimage -->
            <div id="image">
                <?php if ($this->params->get('slogan') != '') : ?>
                <h2 id="slogan">
                    <?php echo $this->params->get('slogan'); ?>
                </h2>
                <?php endif; ?>

         <?php middleBody(); ?>

        <!-- content -->
        <div id="content">

            <?php if($this->countModules('left')) : ?>
            <!-- left sidebar -->
            <div id="left-sidebar">
                <jdoc:include type="modules" name="left" style="68portal_left" />
            </div>
            <!-- //left sidebar -->
            <?php endif; ?>

            <!-- main -->
            <div id="main">

                <!-- breadcrumbs -->
                <div id="breadcrumb" <?php echo $browser; ?>>
                    <h3 class="here"><?php echo JText::_('You are here'); ?></h3>
                    <jdoc:include type="module" name="breadcrumbs" />
                </div>
                <!-- //breadcrumbs -->

                <!-- main content -->
                <div id="main-content">

                    <?php if($this->countModules('user1 or user2')) : ?>
                    <!-- content modules -->
                    <div class="content-modules">

                        <?php if($this->countModules('user1')) : ?>
                        <div class="<?php echo $module1; ?>">
                            <jdoc:include type="modules" name="user1" style="68portal" />
                        </div>
                        <?php endif; ?>

                        <?php if($this->countModules('user2')) : ?>
                        <div class="<?php echo $module2; ?>">
                            <jdoc:include type="modules" name="user2" style="68portal" />
                        </div>
                        <?php endif; ?>

                    </div>
                    <!-- //content modules -->
                    <?php endif; ?>

                    <!-- component -->
                    <jdoc:include type="message" />
                    <jdoc:include type="component" />
               <!-- //component -->

                </div>
                <!-- //main content -->

                <?php if($this->countModules('right')) : ?>
                <!-- right sidebar -->
                <div id="right-sidebar">
                    <jdoc:include type="modules" name="right" style="68portal" />
                </div>
                <!-- //right sidebar -->
                <?php endif; ?>

            </div>
            <!-- //main -->

            <?php if ($this->params->get('copyright') != '' || $this->params->get('poweredby') == 'show') : ?>
            <!-- footer -->
            <div id="ie_clearing"> </div>
            <div id="footer">
                <?php if ($this->params->get('copyright') != '') : ?>
                <p class="copyright">
                    <?php echo $this->params->get('copyright'); ?>
                </p>
                <?php endif; ?>

                <?php if ($this->params->get('poweredby') == 'show') : ?>
                <p class="joomla">
                    <?php echo JText::_('Powered by');?> <img src="<?php echo $this->baseurl ?>/templates/68portal/images/joomla.gif" alt="Joomla! CMS" />
<a href="http://joomlatp.com/joomla-1.5-templates/" title="Joomla! templates">Joomla 1.5 Templates[/url]
                </p>
                <?php endif; ?>
            </div>
            <!-- //footer -->
            <?php endif; ?>

        </div>
        <!-- //content -->

        <div id="page-b">&nbsp;</div>
      
    </div>
    <!-- //shadow right -->

</div>
<!-- //shadow left -->

<jdoc:include type="modules" name="debug" />

</body>
</html>



ora sto provando a creare una cartella public_html e trasferire il tutto li, ma so gia che non funzionerà sono sfigato.


5
Joomla! 1.5 / Re: Fatal Error
« il: 19 Mag 2008, 20:01:40 »
no non da lo stesso errore

6
Joomla! 1.5 / Re: Fatal Error
« il: 19 Mag 2008, 17:55:12 »
questo è il codice che nella index.php

<?php

/**
* @version      $Id: index.php 36 2007-10-13 21:33:27Z spook.68 $
* @package      Joomla!
* @subpackage   68portal
* @copyright    Copyright (c)2007 Axel Wehner. All rights reserved.
* @license      GNU/GPL
**/

// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

// include the (user)settings
include_once (dirname(__FILE__).DS.'settings.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<jdoc:include type="head" />
  <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/system.css" type="text/css" />
  <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/general.css" type="text/css" />
  <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/layout.css" type="text/css" />
  <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
  <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/navigation.css" type="text/css" />
  <?php if($this->direction == 'rtl') : ?>
  <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/layout-rtl.css" type="text/css" />
  <?php endif; ?>
  <!--[if IE]><link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/iefixes.css" type="text/css" /><![endif]-->
  <style type="text/css">div#page-l { width: <?php echo $width.$unit; ?> } /* user settings */</style>
</head>

<body class="<?php echo $layout; ?>">

<!-- shadow left -->
<div id="page-l">

    <!-- shadow right -->
    <div id="page-r">

        <!-- top header -->
        <div id="top-header">
            <h1>
                <?php if ($menu->getActive() == $menu->getDefault()) : ?>
                <img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/logo.gif" alt="<?php echo $sitetitle; ?>" title="<?php echo $sitetitle; ?>" />
                <?php else : ?>
                <a href="<?php echo $this->baseurl ?>"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/logo.gif" alt="<?php echo $sitetitle; ?>" title="<?php echo $sitetitle; ?>" />[/url]
                <?php endif; ?>
            </h1>

            <jdoc:include type="modules" name="user3" />
            <jdoc:include type="modules" name="user4" />
        </div>
        <!-- //top header -->

        <!-- header -->
        <div id="header">

            <!-- topmodule -->
            <div id="topmod" <?php if ($this->params->get('topmodule') == 'welcome') : ?>class="welcome"<?php endif; ?>>

                <?php if ($this->params->get('topmodule') == 'module') : ?>
                <jdoc:include type="modules" name="top" style="68portal_left" />
                <?php endif; ?>

                <?php if ($this->params->get('topmodule') == 'welcome') : ?>
                <div class="moduletable">
                <?php if ($this->params->get('welcomehead') != '') : ?>
                    <h3 class="welcome_heading">
                        <?php echo $this->params->get('welcomehead'); ?>
                    </h3>
                    <?php endif;
                    if ($this->params->get('welcometext') != '') : ?>
                    <p class="welcome_text">
                        <?php echo $this->params->get('welcometext'); ?>
                    </p>
                    <?php endif; ?>
                </div>
                <?php endif; ?>

            </div>
            <!-- //topmodule -->

            <!-- headerimage -->
            <div id="image">
                <?php if ($this->params->get('slogan') != '') : ?>
                <h2 id="slogan">
                    <?php echo $this->params->get('slogan'); ?>
                </h2>
                <?php endif; ?>

         <?php middleBody(); ?>

        <!-- content -->
        <div id="content">

            <?php if($this->countModules('left')) : ?>
            <!-- left sidebar -->
            <div id="left-sidebar">
                <jdoc:include type="modules" name="left" style="68portal_left" />
            </div>
            <!-- //left sidebar -->
            <?php endif; ?>

            <!-- main -->
            <div id="main">

                <!-- breadcrumbs -->
                <div id="breadcrumb" <?php echo $browser; ?>>
                    <h3 class="here"><?php echo JText::_('You are here'); ?></h3>
                    <jdoc:include type="module" name="breadcrumbs" />
                </div>
                <!-- //breadcrumbs -->

                <!-- main content -->
                <div id="main-content">

                    <?php if($this->countModules('user1 or user2')) : ?>
                    <!-- content modules -->
                    <div class="content-modules">

                        <?php if($this->countModules('user1')) : ?>
                        <div class="<?php echo $module1; ?>">
                            <jdoc:include type="modules" name="user1" style="68portal" />
                        </div>
                        <?php endif; ?>

                        <?php if($this->countModules('user2')) : ?>
                        <div class="<?php echo $module2; ?>">
                            <jdoc:include type="modules" name="user2" style="68portal" />
                        </div>
                        <?php endif; ?>

                    </div>
                    <!-- //content modules -->
                    <?php endif; ?>

                    <!-- component -->
                    <jdoc:include type="message" />
                    <jdoc:include type="component" />
               <!-- //component -->

                </div>
                <!-- //main content -->

                <?php if($this->countModules('right')) : ?>
                <!-- right sidebar -->
                <div id="right-sidebar">
                    <jdoc:include type="modules" name="right" style="68portal" />
                </div>
                <!-- //right sidebar -->
                <?php endif; ?>

            </div>
            <!-- //main -->

            <?php if ($this->params->get('copyright') != '' || $this->params->get('poweredby') == 'show') : ?>
            <!-- footer -->
            <div id="ie_clearing"> </div>
            <div id="footer">
                <?php if ($this->params->get('copyright') != '') : ?>
                <p class="copyright">
                    <?php echo $this->params->get('copyright'); ?>
                </p>
                <?php endif; ?>

                <?php if ($this->params->get('poweredby') == 'show') : ?>
                <p class="joomla">
                    <?php echo JText::_('Powered by');?> <img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/joomla.gif" alt="Joomla! CMS" />
<a href="http://joomlatp.com/joomla-1.5-templates/" title="Joomla! templates">Joomla 1.5 Templates[/url]
                </p>
                <?php endif; ?>
            </div>
            <!-- //footer -->
            <?php endif; ?>

        </div>
        <!-- //content -->

        <div id="page-b">&nbsp;</div>
      
    </div>
    <!-- //shadow right -->

</div>
<!-- //shadow left -->

<jdoc:include type="modules" name="debug" />

</body>
</html>

7
Joomla! 1.5 / Fatal Error
« il: 19 Mag 2008, 17:32:51 »
ragazzi aiutatemi cosa devo fare?
ho caricato il template che ho creato per joomla 1.5 e mi da questo errore: Fatal error: Call to a member function getActive() on a non-object in /users/v/a/c/vacanzeinsella/public_html/templates/68portal/index.php on line 1

come posso risolvere?

8
Joomla! 1.5 / problema con template
« il: 19 Mag 2008, 15:26:10 »
Ciao a tutti, mettendo come predefinito il template che ho preparato per joomla 1.5, quando accedo al sito mi appare questa scritta, anche se vedo lo sfondo del template.  errore rilevato:   "Fatal error: Call to a member function getActive() on a non-object in /users/v/a/c/vacanzeinsella/public_html/templates/68portal/index.php on line 1"

come posso risolvere il problema?


9
per ora ho capito che è un errore derivato perchè aruba non ha il php5, come posso superare questo problema?

10
il problema me lo da anche se creo un nuovo articolo e creo un link nel menù, cosa posso fare? aiutatemi

11
Salve a tutti il mio problema è il seguente, ho installato il mio portale da locale in remoto, (su aruba), il problema che mi si presenta è il seguente: quando clikko sui link del menù, le pagine da me create non appaio, appare una pagina bianca con questo errore:  "CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
"  come posso risolvere il problema?

Grazie per il vostro aiuto Francesco

12
Sviluppo / aiuto per javascript
« il: 03 Mar 2008, 17:21:39 »
Salve vorrei avere un piccolo aiuito:
il mio problema è il seguente, vorrei far aprire delle popup da un elenco (questo è l'elenco: http://www.vedoprint2.helloweb.eu//index.php?option=com_content&task=view&id=26&Itemid=72 )

questo è il codice html che ho provato a fare ma non funziona:

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>clienti</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript">
/* This script and many more are available free online at
The JavaScript Source :: http://javascript.internet.com
Updated by: Mike Weiner :: http://www.wearebent.com
Original author: Eric King (eric_andrew_king@hotmail.com)
Last Updated: May 2006 */

function newWindow(a_str_windowURL, a_str_windowName, a_int_windowWidth, a_int_windowHeight, a_bool_scrollbars, a_bool_resizable, a_bool_menubar, a_bool_toolbar, a_bool_addressbar, a_bool_statusbar, a_bool_fullscreen) {
  var int_windowLeft = (screen.width - a_int_windowWidth) / 2;
  var int_windowTop = (screen.height - a_int_windowHeight) / 2;
  var str_windowProperties = 'height=' + a_int_windowHeight + ',width=' + a_int_windowWidth + ',top=' + int_windowTop + ',left=' + int_windowLeft + ',scrollbars=' + a_bool_scrollbars + ',resizable=' + a_bool_resizable + ',menubar=' + a_bool_menubar + ',toolbar=' + a_bool_toolbar + ',location=' + a_bool_addressbar + ',statusbar=' + a_bool_statusbar + ',fullscreen=' + a_bool_fullscreen + '';
  var obj_window = window.open(a_str_windowURL, a_str_windowName, str_windowProperties)
    if (parseInt(navigator.appVersion) >= 4) {
      obj_window.window.focus();
    }
}
</script>
</head>

<body>
<h1>&nbsp;</h1>
<p>&bull; Versace Home Collection - Lugano - Svizzera</p>
<p>&bull; <a href="lions/applet.htm" target="_blank">Lions Club Cassino - Cassino - Italy[/url]</p>
<p>&bull; B&amp;A Restaurant - Pontecorvo - Italy</p>
<p>&bull; Confartigianato - Roma - Italy</p>
<p>&bull; Di Duca Macchine Utensili - Cassino - Italy</p>
<p>&bull; Giga Video 24 Self - San Giorgio a Liri - Italy</p>
<p>&bull; Universit&agrave; degli Studi Cassino - Cassino - Italy</p>
<p>&bull; Idee Nuove Show Room - Cassino - Italy</p>
<p>&bull; Be Safe Security Compilance - Roma - Italy</p>
<p>&bull; Mancino Spazi Aperti - Sant Elia Fiumerapido - Italy</p>
<p>&bull; Secur Service - Roma - Italy</p>
<p>&bull; Aura Immobiliare e Servizi - Cassino - Italy</p>
<p>&bull; Ciarrapico Editore - Roma - Italy</p>
<p>&bull; Di Cicco Paola - Cassino - Italy</p>
<p>&bull; Villa Euchelia Ristorante - Castrocielo - Italy</p>
<p>&bull; CAI Club Alpino Italiano - Italy </p>
<p>&bull; Comune di Cassino - Cassino - Italy </p>
<p>&bull; IS&amp;S Italia Sistemi &amp; Soluzioni - Roma - Italy</p>
<p>&bull; Atina Jazz - Atina - Italy</p>
<p>&bull; Fila Food - Cassino - Italy</p>
<p>&bull; Fab Accumulatori - Cassino - Italy</p>
<p>&bull; Canali - Milano - Italy</p>
<p>&bull; MafiaWear - Padova - Italy</p>
<p>&bull; Bally Shoe Factories LTD - Manno - Svizzera</p>
<p>&bull; Socateb - Parigi - France</p>
<p>&bull; Etro - Milano - Italy - New York - USA</p>
<p>&bull; Cantina Lavorata - Rocella Ionica - Italy</p>
<p>&bull; Ministero dei Beni Culturali - Roma - Italy </p>
<p>&bull; Rifco World Group - Cassino - Italy</p>
<p>&bull; Gusto Risistorante - Cassino - Italy</p>
<p>&bull; Asl Frosinone - Frosinone - Italy</p>
<p>&bull; Antares ONLUS - Italy</p>
<p>&bull; Door Al - Atina - Italy</p>
<p>&bull; Azienda di promozione Turistica della provincia di Frosinone - Frosinone - Italy</p>
<p>&bull; Miele Benedetto Industrie - Cassino - Italy</p>
<p>&bull; Colafrancesco Abbigliamento - Cassino - Italy</p>
<p>&bull; Tekno Line - Frosinone - Italy</p>
<p>&bull; Allevamento d'Italia - Pignataro - Italy</p>
<p>&bull; Bar Sport Free Press - Cassino - Italy</p>
<p>&bull; Ecoliri SPA - San Giorgio a Liri - Italy</p>
<p>&bull; SKF Industrie - Cassino - Italy </p>
</body>
</html>



potete mandarmi per cortesia l'esempio di come risolvere tale problema?

la mia email è questa: fravedoprint@alice.it

grazie
Francesco

Pagine: [1]


Web Design Bolzano Kreatif