Salve a tutti!
E' un problema che mi sta facendo impazzire.
Ho installato joomla, ho provato ad aprire la home e funzionava (quella di default).
Ho attivato il mod_rewrite ed ho modificato il file htaccess.txt in htaccess.
Ho installato e configurato vari moduli (tra cui joomfish, community builder e altri).
Ho creato alcune sezioni, categorie, menu (ma non voci di menu e articoli).
Ora se apro la home ho un errore.
Quando la apro, infatti, sia scrivendo esplicitamente <dominio>/index.php, sia senza index.php, mi dà quanto segue:
You may not be able to visit this page because of:
an out-of-date bookmark/favourite
a search engine that has an out-of-date listing for this site
a mistyped address
you have no access to this page
The requested resource was not found.
An error has occurred while processing your request.
Please try one of the following pages:
Home Page
If difficulties persist, please contact the System Administrator of this site.
Component not found
Call stack
# Function Location
1 JSite->dispatch() [omissis]index.php:69
2 JComponentHelper->renderComponent() [omissis]includes/application.php:124
3 JError->raiseError() [omissis]libraries/joomla/application/component/helper.php:95
4 JError->raise() [omissis]libraries/joomla/error/error.php:171
5 JException->__construct() [omissis]libraries/joomla/error/error.php:136
La funzione JSite->dispatch() del file index.php a riga 69 fallisce nell'operazione
$mainframe->dispatch($option);
Che è preceduta dall'operazione
$option = JRequest::getCmd('option');
Dopo quest'ultima, $option contiene una stringa vuota.
Qualcuno mi sa dire come cacchio faccio a risolvere?
Grazie!