Back to top

Autore Topic: Internal Server Error  (Letto 2704 volte)

f15ghost

  • Visitatore
Internal Server Error
« il: 13 Nov 2006, 23:33:24 »
ARTIO JoomSEF

ho installato sto componente con successo... ma non mi permette piu di ewntrare nel sito ne da front end, ne da back end... ho solo smart ftp come possibilita per disinstallarlo...
ma prima volevo sapere un vostro parere, quali soluzioni adottare, cosa meglio fare... ecco cosa mi dice quando mi collego:


Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, postmaster@certenottitriestine.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.

Cambio Titolo!! Prego di mettere descrizioni più conformi al problema!!
« Ultima modifica: 14 Nov 2006, 11:32:35 da surfbit »

Offline .Andrea S.

  • Instancabile
  • ******
  • Post: 4404
  • Sesso: Maschio
    • Mostra profilo
Re: Sono in grave difficoltà e preso dal panico!
« Risposta #1 il: 14 Nov 2006, 08:26:46 »
Hai modificato il file .htaccess come da istruzioni?

Personalmente eviterei di cancellare la dir da ftp.
Andrea | www.joomlovers.net | Il sito per gli amanti di Joomla!

Offline .Andrea S.

  • Instancabile
  • ******
  • Post: 4404
  • Sesso: Maschio
    • Mostra profilo
Re: Internal Server Error
« Risposta #2 il: 14 Nov 2006, 12:36:33 »
Ecco quello che devi mettere nel .htaccess

Codice: [Seleziona]
##
        # @version $Id: htaccess.txt 2368 2006-02-14 17:40:02Z stingrey $
        # @package Joomla
        # @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
        # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
        # Joomla! is Free Software
        ##


        #####################################################
        #  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.
        #
        # Only use one of the two SEF sections that follow.  Lines that can be uncommented
        # (and thus used) have only one #.  Lines with two #'s should not be uncommented
        # In the section that you don't use, all lines should start with #
        #
        # For Standard SEF, use the standard SEF section.  You can comment out
        # all of the RewriteCond lines and reduce your server's load if you
        # don't have directories in your root named 'component' or 'content'
        #
        # If you are using a 3rd Party SEF or the Core SEF solution
        # uncomment all of the lines in the '3rd Party or Core SEF' section
        #
        #####################################################

        #####  SOLVING PROBLEMS WITH COMPONENT URL's that don't work #####
        # SPECIAL NOTE FOR SMF USERS WHEN SMF IS INTEGRATED AND BRIDGED
        # OR ANY SITUATION WHERE A COMPONENT's URL's AREN't WORKING
        #
        # In both the 'Standard SEF', and '3rd Party or Core SEF' sections the line:
        # RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
        # May need to be uncommented.  If you are running your Joomla! from
        # a subdirectory the name of the subdirectory will need to be inserted into this
        # line.  For example, if your Joomla! is in a subdirectory called '/test/',
        # change this:
        # RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
        # to this:
        # RewriteCond %{REQUEST_URI} ^(/test/component/option,com) [NC,OR] ##optional - see notes##
        #
        #####################################################


        ##  Can be commented out if causes errors, see notes above.
        Options FollowSymLinks

        #
        #  mod_rewrite in use

        RewriteEngine On


        #  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 Standard SEF Section
        ## ALL (RewriteCond) lines in this section are only required if you actually
        ## have directories named 'content' or 'component' on your server
        ## If you do not have directories with these names, comment them out.
        #
        #RewriteCond %{REQUEST_FILENAME} !-f
        #RewriteCond %{REQUEST_FILENAME} !-d
        #RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
        #RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]
        #RewriteRule ^(content/|component/) index.php
        #
        ########## End Standard SEF Section


        ########## Begin 3rd Party or Core SEF Section
        #
        #RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
        RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule (.*) index.php
        #
        ########## End 3rd Party or Core SEF Section
Andrea | www.joomlovers.net | Il sito per gli amanti di Joomla!

Offline napo

  • Instancabile
  • ******
  • Post: 6532
  • Sesso: Maschio
  • NO MP TECNICI, verranno ignorati
    • Mostra profilo
Re: Internal Server Error
« Risposta #3 il: 14 Nov 2006, 13:52:14 »
Hai già provato a rinominare il file .htaccess in htaccess.txt?


AllOne.it Consulting: http://www.allone.it Gens Joomla, il : http://www.gensjoomla.org  [url=http://www.allone.it/jooml

Offline .Andrea S.

  • Instancabile
  • ******
  • Post: 4404
  • Sesso: Maschio
    • Mostra profilo
Re: Internal Server Error
« Risposta #4 il: 14 Nov 2006, 15:30:38 »
disinstalla artio, vai in "configurazione globale", SEO, e metti su no la voce relativa a "Search Engine Friendly URL".

Se dopo vedi ancora una pagina bianche il problem è altrove.
Andrea | www.joomlovers.net | Il sito per gli amanti di Joomla!

Offline napo

  • Instancabile
  • ******
  • Post: 6532
  • Sesso: Maschio
  • NO MP TECNICI, verranno ignorati
    • Mostra profilo
Re: Internal Server Error
« Risposta #5 il: 14 Nov 2006, 15:35:35 »
Se ho capito bene, una volta installato il componente, devo riscrivere il codice nel file citato come sopra e rinominare il file medesimo come napo mi ha suggerito...
ho capito bene?

No, rinomina il file e vedi se il sito risorge.


AllOne.it Consulting: http://www.allone.it Gens Joomla, il : http://www.gensjoomla.org  [url=http://www.allone.it/jooml

Offline napo

  • Instancabile
  • ******
  • Post: 6532
  • Sesso: Maschio
  • NO MP TECNICI, verranno ignorati
    • Mostra profilo
Re: Internal Server Error
« Risposta #6 il: 14 Nov 2006, 15:46:25 »
mi indicate il percordo per trovare questo file?

E' nella root di joomla.


AllOne.it Consulting: http://www.allone.it Gens Joomla, il : http://www.gensjoomla.org  [url=http://www.allone.it/jooml

Offline giak

  • Team Joomla.it
  • Abituale
  • *******
  • Post: 1259
  • Sesso: Maschio
    • Mostra profilo
Re: Internal Server Error
« Risposta #7 il: 15 Nov 2006, 00:12:55 »
certo, ma fai come ha detto napo. forse il problema e' individuato ma prima fai quel tentativo
webmaster
www.egiakweb.net
 Developer pgDesigner - Datamodel designer for PostgreSQL pgdesigner.sourceforge.net  I belive! Free as in Freedom www.gnu.org

 



Web Design Bolzano Kreatif