Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory-orchestrator fusiondirectory-orchestrator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectoryfusiondirectory
  • fusiondirectory-orchestratorfusiondirectory-orchestrator
  • Merge requests
  • !87

Resolve "errorhandler.php is called statically in config/bootstrap.php so file path should be change due to reorganising files"

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged bmortier requested to merge 85-errorhandler-php-is-called-statically-in-config-bootstrap-php-so-fila-patch-should-be-change-due into dev 1 month ago
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 1

Related to #85 (closed)

Compare
  • dev (base)

and
  • latest version
    c63f7de0
    1 commit, 1 month ago

1 file
+ 1
− 1

    Preferences

    File browser
    Compare changes
config/bootstrap.php
+ 1
− 1
  • View file @ c63f7de0

  • Edit in single-file editor

  • Open in Web IDE


@@ -10,7 +10,7 @@ function autoload ($class)
@@ -10,7 +10,7 @@ function autoload ($class)
// Integrator is required
// Integrator is required
require_once '/usr/share/php/FusionDirectory/autoloader.php';
require_once '/usr/share/php/FusionDirectory/autoloader.php';
// avoid error handler requirements error, as it should be one of the first to load ?
// avoid error handler requirements error, as it should be one of the first to load ?
require_once dirname(__DIR__).'/library/ErrorHandler.php';
require_once dirname(__DIR__).'/handlers/ErrorHandler.php';
if (strpos($class, 'PHPMailer') !== FALSE) {
if (strpos($class, 'PHPMailer') !== FALSE) {
require_once("/usr/share/php/libphp-phpmailer/src/Exception.php");
require_once("/usr/share/php/libphp-phpmailer/src/Exception.php");
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
1
PJ1802-0188
1
PJ1802-0188
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 Participant
bmortier
Reference: fusiondirectory/fusiondirectory-orchestrator!87
Source branch: 85-errorhandler-php-is-called-statically-in-config-bootstrap-php-so-fila-patch-should-be-change-due

Menu

Explore Projects Groups Topics Snippets