Coder Social home page Coder Social logo

stephanediondev / feed Goto Github PK

View Code? Open in Web Editor NEW
27.0 7.0 5.0 9.11 MB

Self-hosted atom/rss reader - Progressive Web App - Google Reader alternative

License: MIT License

PHP 78.01% JavaScript 9.58% HTML 11.65% Twig 0.43% Shell 0.04% CSS 0.29%
rss-reader responsive symfony opml pwa rss-aggregator rss-feed-parser webapp

feed's People

Contributors

dependabot[bot] avatar stephanediondev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

feed's Issues

kubeadm init problem: kube-proxy CrashLoopBackOff

OS Version: CentOS Linux release 7.4.1708 (Core)
K8s Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.0", GitCommit:"925c127ec6b946659ad0fd596fa959be43f0cc05", GitTreeState:"clean", BuildDate:"2017-12-15T21:07:38Z", GoVersion:"go1.9.2", Compiler:"gc", Platform:"linux/amd64"}
Docker Version: docker-ce.17.09.0
#######
After installing all components of k8s 1.9 on my server, and finishing some necessary steps such as turn off the swap, enable the kubelet, unify the value of Cgroup Driver between docker and kubelet, etc.
Then I try to initialize master by executing the command:
kubeadm init --kubernetes-version=v1.9.0 --pod-network-cidr=10.244.0.0/16 --apiserver-advertise-address=192.168.199.211
There is the information below after the command executed:
[init] Using Kubernetes version: v1.9.0
[init] Using Authorization modes: [Node RBAC]
[preflight] Running pre-flight checks.
[WARNING SystemVerification]: docker version is greater than the most recently validated version. Docker version: 17.09.0-ce. Max validated version: 17.03
[WARNING FileExisting-crictl]: crictl not found in system path
[preflight] Starting the kubelet service
[certificates] Using the existing ca certificate and key.
[certificates] Using the existing apiserver certificate and key.
[certificates] Using the existing apiserver-kubelet-client certificate and key.
[certificates] Using the existing sa key.
[certificates] Using the existing front-proxy-ca certificate and key.
[certificates] Using the existing front-proxy-client certificate and key.
[certificates] Valid certificates and keys now exist in "/etc/kubernetes/pki"
[kubeconfig] Using existing up-to-date KubeConfig file: "admin.conf"
[kubeconfig] Using existing up-to-date KubeConfig file: "kubelet.conf"
[kubeconfig] Using existing up-to-date KubeConfig file: "controller-manager.conf"
[kubeconfig] Using existing up-to-date KubeConfig file: "scheduler.conf"
[controlplane] Wrote Static Pod manifest for component kube-apiserver to "/etc/kubernetes/manifests/kube-apiserver.yaml"
[controlplane] Wrote Static Pod manifest for component kube-controller-manager to "/etc/kubernetes/manifests/kube-controller-manager.yaml"
[controlplane] Wrote Static Pod manifest for component kube-scheduler to "/etc/kubernetes/manifests/kube-scheduler.yaml"
[etcd] Wrote Static Pod manifest for a local etcd instance to "/etc/kubernetes/manifests/etcd.yaml"
[init] Waiting for the kubelet to boot up the control plane as Static Pods from directory "/etc/kubernetes/manifests".
[init] This might take a minute or longer if the control plane images have to be pulled.
[apiclient] All control plane components are healthy after 19.501140 seconds
[uploadconfig] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
[markmaster] Will mark node k8s.master as master by adding a label and a taint
[markmaster] Master k8s.master tainted and labelled with key/value: node-role.kubernetes.io/master=""
[bootstraptoken] Using token: c2d65f.2c885de26823599e
[bootstraptoken] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
[bootstraptoken] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
[bootstraptoken] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
[bootstraptoken] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
[addons] Applied essential addon: kube-dns
[addons] Applied essential addon: kube-proxy

Your Kubernetes master has initialized successfully!

To start using your cluster, you need to run the following as a regular user:

mkdir -p $HOME/.kube
sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
sudo chown $(id -u):$(id -g) $HOME/.kube/config

You should now deploy a pod network to the cluster.
Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
https://kubernetes.io/docs/concepts/cluster-administration/addons/

You can now join any number of machines by running the following on each node
as root:

kubeadm join --token c2d65f.2c885de26823599e 192.168.199.211:6443 --discovery-token-ca-cert-hash sha256:6fa47ddd6b6e05f01520314bee1c64b47d721d6da27e148de843fc60d103cffc
#######
Then executing this command: kubectl get po -n kube-system, get this result:
NAME READY STATUS RESTARTS AGE
etcd-k8s.master 1/1 Running 0 28m
kube-apiserver-k8s.master 1/1 Running 0 28m
kube-controller-manager-k8s.master 1/1 Running 0 28m
kube-dns-6f4fd4bdf-ljwrd 0/3 ContainerCreating 0 29m
kube-proxy-t5lwg 0/1 CrashLoopBackOff 2 29m
kube-scheduler-k8s.master 1/1 Running 0 28m

dns and proxy are disfunctional, see proxy logs: kubectl get logs -f kube-proxy-t5lwg -n kube-system, get this message:
I0207 04:54:28.263076 1 feature_gate.go:184] feature gates: map[]
error: unable to read certificate-authority /var/run/secrets/kubernetes.io/serviceaccount/ca.crt for default due to open /var/run/secrets/kubernetes.io/serviceaccount/ca.crt: no such file or directory

Then see dns logs: kubectl describe pod kube-dns-6f4fd4bdf-ljwrd -n kube-system, get this message:
Name: kube-dns-6f4fd4bdf-ljwrd
Namespace: kube-system
Node: k8s.master/192.168.199.211
Start Time: Wed, 07 Feb 2018 12:52:51 +0800
Labels: k8s-app=kube-dns
pod-template-hash=290980689
Annotations:
Status: Pending
IP:
Controlled By: ReplicaSet/kube-dns-6f4fd4bdf
Containers:
kubedns:
Container ID:
Image: gcr.io/google_containers/k8s-dns-kube-dns-amd64:1.14.7
Image ID:
Ports: 10053/UDP, 10053/TCP, 10055/TCP
Args:
--domain=cluster.local.
--dns-port=10053
--config-dir=/kube-dns-config
--v=2
State: Waiting
Reason: ContainerCreating
Ready: False
Restart Count: 0
Limits:
memory: 170Mi
Requests:
cpu: 100m
memory: 70Mi
Liveness: http-get http://:10054/healthcheck/kubedns delay=60s timeout=5s period=10s #success=1 #failure=5
Readiness: http-get http://:8081/readiness delay=3s timeout=5s period=10s #success=1 #failure=3
Environment:
PROMETHEUS_PORT: 10055
Mounts:
/kube-dns-config from kube-dns-config (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-dns-token-rkst9 (ro)
dnsmasq:
Container ID:
Image: gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64:1.14.7
Image ID:
Ports: 53/UDP, 53/TCP
Args:
-v=2
-logtostderr
-configDir=/etc/k8s/dns/dnsmasq-nanny
-restartDnsmasq=true
--
-k
--cache-size=1000
--no-negcache
--log-facility=-
--server=/cluster.local/127.0.0.1#10053
--server=/in-addr.arpa/127.0.0.1#10053
--server=/ip6.arpa/127.0.0.1#10053
State: Waiting
Reason: ContainerCreating
Ready: False
Restart Count: 0
Requests:
cpu: 150m
memory: 20Mi
Liveness: http-get http://:10054/healthcheck/dnsmasq delay=60s timeout=5s period=10s #success=1 #failure=5
Environment:
Mounts:
/etc/k8s/dns/dnsmasq-nanny from kube-dns-config (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-dns-token-rkst9 (ro)
sidecar:
Container ID:
Image: gcr.io/google_containers/k8s-dns-sidecar-amd64:1.14.7
Image ID:
Port: 10054/TCP
Args:
--v=2
--logtostderr
--probe=kubedns,127.0.0.1:10053,kubernetes.default.svc.cluster.local,5,SRV
--probe=dnsmasq,127.0.0.1:53,kubernetes.default.svc.cluster.local,5,SRV
State: Waiting
Reason: ContainerCreating
Ready: False
Restart Count: 0
Requests:
cpu: 10m
memory: 20Mi
Liveness: http-get http://:10054/metrics delay=60s timeout=5s period=10s #success=1 #failure=5
Environment:
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-dns-token-rkst9 (ro)
Conditions:
Type Status
Initialized True
Ready False
PodScheduled True
Volumes:
kube-dns-config:
Type: ConfigMap (a volume populated by a ConfigMap)
Name: kube-dns
Optional: true
kube-dns-token-rkst9:
Type: Secret (a volume populated by a Secret)
SecretName: kube-dns-token-rkst9
Optional: false
QoS Class: Burstable
Node-Selectors:
Tolerations: CriticalAddonsOnly
node-role.kubernetes.io/master:NoSchedule
node.kubernetes.io/not-ready:NoExecute for 300s
node.kubernetes.io/unreachable:NoExecute for 300s
Events:
Type Reason Age From Message


Normal Scheduled 7m default-scheduler Successfully assigned kube-dns-6f4fd4bdf-ljwrd to k8s.master
Normal SuccessfulMountVolume 7m kubelet, k8s.master MountVolume.SetUp succeeded for volume "kube-dns-config"
Normal SuccessfulMountVolume 7m kubelet, k8s.master MountVolume.SetUp succeeded for volume "kube-dns-token-rkst9"
Warning FailedCreatePodSandBox 7m (x12 over 7m) kubelet, k8s.master Failed create pod sandbox.
Normal SandboxChanged 2m (x290 over 7m) kubelet, k8s.master Pod sandbox changed, it will be killed and re-created.
#############
I don't know where goes wrong with the initializing process, appreciating your suggestions, thank you.

Add License

Thanks for bumping the app to use AssetMapper!

What's the license associated with this application?

Docker

Having trouble getting up and running with Docker, install fails when trying to install elastisearch. I tried changing the Dockerfile version from latest to 2, and that helped, but then still getting this error:

Verifying https://github.com/royrusso/elasticsearch-HQ/archive/master.zip checksums if available ... NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify) ERROR: Plugin [hq] is a site plugin but has no '_site/' directory ERROR: Service 'rs_elasticsearch' failed to build

Add fixtures for testing

I was thinking of adding some fixtures, some users and feeds (and collections?) for testing. Do you already have something you use for that?

Refactor fixures as entities rather than sql

app:setup doesn't work with sqlite, I think because you can't send multiple sql statements to ->execute().

My quick hack fix:

            if (true === isset($count['total']) && 0 == $count['total']) {
                foreach (explode("\n", $file) as $sqlStatement) {
                    if ($sqlStatement) {
                        $connection->executeQuery($sqlStatement);
                    }
                }
                $output->writeln('<info>Feed data inserted</info>');

but really these shouldn't be sql statements, they should be simple Action entities.

$action = (new Action())->setTitle(..)->setReverse();

Even better would be to check if the action existed first, so that new actions could be added without resetting the database.

composer install fail

Maximum nested level 256 when i do composer install.

`

[OK] Cache for the "prod" environment (debug=false) was successfully cleared.

Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installAssets

Trying to install assets as relative symbolic links.


  Bundle               Method / Error    

✔ NelmioApiDocBundle relative symlink


[OK] All assets were successfully installed.

Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installRequirementsFile
Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::prepareDeploymentTarget
PHP Fatal error: Maximum function nesting level of '256' reached, aborting! in /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php on line 627
PHP Stack trace:
PHP 1. {main}() /home/srm/src/readerself-symfony/bin/console:0
PHP 2. Symfony\Component\Console\Application->run() /home/srm/src/readerself-symfony/bin/console:27
PHP 3. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:122
PHP 4. Symfony\Component\HttpKernel\Kernel->boot() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:68
PHP 5. Symfony\Component\HttpKernel\Kernel->initializeContainer() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:116
PHP 6. Symfony\Component\HttpKernel\Kernel->buildContainer() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:483
PHP 7. Symfony\Component\HttpKernel\Kernel->getContainerBuilder() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:566
PHP 8. class_exists() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:616
PHP 9. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:616
PHP 10. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:616
PHP 11. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:616
PHP 12. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 13. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 14. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 15. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 16. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 17. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 18. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 19. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 20. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 21. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 22. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 23. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 24. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 25. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 26. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 27. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 28. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 29. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 30. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 31. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 32. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 33. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 34. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 35. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 36. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 37. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 38. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 39. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 40. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 41. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 42. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 43. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 44. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 45. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 46. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 47. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 48. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 49. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 50. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 51. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 52. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 53. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 54. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 55. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 56. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 57. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 58. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 59. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 60. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 61. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 62. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 63. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 64. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 65. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 66. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 67. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 68. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 69. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 70. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 71. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 72. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 73. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 74. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 75. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 76. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 77. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 78. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 79. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 80. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 81. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 82. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 83. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 84. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 85. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 86. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 87. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 88. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 89. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 90. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 91. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 92. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 93. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 94. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 95. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 96. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 97. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 98. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 99. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 100. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 101. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 102. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 103. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 104. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 105. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 106. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 107. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 108. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 109. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 110. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 111. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 112. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 113. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 114. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 115. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 116. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 117. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 118. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 119. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 120. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 121. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 122. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 123. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 124. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 125. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 126. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 127. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 128. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 129. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 130. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 131. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 132. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 133. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 134. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 135. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 136. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 137. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 138. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 139. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 140. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 141. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 142. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 143. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 144. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 145. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 146. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 147. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 148. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 149. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 150. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 151. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 152. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 153. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 154. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 155. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 156. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 157. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 158. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 159. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 160. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 161. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 162. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 163. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 164. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 165. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 166. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 167. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 168. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 169. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 170. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 171. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 172. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 173. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 174. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 175. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 176. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 177. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 178. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 179. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 180. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 181. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 182. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 183. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 184. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 185. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 186. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 187. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 188. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 189. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 190. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 191. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 192. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 193. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 194. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 195. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 196. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 197. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 198. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 199. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 200. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 201. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 202. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 203. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 204. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 205. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 206. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 207. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 208. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 209. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 210. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 211. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 212. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 213. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 214. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 215. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 216. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 217. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 218. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 219. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 220. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 221. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 222. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 223. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 224. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 225. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 226. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 227. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 228. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 229. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 230. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 231. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 232. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 233. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 234. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 235. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 236. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 237. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 238. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 239. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 240. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 241. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 242. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 243. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 244. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 245. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 246. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 247. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 248. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 249. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 250. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 251. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 252. call_user_func:{/home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145}() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 253. _pcs_autoload() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 254. spl_autoload_call() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 255. Symfony\Component\Debug\DebugClassLoader->loadClass() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:145
PHP 256. Symfony\Component\Debug\ErrorHandler::stackErrors() /home/srm/src/readerself-symfony/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php:137
`

ApiPlatform?

I continue to learn a lot by reading through your code.

Out of curiosity, why didn't you use ApiPlatform? You've obviously adapted an "api first" approach, and it runs on the latest Symfony and uses Doctrine, so ApiPlatform seems like a natural fit.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.