Ciao a tutti.
Ho un problema con joomlapack.
Ho realizzato un sito lavorando in locale, e l'ho testato su un certo host. Funziona tutto perfettamente.
Mi sono appoggiato a joomlapack percHé l'ho trovato estremamente comodo.
Ora devo mettere il sito su "un famoso HOSTER", ma faccio l'upload dello zippone e di kickstart.php, lanciato il quale, però, ricevo il seguente messaggio d'errore:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
postmaster@ilnomedelsito.it and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Peraltro accedendo ai log di errore di sgaragnao mi dice che non ci sono log.
A cosa è dovuto? (preciso che l'hosting è su server LINUX).
Grazie a chiunque dovesse rispondere.
EDIT:
Ho smanettato ulteriormente e anche usando uno script completamente idiota come:
<?php
$path = getcwd();
echo "Your Absoluthe Path is: ";
echo $path;
?>Mi ritorna lo stesso errore.