Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

markdown.php does not load the required libraries and causes error 500 #322

Closed
mtchetch opened this issue Dec 20, 2018 · 0 comments
Closed

Comments

@mtchetch
Copy link

[error] 5846#5846: *654473 FastCGI sent in stderr: "PHP message: PHP Fatal error: Class 'Michelf\Markdown' not found in /sites/mlinvoice/markdown.php on line 29"

This is easily fixed by adding
require_once 'vendor/autoload.php'; to the file markdown.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant