Help - exodus4d/pathfinder GitHub Wiki
On this page, I´ll try to collect some installation questions, that might be helpful to other users as well
1. I have a problem with setting up Pathfinder on a subDir (e.g. http://www.[DOMAIN]/pathfinder) on Apache server
- Please read: https://github.com/exodus4d/pathfinder/issues/512#issuecomment-318705578 (Thanks to "dagoaty")
- Please read: https://github.com/exodus4d/pathfinder/issues/149#issuecomment-219225299
2. I get some server/PHP errors. Where can I find more information about that?
- All Pathfinder specific logging can be found in the
/logs
folder. If you can´t see any files in here, check your write permissions for this folder: error.log
- minor and major server errorsesi.error.client.log
- ESI 4xx errors (e.g. ESI endpoint is deprecated,...)esi.error.server.log
- ESI 5xx errors (e.g. ESI not available, timeout information,...)
3. Can I use an external API for Autharozation?
- Yes you can! But you have to add a few lines of code. You can find a tutorial here.