Visualizzazione risultati 1 fino 5 di 5

Discussione: installazione template JSN

  1. #1
    grstudiotecnico non è connesso Neofita
    Data registrazione
    27-07-2013
    Messaggi
    4

    Predefinito installazione template JSN

    Ciao a tutti,
    da alcuni giorni sto cercando di crearmi un sito con il template JSN EPIC, versione FREE.

    Ho provato in due modi;
    1) caricando sul server la versione "quickstart", che consente di installare sia Joomla che il template con relativi dati di esempio.

    In questo caso la procedura di installazione si blocca al passo che riguarda il database, subito dopo aver indicato come si chiama: cliccato su AVANTI,
    si resta in attesa in eterno.

    Credo sia un problema di Php, le tabelle vengono cmq create, ma la procedura non va avanti nemmeno con le cannonate.

    2) caricando prima Joomla 2.5, quindi installando il template "JSN Epic Free".
    L'installazione funziona perfettamente ma...

    ...se provo ad installare i dati di esempio di questo template, viene fuori l'errore:

    "Unable to extract downloaded file. Please try again."

    Non c'è modo di capire altro, nè appaiono suggerimenti, c'è quel messaggio e basta.

    Ho visto su un forum precedente (di un anno fa), in cui è stata descritta identica questione, con template sempre JSN, ma non c'è traccia di soluzione.

    Potreste aiutarmi a risolvermi questo problema?

    Grazie,
    Rodolfo

  2. #2
    L'avatar di RedWebSite
    RedWebSite non è connesso AlterGuru
    Data registrazione
    02-05-2007
    Messaggi
    1,047

    Predefinito

    ciao, se con il quickstart arrivi fino alla creazione delle tabelle del database immagino che è la versione di joomla 2.5.x, altrimenti con la versione 3.x ti segnalerebbe subito la necessita del php 5.3, è possibile che il quickstart contenga qualche componete/modulo/plugin che necessità del php 5.3 una volta caricato via ftp il contenuto del quickstart rinomina il file htaccess.txt in .htaccess poi tramite pannello di controllo altervista accedi a gestione file e sul logo php 5 che trovi in alto, vai al tab Modifica sorgente .htaccess (Avanzato) cancella tutto e incollaci questo
    Codice:
    ##
    # @package		Joomla
    # @copyright	Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.
    # @license		GNU General Public License version 2 or later; see LICENSE.txt
    ##
    
    ##
    # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
    #
    # The line just below this section: 'Options +FollowSymLinks' may cause problems
    # with some server configurations.  It is required for use of mod_rewrite, but may already
    # be set by your server administrator in a way that dissallows changing it in
    # your .htaccess file.  If using it causes your server to error out, comment it out (add # to
    # beginning of line), reload your site in your browser and test your sef url's.  If they work,
    # it has been set by your server administrator and you do not need it set here.
    ##
    
    ## Can be commented out if causes errors, see notes above.
    # Options +FollowSymLinks
    
    ## Mod_rewrite in use.
    
    RewriteEngine On
    
    ## Begin - Rewrite rules to block out some common exploits.
    # If you experience problems on your site block out the operations listed below
    # This attempts to block the most common type of exploit `attempts` to Joomla!
    #
    # Block out any script trying to base64_encode data within the URL.
    RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
    # Block out any script that includes a <script> tag in URL.
    RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
    # Block out any script trying to set a PHP GLOBALS variable via URL.
    RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    # Block out any script trying to modify a _REQUEST variable via URL.
    RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    # Return 403 Forbidden header and show the content of the root homepage
    RewriteRule .* index.php [F]
    #
    ## End - Rewrite rules to block out some common exploits.
    
    ## Begin - Custom redirects
    #
    # If you need to redirect some pages, or set a canonical non-www to
    # www redirect (or vice versa), place that code here. Ensure those
    # redirects use the correct RewriteRule syntax and the [R=301,L] flags.
    #
    ## End - Custom redirects
    
    ##
    # Uncomment following line if your webserver's URL
    # is not directly related to physical file paths.
    # Update Your Joomla! Directory (just / for root).
    ##
    
     RewriteBase /
    
    ## Begin - Joomla! core SEF Section.
    #
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    #
    # If the requested path and file is not /index.php and the request
    # has not already been internally rewritten to the index.php script
    RewriteCond %{REQUEST_URI} !^/index\.php
    # and the request is for something within the component folder,
    # or for the site root, or for an extensionless URL, or the
    # requested URL ends with one of the listed extensions
    RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]
    # and the requested path and file doesn't directly match a physical file
    RewriteCond %{REQUEST_FILENAME} !-f
    # and the requested path and file doesn't directly match a physical folder
    RewriteCond %{REQUEST_FILENAME} !-d
    # internally rewrite the request to the index.php script
    RewriteRule .* index.php [L]
    #
    ## End - Joomla! core SEF Section.
    
    # # av:php5-engine
    AddHandler av-php53 .php
    è il fie htaccess che contiene il codice per il php 5.3 e configurato per far funzionare correttamente il seo di joomla su altervista, ora prova ad installare se il problema era la versione di php non dovresti avere problemi
    Ultima modifica di RedWebSite : 24-08-2013 alle ore 03.34.10
    alterjoomla sito web dedicato a joomla ed altervista - Tante guide per joomla anche su RedWebSite
    "C'è una fondamentale differenza tra la religione, che è basata sull'autorità, e la scienza, che è basata su osservazione e ragionamento. E la scienza vincerà perché funziona."

  3. #3
    grstudiotecnico non è connesso Neofita
    Data registrazione
    27-07-2013
    Messaggi
    4

    Predefinito

    ciao, grazie per i consigli.
    Li ho seguiti alla lettera, ma l'orologino continua inesorabile.

    I controlli preinstallazione di Joomla! 2.5.14, tra l'altro, sono tutti "SI", per cui continuo ad annaspare.

    Se hai un'altra idea la provo volentieri, perché il template è carino.
    Anche se mi verrebbe voglia di mandarlo a quel paese...

    ciao,
    r.

  4. #4
    L'avatar di RedWebSite
    RedWebSite non è connesso AlterGuru
    Data registrazione
    02-05-2007
    Messaggi
    1,047

    Predefinito

    sinceramente non ci vedo niente di particolare nella versione free anche perche non comprende i moduli che si vedono nella demo che sono presenti solo nella versione commerciale, io ti consiglio di usare un template che sia configurabile tramite framework che sono molto personalizzabili, esistono diversi framework template, gantry molto semplice da configurare e puoi aggiungere molto facilmente tutti gli stili modulo che vuoi e nuovi stili di colore, oltre il suo template omonimo ha anche altri template free che trovi sul sito degli sviluppatori Rockettheme, però oltre al template omonimo solo uno per ora è stato sviluppato anche per joomla 3, Afterburner2, altro framework molto bello è Helix II, ma per ora l'ho studiato poco e mi sembra molto piu adattabile anche se un pò piu complesso, c'è anche T3 che è molto bello, questi 3 sono tra i migliori e piu usati comunque altri framework template joomla li trovi facendo una ricerca con google. ti consiglio comunque visto che stai sviluppando un sito nuovo di farlo con joomla 3, ma per installare joomla 3 su altervista dovrai attivare il php 5.3 rinominando il file htaccess.txt questo è l'htaccess per joomla 3 gia adattato per altervista e con il codice che attiva il php 5.3 ti basterà eseguire l'operazione che hai fatto con l'altro
    Codice:
    ##
    # @package		Joomla
    # @copyright	Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.
    # @license		GNU General Public License version 2 or later; see LICENSE.txt
    ##
    
    ##
    # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
    #
    # The line just below this section: 'Options +FollowSymLinks' may cause problems
    # with some server configurations.  It is required for use of mod_rewrite, but may already
    # be set by your server administrator in a way that dissallows changing it in
    # your .htaccess file.  If using it causes your server to error out, comment it out (add # to
    # beginning of line), reload your site in your browser and test your sef url's.  If they work,
    # it has been set by your server administrator and you do not need it set here.
    ##
    
    ## Can be commented out if causes errors, see notes above.
    #Options +FollowSymLinks
    
    ## Mod_rewrite in use.
    
    RewriteEngine On
    
    AddType text/javascript .js
    
    ## Begin - Rewrite rules to block out some common exploits.
    # If you experience problems on your site block out the operations listed below
    # This attempts to block the most common type of exploit `attempts` to Joomla!
    #
    # Block out any script trying to base64_encode data within the URL.
    RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
    # Block out any script that includes a <script> tag in URL.
    RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
    # Block out any script trying to set a PHP GLOBALS variable via URL.
    RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    # Block out any script trying to modify a _REQUEST variable via URL.
    RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    # Return 403 Forbidden header and show the content of the root homepage
    RewriteRule .* index.php [F]
    #
    ## End - Rewrite rules to block out some common exploits.
    
    ## Begin - Custom redirects
    #
    # If you need to redirect some pages, or set a canonical non-www to
    # www redirect (or vice versa), place that code here. Ensure those
    # redirects use the correct RewriteRule syntax and the [R=301,L] flags.
    #
    ## End - Custom redirects
    
    ##
    # Uncomment following line if your webserver's URL
    # is not directly related to physical file paths.
    # Update Your Joomla! Directory (just / for root).
    ##
    
    RewriteBase /
    
    ## Begin - Joomla! core SEF Section.
    #
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    #
    # If the requested path and file is not /index.php and the request
    # has not already been internally rewritten to the index.php script
    RewriteCond %{REQUEST_URI} !^/index\.php
    # and the request is for something within the component folder,
    # or for the site root, or for an extensionless URL, or the
    # requested URL ends with one of the listed extensions
    RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]
    # and the requested path and file doesn't directly match a physical file
    RewriteCond %{REQUEST_FILENAME} !-f
    # and the requested path and file doesn't directly match a physical folder
    RewriteCond %{REQUEST_FILENAME} !-d
    # internally rewrite the request to the index.php script
    RewriteRule .* index.php [L]
    #
    ## End - Joomla! core SEF Section.
    
    # # av:php5-engine
    AddHandler av-php53 .php
    le modifiche apportate sono 2 per far funzionare il seo cioè:
    1. La riga Options +FollowSymLinks deve essere commentata e diventa #Options +FollowSymLinks
    2. La riga #RewriteBase / deve essere decommentata e diventa RewriteBase /

    ed una per l'inserimento del codice di altervista che attiva il php 5.3
    Codice:
    av:php5-engine
    AddHandler av-php53 .php
    Ultima modifica di RedWebSite : 25-08-2013 alle ore 18.23.24
    alterjoomla sito web dedicato a joomla ed altervista - Tante guide per joomla anche su RedWebSite
    "C'è una fondamentale differenza tra la religione, che è basata sull'autorità, e la scienza, che è basata su osservazione e ragionamento. E la scienza vincerà perché funziona."

  5. #5
    grstudiotecnico non è connesso Neofita
    Data registrazione
    27-07-2013
    Messaggi
    4

    Predefinito

    Intanto ho capito che mi ero innamorato di un template che non era quello che cercavo di installare...
    Dopo di che, a questo punto, torno sui miei passi e seguo il tuo consiglio, visto anche che sono un paio di anni che lavoro con i template di rockettheme, e quindi col framework gantry.

    E' che ultimamente i nuovi template di rockettheme sono sempre più "spaziali", ovvero imponenti nella grafica e nelle animazioni di testata, al punto che, almeno io, fatico ad immaginare di adattarne uno ad un sito, che so, di uno studio professionale (che poi è quello che vorrei fare per me).
    Certo, posso scegliere template di qualche anno fa, un po' più sempliciotti, ma, inesorabilmente, al confronto con i recenti sembrano vecchi e li scarto!
    In questo JSN epic (versione professionale a pagamento, ok...) avevo trovato finalmente un buon equilibrio fra spazi immagine e spazi testuali, in un design curato e che mi piaceva.
    Ma, a questo punto, non me la sento di acquistare la versione superiore, per poi ritrovarmi con lo stesso problema di installazione. E tornare a rompere le scatole nel forum...
    Il suo costo peraltro non è manco indifferente, per cui... amen, ripiego sul caro rockettheme.

    Che - ora che ci penso - non mi ha mai creato nessun problema di installazione. Col rocketlauncher (analogo di quickstart) scelgo versione di joomla e template, copio e installo senza intervenire sul file htaccess.

    Cmq grazie a te ho imparato a smanettare su questo file, addirittura a cambiare i parametri di installazione con il codice php!!! Anche se per un paio di loro (Display Errors e Output Buffering) ho provato ad impostarli ad Off, come da Impostazioni raccomandate, con i comandi php_flag o php_value ma quello se ne frega altamente e restano sempre On.

    Proverò ad installare Joomla! 3 su Altervista, e a modifcare il file come da tuo consiglio.
    Non so se ci riuscirò...
    Ancora grazie, ciao

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •