<em>@rubenpuertos 320096 wrote:</em><blockquote>http://organizacionescivilesslp.org.mx/
http://organizacionescivilesslp.org.mx/administrator
In both appears the ad “Error HTTP 500”.
I’m just install the google analytics plug-in for search all the statistics for our website, then the admin shows the correct installation ad, but after that the web shows this message. In the server doesn’t appears the error_log that in few tutorials says well I hope anybody can help me thanks.</blockquote>
Hello Rubenpuertos,
I fixed the “500 error” on your site. Problem is in your comment code. I edited it:
[PHP]var $ftp_enable = ‘1’; Set to ‘1’ to enable the FTP layer facility[/PHP]
to
[PHP]var $ftp_enable = ‘1’; //Set to ‘1’ to enable the FTP layer facility[/PHP]
But now it raises this error “Infinite loop detected in JError”. It means Joomla is unable to connect to the database using the information in configuration.php. So please correct them.
Best regards.