Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

I think, that when displaying a paths to a files in error messages we need to remove actual path to In-Portal installation from it. As the result only relative path from In-Portal folder would be kept.

  • Before: /home/sites/alex/d/in-portal.5.2.x/core/kernel/startup.php
  • After: .../core/kernel/startup.php

It seems, that we're already do that inside "Logs & Reports > System Logs" section, but doing that system-wide would be better. Places I think are still using full paths:

  • kLogger class, when displaying an error when "debug mode" is turned off
  • Debugger, seems to replace something in path, still keeps base in-portal folder in file names

Related Tasks

  • No labels