error starting doctrine #6201

Closed
opened 2026-01-22 15:28:44 +01:00 by admin · 1 comment
Owner

Originally created by @saaditani on GitHub (Mar 13, 2019).

Originally assigned to: @Ocramius on GitHub.

Q A
Version x.y.z

Support Question

Dears,

I am setting up jagger from https://jagger.heanet.ie/jaggerdocadmin/installation.html#install-sh-script
however I am at the step that I need to run ./doctrine but the problem is am getting error:
./doctrine

PHP Fatal error:  Uncaught Error: Class 'Doctrine\Common\ClassLoader' not found in /opt/rr3/application/libraries/Doctrine.php:29
Stack trace:
#0 /opt/rr3/application/doctrine.php(30): Doctrine->__construct()
#1 /opt/rr3/application/doctrine(5): include('/opt/rr3/applic...')
#2 {main}
  thrown in /opt/rr3/application/libraries/Doctrine.php on line 29

====================
Is there any fix for the below?

here is my classloader.php:

locate ClassLoader
/opt/rr3/application/vendor/composer/ClassLoader.php
/opt/rr3/application/vendor/symfony/debug/DebugClassLoader.php
/opt/rr3/application/vendor/symfony/debug/Tests/DebugClassLoaderTest.php
/opt/vendor/composer/ClassLoader.php
/opt/vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php

Originally created by @saaditani on GitHub (Mar 13, 2019). Originally assigned to: @Ocramius on GitHub. <!-- Fill in the relevant information below to help triage your issue. --> | Q | A |------------ | ----- | Version | x.y.z <!-- Before asking question here, please try asking on Gitter or Slack first. Find out more about Doctrine support channels here: https://www.doctrine-project.org/community/ Keep in mind that GitHub is primarily an issue tracker. --> ### Support Question <!-- Describe the issue you are facing here. --> Dears, I am setting up jagger from https://jagger.heanet.ie/jaggerdocadmin/installation.html#install-sh-script however I am at the step that I need to run ./doctrine but the problem is am getting error: ./doctrine ``` PHP Fatal error: Uncaught Error: Class 'Doctrine\Common\ClassLoader' not found in /opt/rr3/application/libraries/Doctrine.php:29 Stack trace: #0 /opt/rr3/application/doctrine.php(30): Doctrine->__construct() #1 /opt/rr3/application/doctrine(5): include('/opt/rr3/applic...') #2 {main} thrown in /opt/rr3/application/libraries/Doctrine.php on line 29 ``` ==================== Is there any fix for the below? here is my classloader.php: locate ClassLoader /opt/rr3/application/vendor/composer/ClassLoader.php /opt/rr3/application/vendor/symfony/debug/DebugClassLoader.php /opt/rr3/application/vendor/symfony/debug/Tests/DebugClassLoaderTest.php /opt/vendor/composer/ClassLoader.php /opt/vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php
admin added the Invalid label 2026-01-22 15:28:44 +01:00
admin closed this issue 2026-01-22 15:28:45 +01:00
Author
Owner

@Ocramius commented on GitHub (Mar 13, 2019):

This is not related to Doctrine ORM itself, but rather to be reported at the appropriate project under https://github.com/Edugate

@Ocramius commented on GitHub (Mar 13, 2019): This is not related to Doctrine ORM itself, but rather to be reported at the appropriate project under https://github.com/Edugate
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#6201