Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
PHP Fatal error: Class 'MediaModel' not found
I just got my copy of Vanilla running and extracted the FileUpload plugin. When I try to activate it, I get an error that says "PHP Fatal error: Class 'MediaModel' not found"
Does it require something else?
Does it require something else?
0
Comments
Got this message whenever I tried to open a thread that contained uploads:
Fatal error: Call to undefined method Gdn_Upload::Parse() in FileUpload/class.mediamodel.php on line 42.
I updated all the permissions but continued to have the same problem. I'd certainly appreciate any suggestions.
2011/10/13 14:47:19 [error] 17141#0: *1 FastCGI sent in stderr: "PHP Fatal error: Call to undefined method Gdn_Upload::Parse() in /var/www/forum/plugins/FileUpload/class.fileupload.plugin.php on line 716" while reading response header from upstream, client: 127.0.0.1, server: example.org, request: "POST /forum/index.php?p=/post/upload/UploadAttachment_1 HTTP/1.1", upstream: "fastcgi://127.0.0.1:5007", host: "www.example.org", referrer: "http://www.example.org/forum/index.php?p=/discussion/4/le-bistrot-cest-quoi"
Note that the PHP upload itself works fine, my users are uploading their profile pictures without any issue.