- Home
- Categorie
- Coding e Sistemistica
- Joomla!
- Joomla + Xampp = solo frontend pagina bianca
-
Ciao Nando92,
prova a disabilitare le estensioni una ad una.
-
Grazie per le risposte!
Xamp ho istallato con versione 5 proprio perchè sapevo che il sito era vecchiotto.
Ho provato a disabilitare woopra e optimizely, ma nisba.
Ora provo a disabilitare tutti i componenti e vedo se c'è qualcosa che crea confitto.
-
niente, disabilitando tutti i plugin non ho risolto.
Fra l'altro ora, in homepage al posto della pagina bianca mi esce sempre questo:
Fatal error: Uncaught exception 'Exception' with message 'load error: failed to find /web/htdocs/w w w..it/home/templates/urbanus/less/error.less' in E:\xampp\htdocs\sitojoomla\w w w.**********.it\plugins\system\helix\core\classes\lessc.inc.php:1598 Stack trace: #0 E:\xampp\htdocs\sitojoomla\w w w..it\plugins\system\helix\core\classes\lessc.inc.php(1683): helixv2_lessc->compileFile('/web/htdocs/w w w...') #1 E:\xampp\htdocs\sitojoomla\w w w..it\plugins\system\helix\core\helix.php(981): helixv2_lessc->cachedCompile(Array) #2 E:\xampp\htdocs\sitojoomla\w w w..it\plugins\system\helix\core\helix.php(1011): Helix::autoCompileLess('E:\xampp\htdocs...', 'E:\xampp\htdocs...') #3 E:\xampp\htdocs\sitojoomla\w w w.*.it\templates\urbanus\error.php(25): Helix::addLess('error', 'error') #4 E:\xampp\htdocs\sitojoomla\w w w..it\libraries\joomla\document\error\error.php(142): require_once('E:\xampp\htdocs...') #5 E:\xampp\htdocs\sitojo in E:\xampp\htdocs\sitojoomla\w w w.**********.it\plugins\system\helix\core\classes\lessc.inc.php on line **1598
Avevo inserito una stringhetta all'inizio dell'index per visualizzare errori, ma una volta rimossa continua a presentarsi. Don't know why
Brancolo nel buio
**
-
vi aggiorno con un sorriso amaro sulla bocca.
Spulciando il configuration ho trovato path public $smtphost = che puntava a example.com. Ho cambiato inserendo path cartelle corrette e...
magia si vede frontend.
MA (c'è un "ma" ed è grosso come una casa)
frontend è sformattato, con un'altro tema, senza menu e senza rewrite delle pagine quindi non navigabile oltre i link che ci sono in homepage (2 visto che è senza menu)
Backend invece adesso da pagina bianca....................
Provato a ripristinare la situazione precedente, ma non torna a posto...
Che bello quando tutto va come deve
-
Ma... $smtphost si riferisce al server email, non dovrebbe influire in nessun modo sul front-end.
I path corretti, invece, li davo per scontati e non ho pensato minimamente a chiederti di verificarli.
Non è che all'interno del sito o nel file .htaccess sono stati inseriti altri path assoluti che puntano ai percorsi sul server originale e non coincidono con quelli di xampp?
-
Sì so che è posta, ma mi figurava un'errore che faceva riferimento a "example.com" e sono andato a cercare e sostituire quello.
Il file htaccess:@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
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[^(]([^)])
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})
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
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))$
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
End - Joomla! core SEF Section.
-
Ok, così non ne usciamo. Puoi farci avere uno zip con il sito (originale) e il database, dopo aver accuratamente cancellato eventuali dati personali presenti al suo interno?
-
Ti ringrazio davvero molto per l'impegno e la disponibilità.
Ahimè non posso proprio condividere il sito, essendo di un cliente che non lo ha autorizzato.
Provo a cancellare tutto e partire da capo di nuovo.
-
Prova Mamp, mai un problema !
-
aggiornamento:
ho provato con mamp e non mi da anche administrator pagina bianca.
Allora sono ripartito da capo con xamp e ho trovato questi nella sezione Estensioni > Globale > Database
*La tabella 'jos_redirect_links' non ha la colonna 'new_url' di tipo 'varchar(255)'. (Dal file 3.4.0-2014-09-16.sql.)
La tabella 'jos_redirect_links' non ha la colonna 'new_url' di tipo 'VARCHAR(2048)'. (Dal file 3.5.0-2016-03-01.sql.)
*Leggendo 3 milioni di post sull'argomento ho trovato che potrebbe essere la versione di joomla (3.4.8), ma dicono di verificare che i db siano a posto. A me, come detto, danno i 2 errori precedenti, e con la funzione FIX ("Correggi") non me li sistema.
Puo' essere la causa?
Grazie ancora
-
Ciao Nando92, anche il template è un'estensione. Potrebbe essere attivo qualche livello di cache.