Erreur installation ICA-ATOM : Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

88 views
Skip to first unread message

Ndiaga Mahip Diop

unread,
Jan 18, 2023, 8:23:27 AM1/18/23
to AtoM Users
bonjour,
je peine à installer ICA-ATOM sur OVH. voici le message d'erreur que je vois sur mon fichier log : Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
Quelqu'un peut-il m'aider ?

Dan Gillean

unread,
Jan 18, 2023, 8:26:47 AM1/18/23
to ica-ato...@googlegroups.com
Salut, 

I posted this on your earlier thread but it was deleted, so I will add it here as well: 



First, I hope you are installing the most recent version of AtoM! 

ICA-AtoM 1.x is no longer being maintained or developed. We released AtoM 2.0 in 2013, and have been building on this since - the most recent release is AtoM 2.7.1. This is the same base code as ICA-AtoM 1.x, developed and maintained by the same team and released under the same license. However, in addition to updating the branding, we have added many new features, performance enhancements, bug fixes, and security patches since, including a new theme, a new faster search index, and more. All the documentation has been rewritten as well - please visit: 
If you are attempting to install an older ICA-AtoM release, please consider AtoM 2.x instead! 

In the meantime: it sounds to me like an error in your webserver configuration. If you search your error online, you will find that this has to do with how you have attempted to configure Apache as your webserver, specifically in the .htaccess file. See for example: 
That is the most advice I can offer at this time, because in AtoM 2.x we now recommend using Nginx as the webserver instead of Apache. 

If you are able, please try installing AtoM 2.7.1 instead! See: 
Dan Gillean, MAS, MLIS
AtoM Program Manager
Artefactual Systems, Inc.
604-527-2056
@accesstomemory
he / him


--
You received this message because you are subscribed to the Google Groups "AtoM Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ica-atom-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ica-atom-users/7a62b85a-3602-4ff1-9e94-2d5722601cefn%40googlegroups.com.

Ndiaga Mahip Diop

unread,
Jan 18, 2023, 8:36:07 AM1/18/23
to AtoM Users
Bonjour et merci pour votre réponse
Non, nous n'avons pas installé la dernière version plus que notre hébergeur nous propose des versions assez anciennes de PHP par exemple 5.4 sur lesquelles nous avons des applications qui tournent déjà. La mise à jour peut engendrer des dysfonctionnements sur certaines applications.
Aussi, je n'ai l'option que d'utiliser Apache.
J'exploite les liens et je vous ferai un retour. Merci d'avance

Ndiaga Mahip Diop

unread,
Jan 18, 2023, 10:22:47 AM1/18/23
to AtoM Users
Re-bonjour,
c'est la version 1.3.0 qui est installé.
Sinon, je ne vois pas la solution sur les liens envoyés.
Il semblerait qu'il faut modifier le fichier .htaccess
Savez-vous quelle modifications je dois faire?

Le mercredi 18 janvier 2023 à 13:26:47 UTC, Dan Gillean a écrit :

Dan Gillean

unread,
Jan 18, 2023, 10:32:10 AM1/18/23
to ica-ato...@googlegroups.com
Désolé, je n'ai aucune idée. 

I would start by searching your .htaccess file for "rewrite" and see what exists. Apache documentation may be helpful:
You may wish to speak to your hosting vendor for support, or to find an Apache user forum where people can help you configure your htaccess file properly. 

Sorry, that's about the extent of the help we can offer! Good luck! 

Regards, 

Dan Gillean, MAS, MLIS
AtoM Program Manager
Artefactual Systems, Inc.
604-527-2056
@accesstomemory
he / him

Ndiaga Mahip Diop

unread,
Jan 18, 2023, 10:49:17 AM1/18/23
to AtoM Users
Merci encore pour votre réactivité.
Voici le contenu de mon fichier .htaccess
____

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Reply all
Reply to author
Forward
0 new messages